From: Joerg Jaspert Date: Sat, 27 Feb 2010 09:54:12 +0000 (+0100) Subject: Move the recommends into depends, also add the -debversion package for postgres. X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=e100f7163d28901d69f2df8278569f2397c7f101 Move the recommends into depends, also add the -debversion package for postgres. Signed-off-by: Joerg Jaspert --- diff --git a/docs/meta/common/changelog b/docs/meta/common/changelog index 55eafb33..c6fd17cd 100644 --- a/docs/meta/common/changelog +++ b/docs/meta/common/changelog @@ -1,3 +1,12 @@ +ftpmaster-common (1.1) unstable; urgency=low + + * Move recommends into depends. While its true that database might not + be on the same host, this package *main* usage is as a help for + DSA. And DSA does not install recommends by default, so make it + depends. We do want the database stuff, really. :) + + -- Joerg Jaspert Sat, 27 Feb 2010 10:53:27 +0100 + ftpmaster-common (1.0) unstable; urgency=low * New "package", to document dak requirements diff --git a/docs/meta/common/ftpmaster-common b/docs/meta/common/ftpmaster-common index 24453e6e..c309704d 100644 --- a/docs/meta/common/ftpmaster-common +++ b/docs/meta/common/ftpmaster-common @@ -5,8 +5,7 @@ Standards-Version: 3.8.1 Package: ftpmaster-common Version: 1.0 Maintainer: Debian FTP Master -Depends: apt-utils, bzip2, gnupg, gpgv, gzip, libapt-pkg-dev, lintian, python, python-apt, python-btsutils, python-debian, python-gnupginterface, python-ldap, python-psycopg2, python-pygresql, python-pyrss2gen, python-yaml -Recommends: postgresql-plperl-8.3 +Depends: apt-utils, bzip2, gnupg, gpgv, gzip, libapt-pkg-dev, lintian, python, python-apt, python-btsutils, python-debian, python-gnupginterface, python-ldap, python-psycopg2, python-pygresql, python-pyrss2gen, python-yaml, python-sqlalchemy, postgresql-plperl-8.4, postgresql-8.4-debversion, postgresql-plpython-8.4 Architecture: all Copyright: copyright Changelog: changelog @@ -17,4 +16,4 @@ Description: Meta package for DSA listing dak needs. This is a small know easily (and keep installed) all packages required for dak. . It, is quite likely that you will require more tools to actually do - your work. + your work, look for the ftpmaster-$release package, it might give hints.