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

joostvb at users.alioth.debian.org joostvb at users.alioth.debian.org
Sun Dec 13 20:53:10 UTC 2009


Author: joostvb
Date: Sun Dec 13 20:53:03 2009
New Revision: 48729

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48729
Log:
install manpages under /u/s/m, not /u/m

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=48729&op=diff
==============================================================================
--- trunk/eekboek/debian/changelog (original)
+++ trunk/eekboek/debian/changelog Sun Dec 13 20:53:03 2009
@@ -3,10 +3,6 @@
   TODO:
   - stick the lib/EB/DB/Sqlite.pm patch in a sane
     patch system
-  - install manpages under /u/s/m, not /u/m
-  - perhaps we _can_ use dh's default Makefile.PL. check this.
-    probably we need to hardcode debian/eekboek, not debian/tmp
-    (dh's default)
   - fix FTBFS and re-enable a full 'make test' in debian/rules
     for now, t/91_ivp_sqlite.t is disabled in debian/rules.
     It fails.
@@ -18,11 +14,10 @@
     (joostvb: can't reproduce these.  fixed?)
     (gregoa: still there (after dh_auto_configure), maybe not needed for
     build)
-  - lintian:
+  - lintian (and lintian -I):
     example-interpreter-not-absolute
-    example-wrong-path-for-interpreter
-    (joostvb: can't reproduce these.  fixed?)
-    (gregoa: still there, lintian -I (informational tags))
+    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
@@ -60,7 +55,8 @@
   * lib/EB/DB/Sqlite.pm: fix warning '"unicode" attribute will be
     deprecated. Use "sqlite_unicode" instead', so that 'make test' gets
     passed.
-  * debian/rules: use Build.PL (as upstream suggests), not Makefile.PL.
+  * debian/rules: use Build.PL (as upstream suggests, using Module::Build
+    which replaces MakeMaker), not Makefile.PL.
 
  -- Nathan Handler <nhandler at ubuntu.com>  Wed, 04 Nov 2009 22:30:20 -0600
 

Modified: trunk/eekboek/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/rules?rev=48729&op=diff
==============================================================================
--- trunk/eekboek/debian/rules (original)
+++ trunk/eekboek/debian/rules Sun Dec 13 20:53:03 2009
@@ -15,7 +15,7 @@
 # upstream wants us to use ./Build, not make
 # use debian/eekboek. not dh's default debian/tmp
 override_dh_auto_install:
-	./Build install --destdir `pwd`/debian/eekboek --prefix /usr
+	./Build install --destdir `pwd`/debian/eekboek --prefix /usr --install_path libdoc=/usr/share/man/man3 --install_path bindoc=/usr/share/man/man1
 	rm -f debian/eekboek/usr/share/perl5/EB/DB/Postgres.pm
 
 # disable 'make test' by uncommenting this




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