r20831 - /trunk/libmath-algebra-symbols-perl/debian/rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Jun 7 18:53:43 UTC 2008
Author: gregoa
Date: Sat Jun 7 18:53:43 2008
New Revision: 20831
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20831
Log:
don't install /usr/share/perl5/Math/Algebra/symbols.pl and pod/README.pod
Modified:
trunk/libmath-algebra-symbols-perl/debian/rules
Modified: trunk/libmath-algebra-symbols-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-algebra-symbols-perl/debian/rules?rev=20831&op=diff
==============================================================================
--- trunk/libmath-algebra-symbols-perl/debian/rules (original)
+++ trunk/libmath-algebra-symbols-perl/debian/rules Sat Jun 7 18:53:43 2008
@@ -36,6 +36,8 @@
dh_testroot
dh_clean -k
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+ [ ! -f $(TMP)/usr/share/perl5/Math/Algebra/symbols.pl ] | \
+ $(RM) $(TMP)/usr/share/perl5/Math/Algebra/symbols.pl
[ ! -d $(TMP)/usr/lib/perl5 ] || \
rmdir --ignore-fail-on-non-empty --parents --verbose \
$(TMP)/usr/lib/perl5
@@ -46,7 +48,7 @@
binary-indep: build install
dh_testdir
dh_testroot
- dh_installdocs pod/README.pod userGuide
+ dh_installdocs userGuide
dh_installchangelogs CHANGES
dh_installexamples symbols.pl
dh_perl
More information about the Pkg-perl-cvs-commits
mailing list