r75700 - in /trunk/libsub-install-perl/debian: changelog compat control copyright rules source/ source/format

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Tue Jun 14 14:30:29 UTC 2011


Author: fabreg-guest
Date: Tue Jun 14 14:30:21 2011
New Revision: 75700

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

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

Modified: trunk/libsub-install-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-install-perl/debian/changelog?rev=75700&op=diff
==============================================================================
--- trunk/libsub-install-perl/debian/changelog (original)
+++ trunk/libsub-install-perl/debian/changelog Tue Jun 14 14:30:21 2011
@@ -13,10 +13,16 @@
   [ Rene Mayorga ]
   * debian/control: update my email address.
 
-  [ gregor herrmann ]
-  * Change my email address.
+  [ 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.
+  * Email change: gregor herrmann -> gregoa at debian.org
 
- -- Brian Cassidy <brian.cassidy at gmail.com>  Tue, 27 Jan 2009 08:57:38 -0400
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 14 Jun 2011 12:56:16 +0200
 
 libsub-install-perl (0.924-2) unstable; urgency=low
 

Modified: trunk/libsub-install-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-install-perl/debian/compat?rev=75700&op=diff
==============================================================================
--- trunk/libsub-install-perl/debian/compat (original)
+++ trunk/libsub-install-perl/debian/compat Tue Jun 14 14:30:21 2011
@@ -1,1 +1,1 @@
-6
+8

Modified: trunk/libsub-install-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-install-perl/debian/control?rev=75700&op=diff
==============================================================================
--- trunk/libsub-install-perl/debian/control (original)
+++ trunk/libsub-install-perl/debian/control Tue Jun 14 14:30:21 2011
@@ -1,21 +1,24 @@
 Source: libsub-install-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6)
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, 
- libtest-pod-coverage-perl, libtest-perl-critic-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libtest-perl-critic-perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, 
- gregor herrmann <gregoa at debian.org>, 
- Rene Mayorga <rmayorga at debian.org>
-Standards-Version: 3.7.3
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Rene Mayorga <rmayorga at debian.org>,
+ Fabrizio Regalli <fabreg at fabreg.it>
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Sub-Install/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-install-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsub-install-perl/
 
 Package: libsub-install-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Install subroutines into packages easily
  Sub::Install module makes it easy to install subroutines into packages
  without the unslightly mess of no strict or typeglobs lying about where

Modified: trunk/libsub-install-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-install-perl/debian/copyright?rev=75700&op=diff
==============================================================================
--- trunk/libsub-install-perl/debian/copyright (original)
+++ trunk/libsub-install-perl/debian/copyright Tue Jun 14 14:30:21 2011
@@ -1,19 +1,32 @@
-This is the debian package for the Sub-Install module.
-It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ricardo Signes <rjbs at cpan.org>
+Source: http://search.cpan.org/dist/Sub-Install/
+Name: Sub-Install
 
-It was downloaded from: http://search.cpan.org/dist/Sub-Install/
+Files: *
+Copyright: 2005, Ricardo Signes <rjbs at cpan.org>
+License: Artistic or GPL-1+
 
-The upstream author is: Ricardo Signes, <rjbs at cpan.org>
+Files: debian/*
+Copyright: 2006, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2006, gregor herrmann <gregoa at debian.org>
+ 2008, Rene Mayorga <rmayorga at debian.org.sv>
+ 2009, Brian Cassidy <brian.cassidy at gmail.com>
+ 2011, Fabrizio Regalli <fabreg at fabreg.it>
+License: Artistic or GPL-1+
 
-Several of the tests are adapted from tests that shipped with Damian Conway's
-Sub-Installer distribution..
+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 2005 Ricardo Signes, All Rights Reserved.
-
-This program 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'.
+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/libsub-install-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-install-perl/debian/rules?rev=75700&op=diff
==============================================================================
--- trunk/libsub-install-perl/debian/rules (original)
+++ trunk/libsub-install-perl/debian/rules Tue Jun 14 14:30:21 2011
@@ -1,59 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-export PERL_MM_USE_DEFAULT=1
-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)
-	PERL_TEST_CRITIC=1 $(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	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
-	touch $@
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh $@

Added: trunk/libsub-install-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-install-perl/debian/source/format?rev=75700&op=file
==============================================================================
--- trunk/libsub-install-perl/debian/source/format (added)
+++ trunk/libsub-install-perl/debian/source/format Tue Jun 14 14:30:21 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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