r10645 - in /trunk/libcoy-perl/debian: changelog compat control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Dec 1 22:32:40 UTC 2007


Author: gregoa-guest
Date: Sat Dec  1 22:32:40 2007
New Revision: 10645

URL: http://svn.debian.org/wsvn/?sc=1&rev=10645
Log:
* Don't install empty empty /usr/lib/perl5 directory.
* Set debhelper compatibility level to 5.
* Use $(CURDIR) instead of pwd in debian/rules.
* Move perl from Build-Depends to Build-Depends-Indep.

Modified:
    trunk/libcoy-perl/debian/changelog
    trunk/libcoy-perl/debian/compat
    trunk/libcoy-perl/debian/control
    trunk/libcoy-perl/debian/rules

Modified: trunk/libcoy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/changelog?rev=10645&op=diff
==============================================================================
--- trunk/libcoy-perl/debian/changelog (original)
+++ trunk/libcoy-perl/debian/changelog Sat Dec  1 22:32:40 2007
@@ -3,6 +3,10 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Don't install empty empty /usr/lib/perl5 directory.
+  * Set debhelper compatibility level to 5.
+  * Use $(CURDIR) instead of pwd in debian/rules.
+  * Move perl from Build-Depends to Build-Depends-Indep.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:21 +0200
 

Modified: trunk/libcoy-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/compat?rev=10645&op=diff
==============================================================================
--- trunk/libcoy-perl/debian/compat (original)
+++ trunk/libcoy-perl/debian/compat Sat Dec  1 22:32:40 2007
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libcoy-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/control?rev=10645&op=diff
==============================================================================
--- trunk/libcoy-perl/debian/control (original)
+++ trunk/libcoy-perl/debian/control Sat Dec  1 22:32:40 2007
@@ -1,7 +1,8 @@
 Source: libcoy-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4), perl5, dpkg-dev (>= 1.9.0)
+Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9.0)
+Build-Depends-Indep: perl
 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/libcoy-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcoy-perl/debian/rules?rev=10645&op=diff
==============================================================================
--- trunk/libcoy-perl/debian/rules (original)
+++ trunk/libcoy-perl/debian/rules Sat Dec  1 22:32:40 2007
@@ -19,9 +19,10 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(MAKE) install PREFIX=`pwd`/debian/libcoy-perl/usr
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libcoy-perl/usr
 	rm -f debian/libcoy-perl/usr/share/perl5/Lingua/EN/Inflect.pm
 	find debian/libcoy-perl -name "*.pm" | xargs chmod -x
+	rmdir --parents --ignore-fail-on-non-empty $(CURDIR)/debian/libcoy-perl/usr/lib/perl5
 
 binary-arch: build install
 




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