r75415 - in /trunk/libreadonly-perl/debian: changelog compat control copyright rules source/ source/format

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Sat Jun 11 14:42:16 UTC 2011


Author: fabreg-guest
Date: Sat Jun 11 14:42:09 2011
New Revision: 75415

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75415
Log:
Updated package

Added:
    trunk/libreadonly-perl/debian/source/
    trunk/libreadonly-perl/debian/source/format
Modified:
    trunk/libreadonly-perl/debian/changelog
    trunk/libreadonly-perl/debian/compat
    trunk/libreadonly-perl/debian/control
    trunk/libreadonly-perl/debian/copyright
    trunk/libreadonly-perl/debian/rules

Modified: trunk/libreadonly-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libreadonly-perl/debian/changelog?rev=75415&op=diff
==============================================================================
--- trunk/libreadonly-perl/debian/changelog (original)
+++ trunk/libreadonly-perl/debian/changelog Sat Jun 11 14:42:09 2011
@@ -13,7 +13,15 @@
   [ gregor herrmann ]
   * Change my email address.
 
- -- Rene Mayorga <rmayorga at debian.org>  Tue, 20 Jan 2009 01:28:42 -0600
+  [ Fabrizio Regalli ]
+  * Bump to 3.9.2 Standard-Version.
+  * Switch to DEP5 license format.
+  * Add myself to Uploaders.
+  * Switch d/compat to 8.
+  * Build-Depends: switch to debhelper (>= 8).
+  * Bump to 3.0 quilt format.
+ 
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Sat, 11 Jun 2011 16:35:16 +0200
 
 libreadonly-perl (1.03-2) unstable; urgency=low
 

Modified: trunk/libreadonly-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libreadonly-perl/debian/compat?rev=75415&op=diff
==============================================================================
--- trunk/libreadonly-perl/debian/compat (original)
+++ trunk/libreadonly-perl/debian/compat Sat Jun 11 14:42:09 2011
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libreadonly-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libreadonly-perl/debian/control?rev=75415&op=diff
==============================================================================
--- trunk/libreadonly-perl/debian/control (original)
+++ trunk/libreadonly-perl/debian/control Sat Jun 11 14:42:09 2011
@@ -1,11 +1,12 @@
 Source: libreadonly-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Mayorga <rmayorga at debian.org>,
- gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl
+ gregor herrmann <gregoa at debian.org>,
+ Fabrizio Regalli <fabreg at fabreg.it>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Readonly/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libreadonly-perl/
@@ -13,7 +14,7 @@
 
 Package: libreadonly-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Facility for creating read-only scalars, arrays and hashes 
  Readonly is a facility for creating non-modifiable variables. 
  This is useful for configuration files, headers, etc. 

Modified: trunk/libreadonly-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libreadonly-perl/debian/copyright?rev=75415&op=diff
==============================================================================
--- trunk/libreadonly-perl/debian/copyright (original)
+++ trunk/libreadonly-perl/debian/copyright Sat Jun 11 14:42:09 2011
@@ -1,21 +1,31 @@
-This package was debianized by Rene Mayorga <rmayorga at debian.org.sv> on
-Mon, 22 Oct 2007 20:42:47 -0600.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Eric J. Roode <roode at cpan.org>
+Source: http://search.cpan.org/dist/Readonly/
+Name: Readonly
 
-It was downloaded from: http://search.cpan.org/dist/Readonly/
+Files: *
+Copyright: 2001-2004 Eric J. Roode <roode at cpan.org>
+License: Artistic or GPL-1+
 
-Upstream Author: 
-    Eric J. Roode <roode at cpan.org>
+Files: debian/*
+Copyright: 2007, Rene Mayorga <rmayorga at debian.org.sv>
+ 2008, gregor herrmann <gregor+debian at comodo.priv.at>
+ 2009, Rene Mayorga <rmayorga at debian.org>
+ 2011, Fabrizio Regalli <fabreg at fabreg.it>
+License: Artistic or GPL-1+
 
-Copyright: 
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
-   Copyright (c) 2001-2004 by Eric J. Roode. All Rights Reserved
-   This module is free software; you can redistribute it and/or modify 
-   it under the same terms as Perl itself.
-   
-   Perl is distributed under your choice of the GNU General Public License or
-   the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-   GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-   and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
-
-The Debian packaging is (C) 2007, Rene Mayorga <rmayorga at debian.org.sv> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libreadonly-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libreadonly-perl/debian/rules?rev=75415&op=diff
==============================================================================
--- trunk/libreadonly-perl/debian/rules (original)
+++ trunk/libreadonly-perl/debian/rules Sat Jun 11 14:42:09 2011
@@ -1,55 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
 
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-	rm -f $(TMP)/usr/share/perl5/benchmark.pl
-	touch $@
-
-binary-arch:
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs Changes
-	dh_installdocs README
-	dh_compress
-	dh_installexamples benchmark.pl
-	dh_fixperms
-	dh_perl
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@

Added: trunk/libreadonly-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libreadonly-perl/debian/source/format?rev=75415&op=file
==============================================================================
--- trunk/libreadonly-perl/debian/source/format (added)
+++ trunk/libreadonly-perl/debian/source/format Sat Jun 11 14:42:09 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the Pkg-perl-cvs-commits mailing list