r13046 - /trunk/libcrypt-dsa-perl/debian/rules

deepak-guest at users.alioth.debian.org deepak-guest at users.alioth.debian.org
Sat Jan 19 19:02:14 UTC 2008


Author: deepak-guest
Date: Sat Jan 19 19:02:14 2008
New Revision: 13046

URL: http://svn.debian.org/wsvn/?sc=1&rev=13046
Log:
Add dh_installdocs and  rmdir --parents --ignore-fail-on-non-empty --verbose $(TMP)/usr/lib/perl5 in debian/rules

Modified:
    trunk/libcrypt-dsa-perl/debian/rules

Modified: trunk/libcrypt-dsa-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcrypt-dsa-perl/debian/rules?rev=13046&op=diff
==============================================================================
--- trunk/libcrypt-dsa-perl/debian/rules (original)
+++ trunk/libcrypt-dsa-perl/debian/rules Sat Jan 19 19:02:14 2008
@@ -51,7 +51,7 @@
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 	touch $@
 
 binary-arch:
@@ -60,6 +60,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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