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

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Thu Jun 4 19:28:53 UTC 2009


Author: nhandler-guest
Date: Thu Jun  4 19:28:23 2009
New Revision: 37433

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37433
Log:
  - Add Depends on ${misc:Depends} for eekboek-db-postgresql to make
    lintian happy
  - Build-Depend on perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.26)
    instead of libmodule-build-perl (>= 0.26) to make lintian happy
  - Move all Build-Depends except cdbs and debhelper to Build-Depends-Indep to
    make lintian happy

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=37433&op=diff
==============================================================================
--- trunk/eekboek/debian/changelog (original)
+++ trunk/eekboek/debian/changelog Thu Jun  4 19:28:23 2009
@@ -2,7 +2,6 @@
 
   TODO:
   - maybe install contrib/ as examples?
-  - lintian: 4 warnings, 3 informational messages, 1 pedantic output
   - changes outside of debian/ (looks like some old files in svn?!)
 
   * New upstream release
@@ -14,13 +13,19 @@
     - Have eekboek-db-postgresql depend on eekboek (= ${source:Version}) instead
       of just eekboek
     - Change Priority to optional
+    - Add Depends on ${misc:Depends} for eekboek-db-postgresql to make
+      lintian happy
+    - Build-Depend on perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.26)
+      instead of libmodule-build-perl (>= 0.26) to make lintian happy
+    - Move all Build-Depends except cdbs and debhelper to Build-Depends-Indep to
+      make lintian happy
   * debian/copyright:
     - Switch to new format
     - Update to list all copyrights
     - debian/* is now copyright Nathan Handler, Joost van Baal, and Johan
       Vromans
 
- -- Nathan Handler <nhandler at ubuntu.com>  Thu, 04 Jun 2009 18:48:05 +0000
+ -- Nathan Handler <nhandler at ubuntu.com>  Thu, 04 Jun 2009 19:24:48 +0000
 
 eekboek (1.04.02-1) unstable; urgency=low
 

Modified: trunk/eekboek/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/control?rev=37433&op=diff
==============================================================================
--- trunk/eekboek/debian/control (original)
+++ trunk/eekboek/debian/control Thu Jun  4 19:28:23 2009
@@ -1,9 +1,9 @@
 Source: eekboek
 Section: perl
 Priority: optional
-Build-Depends: cdbs, debhelper (>= 5.0.0), libipc-run3-perl (>= 0.034),
- libmodule-build-perl (>= 0.26), libdbi-perl (>= 1.40)
-Build-Depends-Indep: perl (>= 5.8.8-7etch1)
+Build-Depends: cdbs, debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8-7etch1), libipc-run3-perl (>= 0.034),
+ perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.26), libdbi-perl (>= 1.40)
 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.1
@@ -36,7 +36,7 @@
 
 Package: eekboek-db-postgresql
 Architecture: all
-Depends: eekboek (= ${source:Version}), libdbd-pg-perl (>= 1.41)
+Depends: ${misc:Depends}, eekboek (= ${source:Version}), libdbd-pg-perl (>= 1.41)
 Suggests: postgresql
 Description: PostgreSQL database driver for EekBoek
  This package includes EB::DB::Postgres, the PostgreSQL database driver for




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