r13763 - in /trunk/libparams-check-perl/debian: changelog compat control copyright rules watch

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Mon Jan 28 06:39:19 UTC 2008


Author: rmayorga-guest
Date: Mon Jan 28 06:39:18 2008
New Revision: 13763

URL: http://svn.debian.org/wsvn/?sc=1&rev=13763
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 )
  + Wrap uploaders field
* debian/rules
  + remove OPTIMIZE, we don't use it
  + use $@ when touching -stamp files
  + move test suite from install to build target
  + remove commented-out and un-ussed dh_ calls
  + don't install README file
* debian/copyright: use and autor-indep URL 
* Improve debian watch

Modified:
    trunk/libparams-check-perl/debian/changelog
    trunk/libparams-check-perl/debian/compat
    trunk/libparams-check-perl/debian/control
    trunk/libparams-check-perl/debian/copyright
    trunk/libparams-check-perl/debian/rules
    trunk/libparams-check-perl/debian/watch

Modified: trunk/libparams-check-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libparams-check-perl/debian/changelog?rev=13763&op=diff
==============================================================================
--- trunk/libparams-check-perl/debian/changelog (original)
+++ trunk/libparams-check-perl/debian/changelog Mon Jan 28 06:39:18 2008
@@ -1,11 +1,27 @@
-libparams-check-perl (0.26-2) UNRELEASED; urgency=low
+libparams-check-perl (0.26-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/rules: delete /usr/lib/perl5 only if it exists.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:27 +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 )
+    + Wrap uploaders field
+  * debian/rules
+    + remove OPTIMIZE, we don't use it
+    + use $@ when touching -stamp files
+    + move test suite from install to build target
+    + remove commented-out and un-ussed dh_ calls
+    + don't install README file
+  * debian/copyright: use and autor-indep URL 
+  * Improve debian watch
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 28 Jan 2008 00:23:02 -0600
 
 libparams-check-perl (0.26-1) unstable; urgency=low
 

Modified: trunk/libparams-check-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libparams-check-perl/debian/compat?rev=13763&op=diff
==============================================================================
--- trunk/libparams-check-perl/debian/compat (original)
+++ trunk/libparams-check-perl/debian/compat Mon Jan 28 06:39:18 2008
@@ -1,1 +1,1 @@
-4
+6

Modified: trunk/libparams-check-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libparams-check-perl/debian/control?rev=13763&op=diff
==============================================================================
--- trunk/libparams-check-perl/debian/control (original)
+++ trunk/libparams-check-perl/debian/control Mon Jan 28 06:39:18 2008
@@ -1,11 +1,12 @@
 Source: libparams-check-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 6)
 Build-Depends-Indep: perl (>= 5.8.0-7), liblocale-maketext-simple-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>
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Params-Check/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparams-check-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-check-perl/

Modified: trunk/libparams-check-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libparams-check-perl/debian/copyright?rev=13763&op=diff
==============================================================================
--- trunk/libparams-check-perl/debian/copyright (original)
+++ trunk/libparams-check-perl/debian/copyright Mon Jan 28 06:39:18 2008
@@ -1,7 +1,7 @@
 This is the debian package for the Params-Check module.
 It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org>.
 
-http://search.cpan.org/~kane/Params-Check-0.23/
+It was downloaded from:  http://search.cpan.org/dist/Params-Check/
 
 The upstream author is: Jos Boumans <kane at cpan.org>
 

Modified: trunk/libparams-check-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libparams-check-perl/debian/rules?rev=13763&op=diff
==============================================================================
--- trunk/libparams-check-perl/debian/rules (original)
+++ trunk/libparams-check-perl/debian/rules Mon Jan 28 06:39:18 2008
@@ -23,29 +23,27 @@
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-	touch build-stamp
+	$(MAKE)
+	$(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:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
 	# As this is a architecture independent package, we are not
 	# supposed to install stuff to /usr/lib. MakeMaker creates
 	# the dirs, we delete them from the deb:
 	[ ! -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.
@@ -53,12 +51,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

Modified: trunk/libparams-check-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libparams-check-perl/debian/watch?rev=13763&op=diff
==============================================================================
--- trunk/libparams-check-perl/debian/watch (original)
+++ trunk/libparams-check-perl/debian/watch Mon Jan 28 06:39:18 2008
@@ -1,4 +1,2 @@
-# format version number, currently 2; this line is compulsory!
-version=2
-http://www.cpan.org/modules/by-module/Params/Params-Check-([\.\d]+).tar.gz
-
+version=3
+http://search.cpan.org/dist/Params-Check/	.*/Params-Check-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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