[SCM] Debian packaging of eekboek branch, master, updated. upstream/2.00.03-203-g0a61c67

gregor herrmann gregoa at debian.org
Sat Jan 21 19:12:20 UTC 2012


The following commit has been merged in the master branch:
commit 8dcb4297e5a3e08d622f3b21edaff14099332ad0
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 21 19:26:52 2012 +0100

    debian/control: remove versions from (build) dependencies that are already
    satisfied in oldstable.

diff --git a/debian/control b/debian/control
index 3245e18..692782a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: eekboek
 Section: perl
 Priority: extra
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libipc-run3-perl (>= 0.034),
- libdbi-perl (>= 1.40),
+Build-Depends-Indep: libipc-run3-perl,
+ libdbi-perl,
  libarchive-zip-perl, libterm-readline-gnu-perl,
- libhtml-parser-perl, libdbd-sqlite3-perl (>= 1.13),
+ libhtml-parser-perl, libdbd-sqlite3-perl,
  perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Joost van Baal <joostvb at debian.org>,
@@ -19,7 +19,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/eekboek.git
 Package: eekboek
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libterm-readline-gnu-perl,
- libdbi-perl (>= 1.40), libdbd-sqlite3-perl (>= 1.13), libarchive-zip-perl,
+ libdbi-perl, libdbd-sqlite3-perl, libarchive-zip-perl,
  libcarp-assert-perl
 Suggests: eekboek-gui
 Description: Bookkeeping software for small and medium-size businesses
@@ -60,7 +60,7 @@ Description: Graphical User Interface for EekBoek
 
 Package: eekboek-db-postgresql
 Architecture: all
-Depends: ${misc:Depends}, eekboek (= ${source:Version}), libdbd-pg-perl (>= 1.41)
+Depends: ${misc:Depends}, eekboek (= ${source:Version}), libdbd-pg-perl
 Suggests: postgresql
 Description: PostgreSQL database driver for EekBoek
  This package includes EB::DB::Postgres, the PostgreSQL database driver for

-- 
Debian packaging of eekboek



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