diff -u postgresql-7.4.6/debian/control postgresql-7.4.6/debian/control --- postgresql-7.4.6/debian/control +++ postgresql-7.4.6/debian/control @@ -4,7 +4,7 @@ Maintainer: Oliver Elphick Uploaders: Martin Pitt Standards-Version: 3.6.1 -Build-Depends: bison, perl (>= 5.8), libperl-dev, tk8.4-dev, flex, debhelper (>= 4.1.29), libreadline4-dev (>= 4.2), libssl-dev, zlib1g-dev | libz-dev, libpam0g-dev | libpam-dev, dbs, libxml2-dev, libltdl3-dev, libkrb5-dev, po-debconf, python-dev, gettext, mmv +Build-Depends: bison (>= 1:1.875), perl (>= 5.6.1), libperl-dev, tk8.3-dev, flex, debhelper (>= 4.1.29), libreadline4-dev (>= 4.2), libssl-dev, zlib1g-dev | libz-dev, libpam0g-dev | libpam-dev, dbs, libxml2-dev, libltdl3-dev, libkrb5-dev, po-debconf, python-dev, gettext, mmv, bzip2 Package: postgresql Architecture: any @@ -150,7 +150,7 @@ Package: postgresql-contrib Architecture: any Section: misc -Depends: libpq3 (>= 7.4),postgresql (>= 7.4),libpg-perl (>= 1:2.0.1-1),${shlibs:Depends}, ${misc:Depends}, libdbd-pg-perl +Depends: libpq3 (>= 7.4), postgresql (>= 7.4), libpg-perl (>= 1:2.0.1-1),${shlibs:Depends}, ${misc:Depends}, libdbd-pg-perl Suggests: postgresql-doc, libpgtcl Description: additional facilities for PostgreSQL The PostgreSQL contrib package provides several additional features for diff -u postgresql-7.4.6/debian/rules postgresql-7.4.6/debian/rules --- postgresql-7.4.6/debian/rules +++ postgresql-7.4.6/debian/rules @@ -19,7 +19,7 @@ include /usr/share/dbs/dbs-build.mk # Other version numbers in this file LIBPGTCL_SO_MAJOR=libpgtcl.so.2 -TCL_VER=8.4 +TCL_VER=8.3 # convenient way to set architecture specification strings # the ifeq condition is here to allow them to be overridden diff -u postgresql-7.4.6/debian/changelog postgresql-7.4.6/debian/changelog --- postgresql-7.4.6/debian/changelog +++ postgresql-7.4.6/debian/changelog @@ -1,3 +1,14 @@ +postgresql (7.4.6-5.backports.org.1) unstable; urgency=low + + * recompiled for http://www.backports.org/ + + added bzip2 to build-dependencies + + used tk8.3-dev instead of tk8.4-dev + + adjusted perl version in build-dependencies + + require bison >= 1.875, bison in woody cannot handle + src/interfaces/ecpg/preproc/preproc.y due to table size limit + + -- Norbert Tretkowski Thu, 20 Jan 2005 19:26:11 +0100 + postgresql (7.4.6-6) unstable; urgency=low * debian/rules: fix DEB_BUILD_OPTIONS usage: