r10650 - in /trunk/libdevel-caller-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Dec 1 23:21:44 UTC 2007


Author: gregoa-guest
Date: Sat Dec  1 23:21:44 2007
New Revision: 10650

URL: http://svn.debian.org/wsvn/?sc=1&rev=10650
Log:
debian/rules:
  - remove empty /usr/share/perl5 directory
  - let install-stamp depend on build-stamp
  - don't create .packlist file

Modified:
    trunk/libdevel-caller-perl/debian/changelog
    trunk/libdevel-caller-perl/debian/rules

Modified: trunk/libdevel-caller-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdevel-caller-perl/debian/changelog?rev=10650&op=diff
==============================================================================
--- trunk/libdevel-caller-perl/debian/changelog (original)
+++ trunk/libdevel-caller-perl/debian/changelog Sat Dec  1 23:21:44 2007
@@ -4,6 +4,10 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * debian/rules:
+    - remove empty /usr/share/perl5 directory
+    - let install-stamp depend on build-stamp
+    - don't create .packlist file
 
   [ Damyan Ivanov ]
   * [debian/watch] Stop capturing file extension

Modified: trunk/libdevel-caller-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdevel-caller-perl/debian/rules?rev=10650&op=diff
==============================================================================
--- trunk/libdevel-caller-perl/debian/rules (original)
+++ trunk/libdevel-caller-perl/debian/rules Sat Dec  1 23:21:44 2007
@@ -33,7 +33,7 @@
 	dh_testdir
 
 	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build.PL installdirs=vendor create_packlist=0
 	OPTIMIZE="$(CFLAGS)" $(PERL) Build
 
 	touch build-stamp
@@ -47,8 +47,8 @@
 
 	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
@@ -56,6 +56,8 @@
 	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(PERL) Build test
 	$(PERL) Build install destdir=$(TMP)
+	
+	rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/share/perl5
 
 	touch install-stamp
 




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