[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 8840988c01e7d7b4bdb5bf11116981e93de7b67e
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jan 21 19:28:30 2012 +0100
sort deps
Git-Dch: Ignore
diff --git a/debian/control b/debian/control
index 692782a..003b50c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,13 @@ Source: eekboek
Section: perl
Priority: extra
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libipc-run3-perl,
+Build-Depends-Indep: perl,
+ libarchive-zip-perl,
+ libdbd-sqlite3-perl,
libdbi-perl,
- libarchive-zip-perl, libterm-readline-gnu-perl,
- libhtml-parser-perl, libdbd-sqlite3-perl,
- perl
+ libhtml-parser-perl,
+ libipc-run3-perl,
+ libterm-readline-gnu-perl
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>,
@@ -18,9 +20,12 @@ 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, libdbd-sqlite3-perl, libarchive-zip-perl,
- libcarp-assert-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+ libarchive-zip-perl,
+ libcarp-assert-perl,
+ libdbd-sqlite3-perl,
+ libdbi-perl,
+ libterm-readline-gnu-perl
Suggests: eekboek-gui
Description: Bookkeeping software for small and medium-size businesses
EekBoek is a bookkeeping package for Dutch users; it creates reports such as
@@ -44,7 +49,9 @@ Description: Bookkeeping software for small and medium-size businesses
Package: eekboek-gui
Architecture: all
-Depends: ${misc:Depends}, eekboek (= ${source:Version}), libwx-perl,
+Depends: ${misc:Depends},
+ eekboek (= ${source:Version}),
+ libwx-perl,
libwx-perl-processstream-perl
Description: Graphical User Interface for EekBoek
This package includes ebwxshell, the EekBoek GUI. It offers
@@ -60,7 +67,9 @@ Description: Graphical User Interface for EekBoek
Package: eekboek-db-postgresql
Architecture: all
-Depends: ${misc:Depends}, eekboek (= ${source:Version}), libdbd-pg-perl
+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