r48781 - /trunk/libmodule-install-perl/debian/rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Tue Dec 15 15:16:26 UTC 2009


Author: carnil-guest
Date: Tue Dec 15 15:16:08 2009
New Revision: 48781

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48781
Log:
fix deletion of manpage in debian/rules, since we test it before it get compressed

Modified:
    trunk/libmodule-install-perl/debian/rules

Modified: trunk/libmodule-install-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-install-perl/debian/rules?rev=48781&op=diff
==============================================================================
--- trunk/libmodule-install-perl/debian/rules (original)
+++ trunk/libmodule-install-perl/debian/rules Tue Dec 15 15:16:08 2009
@@ -12,7 +12,7 @@
 	 rm $(TMP)/usr/share/perl5/Module/Install/Philosophy.pod 
 	[ ! -f $(TMP)/usr/share/perl5/Module/Install.pod ] || \
 	 rm $(TMP)/usr/share/perl5/Module/Install.pod 
-	[ ! -f  $(TMP)/usr/share/man/man3/Module::Install::Admin::Manifest.3pm.gz ] ||  rm $(TMP)/usr/share/man/man3/Module::Install::Admin::Manifest.3pm.gz
+	[ ! -f  $(TMP)/usr/share/man/man3/Module::Install::Admin::Manifest.3pm ] ||  rm $(TMP)/usr/share/man/man3/Module::Install::Admin::Manifest.3pm
 	# remove useless auto/share/dist/Module-Install/dist_file.txt
 	[ ! -f $(TMP)/usr/share/perl5/auto/share/dist/Module-Install/dist_file.txt ] || rm -rf $(TMP)/usr/share/perl5/auto
 	touch $@




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