r48747 - in /trunk/eekboek/debian: changelog rules

joostvb at users.alioth.debian.org joostvb at users.alioth.debian.org
Mon Dec 14 07:28:01 UTC 2009


Author: joostvb
Date: Mon Dec 14 07:27:55 2009
New Revision: 48747

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48747
Log:
do not install manpages of removed private copies of external code

Modified:
    trunk/eekboek/debian/changelog
    trunk/eekboek/debian/rules

Modified: trunk/eekboek/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/changelog?rev=48747&op=diff
==============================================================================
--- trunk/eekboek/debian/changelog (original)
+++ trunk/eekboek/debian/changelog Mon Dec 14 07:27:55 2009
@@ -4,13 +4,7 @@
   - we removed duplicates
     /u/s/perl/5.10.1/EB/CPAN/Carp/Assert.pm
     /u/s/perl/5.10.1/EB/CPAN/File/HomeDir.pm: check wether eekboek
-    has some hardcoded dependencies on these private copies.  Do
-    not install
-    /usr/share/man/man3/EB::CPAN::File::HomeDir::Unix.3pm.gz
-    /usr/share/man/man3/EB::CPAN::File::HomeDir::Darwin.3pm.gz
-    /usr/share/man/man3/EB::CPAN::Carp::Assert.3pm.gz
-    /usr/share/man/man3/EB::CPAN::File::HomeDir::Windows.3pm.gz
-    /usr/share/man/man3/EB::CPAN::File::HomeDir.3pm.gz
+    has some hardcoded dependencies on these private copies.
   - refresh example administratie:
     Date: Mon, 19 Oct 2009 11:59:20 +0200
     From: Johan Vromans

Modified: trunk/eekboek/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/rules?rev=48747&op=diff
==============================================================================
--- trunk/eekboek/debian/rules (original)
+++ trunk/eekboek/debian/rules Mon Dec 14 07:27:55 2009
@@ -22,4 +22,5 @@
 	# remove code shipped in other Debian packages
 	rm -f debian/eekboek/usr/share/perl5/EB/DB/Postgres.pm
 	rm -rf debian/eekboek/usr/share/perl5/EB/CPAN
+	rm -f debian/eekboek/usr/share/man/man3/EB::CPAN::*
 




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