]> git.decadent.org.uk Git - dak.git/commitdiff
Move the recommends into depends, also add the -debversion package for postgres.
authorJoerg Jaspert <joerg@debian.org>
Sat, 27 Feb 2010 09:54:12 +0000 (10:54 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 27 Feb 2010 09:54:12 +0000 (10:54 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
docs/meta/common/changelog
docs/meta/common/ftpmaster-common

index 55eafb33ddbf838979afb91dbd18ee49a1137ce4..c6fd17cd10ca5a45b9cd06dc7e781b708498e03b 100644 (file)
@@ -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 <joerg@debian.org>  Sat, 27 Feb 2010 10:53:27 +0100
+
 ftpmaster-common (1.0) unstable; urgency=low
 
   * New "package", to document dak requirements
index 24453e6e1ff4266cdc957809b095464ac2937d1a..c309704d9e42aae4c924f679481e6d767f122265 100644 (file)
@@ -5,8 +5,7 @@ Standards-Version: 3.8.1
 Package: ftpmaster-common
 Version: 1.0
 Maintainer: Debian FTP Master <ftpmaster@debian.org>
-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.