r48730 - in /trunk/eekboek/debian: changelog control

joostvb at users.alioth.debian.org joostvb at users.alioth.debian.org
Sun Dec 13 21:16:26 UTC 2009


Author: joostvb
Date: Sun Dec 13 21:16:21 2009
New Revision: 48730

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48730
Log:
fix build warnings: Warning: prerequisite Archive::Zip 1.16 not found; DBD::SQLite 1.13; Term::ReadLine::Gnu 0

Modified:
    trunk/eekboek/debian/changelog
    trunk/eekboek/debian/control

Modified: trunk/eekboek/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/changelog?rev=48730&op=diff
==============================================================================
--- trunk/eekboek/debian/changelog (original)
+++ trunk/eekboek/debian/changelog Sun Dec 13 21:16:21 2009
@@ -6,14 +6,6 @@
   - 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.
-  - build warnings
-    Warning: prerequisite Archive::Zip 1.16 not found.
-    Warning: prerequisite DBD::SQLite 1.13 not found.
-    Warning: prerequisite Term::ReadLine::Gnu 0 not found.
-    --> build deps
-    (joostvb: can't reproduce these.  fixed?)
-    (gregoa: still there (after dh_auto_configure), maybe not needed for
-    build)
   - lintian (and lintian -I):
     example-interpreter-not-absolute
     E: eekboek: perl-module-in-core-directory usr/share/perl/5.10.1/EB.pm
@@ -57,6 +49,11 @@
     passed.
   * debian/rules: use Build.PL (as upstream suggests, using Module::Build
     which replaces MakeMaker), not Makefile.PL.
+  * debian/rules: install manpages under /usr/share/man, not /usr/man.
+  * debian/control: add libarchive-zip-perl, libterm-readline-gnu-perl,
+    libhtml-parser-perl (HTML::Entities), libdbd-sqlite3-perl (>= 1.13),
+    libdbd-pg-perl (>= 1.41) to build depends as suggested by upstream at
+    http://www.eekboek.nl/install/build.html.
 
  -- Nathan Handler <nhandler at ubuntu.com>  Wed, 04 Nov 2009 22:30:20 -0600
 

Modified: trunk/eekboek/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/control?rev=48730&op=diff
==============================================================================
--- trunk/eekboek/debian/control (original)
+++ trunk/eekboek/debian/control Sun Dec 13 21:16:21 2009
@@ -4,7 +4,8 @@
 Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl (>= 5.8.8-7etch1), libipc-run3-perl (>= 0.034),
  perl (>= 5.10.0) | libmodule-build-perl (>= 0.26), libdbi-perl (>= 1.40),
- libfile-homedir-perl
+ libfile-homedir-perl, libarchive-zip-perl, libterm-readline-gnu-perl,
+ libhtml-parser-perl, libdbd-sqlite3-perl (>= 1.13), libdbd-pg-perl (>= 1.41)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Joost van Baal <joostvb at debian.org>, Nathan Handler <nhandler at ubuntu.com>
 Standards-Version: 3.8.3




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