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

joostvb at users.alioth.debian.org joostvb at users.alioth.debian.org
Mon Dec 14 07:21:38 UTC 2009


Author: joostvb
Date: Mon Dec 14 07:21:21 2009
New Revision: 48746

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48746
Log:
now _really_ install in vendor-mode.  all lintian errors are now gone

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=48746&op=diff
==============================================================================
--- trunk/eekboek/debian/changelog (original)
+++ trunk/eekboek/debian/changelog Mon Dec 14 07:21:21 2009
@@ -32,8 +32,6 @@
     patch system
   - lintian (and lintian -I):
     example-interpreter-not-absolute
-    E: eekboek: perl-module-in-core-directory usr/share/perl/5.10.1/EB.pm
-    E: eekboek: wrong-path-for-interpreter ./usr/share/perl/5.10.1/EB/Wx/Booking/IVPanel/BskPanel.pm (#!perl != /usr/bin/perl)
   - d/copyright: 2005-2009, Squirrel Consultancy
     (to be honest, I haven't check all the other modules)
   - the new eekboek.desktop should probably be installed

Modified: trunk/eekboek/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/rules?rev=48746&op=diff
==============================================================================
--- trunk/eekboek/debian/rules (original)
+++ trunk/eekboek/debian/rules Mon Dec 14 07:21:21 2009
@@ -10,14 +10,15 @@
 # libdbd-pg-perl (>= 1.41) build depends
 override_dh_auto_configure:
 	rm -f t/80_db_postgresql.t t/91_ivp_sqlite.t t/92_ivp_postgres.t
-	perl Build.PL INSTALLDIRS=vendor create_packlist=0
+	perl Build.PL --installdirs vendor create_packlist=0
 
 override_dh_auto_test:
 	./Build test
 
 # use debian/eekboek. not dh's default debian/tmp
 override_dh_auto_install:
-	./Build install --destdir `pwd`/debian/eekboek --prefix /usr --install_path libdoc=/usr/share/man/man3 --install_path bindoc=/usr/share/man/man1
+	## ./Build install --destdir `pwd`/debian/eekboek --prefix /usr --install_path libdoc=/usr/share/man/man3 --install_path bindoc=/usr/share/man/man1
+	./Build install --destdir `pwd`/debian/eekboek --install_path libdoc=/usr/share/man/man3 --install_path bindoc=/usr/share/man/man1
 	# 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




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