r14156 - in /trunk/libsub-install-perl/debian: changelog compat control copyright rules

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Tue Feb 5 05:23:35 UTC 2008


Author: rmayorga-guest
Date: Tue Feb  5 05:23:34 2008
New Revision: 14156

URL: http://svn.debian.org/wsvn/?sc=1&rev=14156
Log:
* Make package ready for Perl 5.10 update
* debian/control
  + raise debhelper version to 6
  + Set standards-version to 3.7.3 ( no changes needed )
  + Add myself to uploaders and Wrap it
  + Add libtest-perl-critic-perl to B-D-I
* debian/copyright: use an autor-idenp URL
* debian/rules
  + remove OPTIMIZE var, we are not using it
  + move test suite from install target to build target and use
     PERL_TEST_CRITIC=1 to enable more tests
  + use $@ when touching -stamp files
  + remove commented-out and un-ussed dh_ calls
  + don't install README file
  + install only depends on install-stamp, and installs-stamp depends on
    build-stamp

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/trunk/libsub-install-perl/debian/changelog?rev=14156&op=diff
==============================================================================
--- trunk/libsub-install-perl/debian/changelog (original)
+++ trunk/libsub-install-perl/debian/changelog Tue Feb  5 05:23:34 2008
@@ -1,12 +1,31 @@
-libsub-install-perl (0.924-2) UNRELEASED; urgency=low
+libsub-install-perl (0.924-2) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/watch: use dist-based URL.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:01 +0200
+  [ Rene Mayorga ]
+  * Make package ready for Perl 5.10 update
+  * debian/control
+    + raise debhelper version to 6
+    + Set standards-version to 3.7.3 ( no changes needed )
+    + Add myself to uploaders and Wrap it
+    + Add libtest-perl-critic-perl to B-D-I
+  * debian/copyright: use an autor-idenp URL
+  * debian/rules
+    + remove OPTIMIZE var, we are not using it
+    + move test suite from install target to build target and use
+       PERL_TEST_CRITIC=1 to enable more tests
+    + use $@ when touching -stamp files
+    + remove commented-out and un-ussed dh_ calls
+    + don't install README file
+    + install only depends on install-stamp, and installs-stamp depends on
+      build-stamp
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 04 Feb 2008 22:45:25 -0600
 
 libsub-install-perl (0.924-1) unstable; urgency=low
 

Modified: trunk/libsub-install-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libsub-install-perl/debian/compat?rev=14156&op=diff
==============================================================================
--- trunk/libsub-install-perl/debian/compat (original)
+++ trunk/libsub-install-perl/debian/compat Tue Feb  5 05:23:34 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libsub-install-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libsub-install-perl/debian/control?rev=14156&op=diff
==============================================================================
--- trunk/libsub-install-perl/debian/control (original)
+++ trunk/libsub-install-perl/debian/control Tue Feb  5 05:23:34 2008
@@ -1,11 +1,14 @@
 Source: libsub-install-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0)
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 6)
+Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, 
+ libtest-pod-coverage-perl, libtest-perl-critic-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.2
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, 
+ gregor herrmann <gregor+debian at comodo.priv.at>, 
+ Rene Mayorga <rmayorga at debian.org.sv>
+Standards-Version: 3.7.3
 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/wsvn/pkg-perl/trunk/libsub-install-perl/

Modified: trunk/libsub-install-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libsub-install-perl/debian/copyright?rev=14156&op=diff
==============================================================================
--- trunk/libsub-install-perl/debian/copyright (original)
+++ trunk/libsub-install-perl/debian/copyright Tue Feb  5 05:23:34 2008
@@ -1,7 +1,7 @@
 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.
 
-It was downloaded from: http://search.cpan.org/~rjbs/Sub-Install-0.91/
+It was downloaded from: http://search.cpan.org/dist/Sub-Install/
 
 The upstream author is: Ricardo Signes, <rjbs at cpan.org>
 

Modified: trunk/libsub-install-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsub-install-perl/debian/rules?rev=14156&op=diff
==============================================================================
--- trunk/libsub-install-perl/debian/rules (original)
+++ trunk/libsub-install-perl/debian/rules Tue Feb  5 05:23:34 2008
@@ -17,24 +17,24 @@
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-	touch build-stamp
+	$(MAKE)
+	PERL_TEST_CRITIC=1 $(MAKE) test
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
-	dh_clean build-stamp install-stamp
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-	touch install-stamp
+	touch $@
 
 binary-arch:
 # We have nothing to do by default.
@@ -42,12 +42,9 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installexamples
-	dh_installdocs README
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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