r16321 - in /trunk/libparams-classify-perl/debian: changelog control copyright rules

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Mon Mar 3 15:54:28 UTC 2008


Author: rmayorga-guest
Date: Mon Mar  3 15:54:28 2008
New Revision: 16321

URL: http://svn.debian.org/wsvn/?sc=1&rev=16321
Log:
* debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #468007)
* debian/rules
  + use $@ when touching -stamp files
  + Add install-stamp target and let depends on build-stamp
  + Don't install README file
  + Remove un-ussed dh_ calls
  + Add dh_compress
* debian/control
  + Raise compat level to 6
  + Set standards-version to 3.7.3 ( No changes needed )
  + Add ${misc:Depends} to Depends
  + Add myself to uploaders
* debian/copyright: use a dist-based Upstream URL

Modified:
    trunk/libparams-classify-perl/debian/changelog
    trunk/libparams-classify-perl/debian/control
    trunk/libparams-classify-perl/debian/copyright
    trunk/libparams-classify-perl/debian/rules

Modified: trunk/libparams-classify-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libparams-classify-perl/debian/changelog?rev=16321&op=diff
==============================================================================
--- trunk/libparams-classify-perl/debian/changelog (original)
+++ trunk/libparams-classify-perl/debian/changelog Mon Mar  3 15:54:28 2008
@@ -1,16 +1,30 @@
-libparams-classify-perl (0.005-2) UNRELEASED; urgency=low
+libparams-classify-perl (0.005-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.
+  * debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #468007)
 
   [ Joachim Breitner ]
   * Removed myself from uploaders.
 
- -- Joachim Breitner <nomeata at debian.org>  Mon, 11 Feb 2008 20:32:35 +0000
+  [ Rene Mayorga ]
+  * debian/rules
+    + use $@ when touching -stamp files
+    + Add install-stamp target and let depends on build-stamp
+    + Don't install README file
+    + Remove un-ussed dh_ calls
+    + Add dh_compress
+  * debian/control
+    + Raise compat level to 6
+    + Set standards-version to 3.7.3 ( No changes needed )
+    + Add ${misc:Depends} to Depends
+    + Add myself to uploaders
+  * debian/copyright: use a dist-based Upstream URL
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 03 Mar 2008 09:37:38 -0600
 
 libparams-classify-perl (0.005-1) unstable; urgency=low
 

Modified: trunk/libparams-classify-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libparams-classify-perl/debian/control?rev=16321&op=diff
==============================================================================
--- trunk/libparams-classify-perl/debian/control (original)
+++ trunk/libparams-classify-perl/debian/control Mon Mar  3 15:54:28 2008
@@ -4,17 +4,18 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <florian at mookooh.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>,
- Carlo Segre <segre at debian.org>, Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.3-1), libscalar-number-perl
-Standards-Version: 3.7.2
+ Carlo Segre <segre at debian.org>, Damyan Ivanov <dmn at debian.org>,
+ Rene Mayorga <rmayorga at debian.org.sv>
+Build-Depends: debhelper (>= 6)
+Build-Depends-Indep: perl (>= 5.8.3), libscalar-number-perl
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Params-Classify/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparams-classify-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-classify-perl/
 
 Package: libparams-classify-perl
 Architecture: all
-Depends: ${perl:Depends}, libscalar-number-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libscalar-number-perl
 Description: Perl module for argument type classification
  This module provides various type-testing functions. These are intended
  for functions that, unlike most Perl code, care what type of data they

Modified: trunk/libparams-classify-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libparams-classify-perl/debian/copyright?rev=16321&op=diff
==============================================================================
--- trunk/libparams-classify-perl/debian/copyright (original)
+++ trunk/libparams-classify-perl/debian/copyright Mon Mar  3 15:54:28 2008
@@ -2,7 +2,7 @@
 Sun, 2 May 2004 21:00:20 +0200 and is now maintained by the 
 Debian Perl Group.
 
-It was downloaded from http://search.cpan.org/~zefram/Params-Classify/
+It was downloaded from: http://search.cpan.org/dist/Params-Classify/
 
 Upstream Author: Andrew Main (Zefram) <zefram at fysh.org>
 

Modified: trunk/libparams-classify-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libparams-classify-perl/debian/rules?rev=16321&op=diff
==============================================================================
--- trunk/libparams-classify-perl/debian/rules (original)
+++ trunk/libparams-classify-perl/debian/rules Mon Mar  3 15:54:28 2008
@@ -9,7 +9,7 @@
 configure-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	touch configure-stamp
+	touch $@
 
 build: build-stamp
 
@@ -17,24 +17,25 @@
 	dh_testdir
 	$(MAKE)
 	$(MAKE) test
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean build-stamp configure-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean build-stamp configure-stamp
 
-install: build
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/libparams-classify-perl
-
 	#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 $(CURDIR)/debian/libparams-classify-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libparams-classify-perl/usr/lib/perl5
+	touch $@
                         	
 
 # Build architecture-independent files here.
@@ -42,10 +43,9 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs Changes
-	dh_installdocs README
-	dh_installman
+	dh_installdocs
+	dh_fixperms
 	dh_compress
-	dh_fixperms
 	dh_perl
 	dh_installdeb
 	dh_gencontrol




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