r10678 - in /trunk/libfilehandle-unget-perl/debian: changelog compat control rules watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Dec 2 13:10:42 UTC 2007


Author: gregoa-guest
Date: Sun Dec  2 13:10:42 2007
New Revision: 10678

URL: http://svn.debian.org/wsvn/?sc=1&rev=10678
Log:
* Use dist-based URL in debian/watch.
* debian/rules:
  - don't install empty /usr/lib/perl5 directory
  - use $(CURDIR) instead of `pwd`.
  - call clean target unconditionally but check for Makefile on $(MAKE)
    distclean.
* Set debhelper compatibility level to 5.
* debian/control: Move perl to Build-Depends-Indep.

Modified:
    trunk/libfilehandle-unget-perl/debian/changelog
    trunk/libfilehandle-unget-perl/debian/compat
    trunk/libfilehandle-unget-perl/debian/control
    trunk/libfilehandle-unget-perl/debian/rules
    trunk/libfilehandle-unget-perl/debian/watch

Modified: trunk/libfilehandle-unget-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/changelog?rev=10678&op=diff
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/changelog (original)
+++ trunk/libfilehandle-unget-perl/debian/changelog Sun Dec  2 13:10:42 2007
@@ -8,6 +8,14 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Use dist-based URL in debian/watch.
+  * debian/rules:
+    - don't install empty /usr/lib/perl5 directory
+    - use $(CURDIR) instead of `pwd`.
+    - call clean target unconditionally but check for Makefile on $(MAKE)
+      distclean.
+  * Set debhelper compatibility level to 5.
+  * debian/control: Move perl to Build-Depends-Indep.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:29 +0200
 

Modified: trunk/libfilehandle-unget-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/compat?rev=10678&op=diff
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/compat (original)
+++ trunk/libfilehandle-unget-perl/debian/compat Sun Dec  2 13:10:42 2007
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libfilehandle-unget-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/control?rev=10678&op=diff
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/control (original)
+++ trunk/libfilehandle-unget-perl/debian/control Sun Dec  2 13:10:42 2007
@@ -1,7 +1,8 @@
 Source: libfilehandle-unget-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4), perl5
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl5
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Joey Hess <joeyh at debian.org>
 Standards-Version: 3.7.2

Modified: trunk/libfilehandle-unget-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/rules?rev=10678&op=diff
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/rules (original)
+++ trunk/libfilehandle-unget-perl/debian/rules Sun Dec  2 13:10:42 2007
@@ -10,18 +10,19 @@
 	$(MAKE) test
 	touch build-stamp
 
-clean: Makefile
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(MAKE) install PREFIX=`pwd`/debian/libfilehandle-unget-perl/usr
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libfilehandle-unget-perl/usr
+	rmdir --parents --ignore-fail-on-non-empty $(CURDIR)/debian/libfilehandle-unget-perl/usr/lib/perl5
 
 binary-arch: build install
 

Modified: trunk/libfilehandle-unget-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/watch?rev=10678&op=diff
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/watch (original)
+++ trunk/libfilehandle-unget-perl/debian/watch Sun Dec  2 13:10:42 2007
@@ -1,2 +1,2 @@
 version=3
-http://www.cpan.org/authors/id/D/DC/DCOPPIT/FileHandle-Unget-(.*).tar.gz
+http://search.cpan.org/dist/FileHandle-Unget/ .*/FileHandle-Unget-([[:digit:]].*)\.tar\.gz




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