diff -urNpd bacula-2.4.4.orig/debian/changelog bacula-2.4.4/debian/changelog --- bacula-2.4.4.orig/debian/changelog 2010-06-02 03:32:35.000000000 +0000 +++ bacula-2.4.4/debian/changelog 2010-06-02 03:51:32.000000000 +0000 @@ -1,3 +1,16 @@ +bacula (2.4.4-1lucid1) lucid; urgency=low + + * Rebuild for Lucid to maintain compatibility with version in Lenny + + debian/control: + - add postgresql-server-dev-8.4 to Build-Depends + - postgresql-server-dev-8.4 is the only version in Lucid + + debian/rules: + - add -U_FORTIFY_SOURCE to CFLAGS + - turn off gcc 4.4.3 run-time "buffer overflow" detection (false positive) + - http://bugs.gentoo.org/257016 + + -- Corey Wright Tue, 01 Jun 2010 22:51:21 -0500 + bacula (2.4.4-1) unstable; urgency=low * New Upstream Version - a bugfix release. Closes: #508816. diff -urNpd bacula-2.4.4.orig/debian/control bacula-2.4.4/debian/control --- bacula-2.4.4.orig/debian/control 2010-06-02 03:32:35.000000000 +0000 +++ bacula-2.4.4/debian/control 2010-06-02 03:43:20.000000000 +0000 @@ -5,7 +5,7 @@ Maintainer: John Goerzen = 4.2), po-debconf (>= 0.8.2), zlib1g-dev, libreadline5-dev | libreadline-dev, libjconv-dev, libsqlite0-dev, libsqlite3-dev, libmysqlclient15-dev, libpq-dev, - postgresql-server-dev-8.3 | postgresql-server-dev-8.2, + postgresql-server-dev-8.4 | postgresql-server-dev-8.3 | postgresql-server-dev-8.2, libwrap0-dev, python-dev, libgtk2.0-dev (>= 2.10), libgnome2-dev, libwxgtk2.6-dev, libacl1-dev, libkrb5-dev, libgnomeui-dev, libx11-dev, mtx, bc, libxt-dev, dpkg-dev (>= 1.13.19), libqt4-dev, libqwt5-qt4-dev diff -urNpd bacula-2.4.4.orig/debian/rules bacula-2.4.4/debian/rules --- bacula-2.4.4.orig/debian/rules 2010-06-02 03:32:35.000000000 +0000 +++ bacula-2.4.4/debian/rules 2010-06-02 03:37:51.000000000 +0000 @@ -11,7 +11,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-arch DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -g -Wall +CFLAGS = -g -Wall -U_FORTIFY_SOURCE INSTALL_PROGRAM = install SHELL := bash