-pdns (2.9.3-2) unstable; urgency=low
+pdns (2.9.3-1) unstable; urgency=low
- * blah
+ * New upstream release. Yes, the packaging changes yet again to
+ reflect changes made upstream. The packaging of SQL backends should
+ be more sane now and we don't expect to change them again.
- -- Wichert Akkerman <wakkerma@debian.org> Fri, 13 Dec 2002 16:39:29 +0100
+ -- Wichert Akkerman <wakkerma@debian.org> Sat, 21 Dec 2002 18:18:40 +0100
+
+pdns (2.9.2-3) unstable; urgency=low
+
+ * Compile pgmysql and xdb backend with -fPIC. Real fix is to swithc
+ to using libtool for all backends, which will happen in the next
+ upstream release.
+
+ -- Wichert Akkerman <wakkerma@debian.org> Mon, 16 Dec 2002 13:43:52 +0100
+
+pdns (2.9.2-2) unstable; urgency=low
+
+ * Add Build-Depends on libgdbmg1-dev, which is needed by the pipe backend
+
+ -- Wichert Akkerman <wakkerma@debian.org> Mon, 16 Dec 2002 11:18:11 +0100
pdns (2.9.2-1) unstable; urgency=low
tmpdir := $(shell pwd)/debian/tmp
be_tmpdir := $(shell pwd)/debian/tmp-backend
-backends := mysql pipe xdb pgsql
+backends := mysql pipe xdb gmysql gpgsql
+debs := mysql pipe xdb pgsql
configure:
./bootstrap
"$(tmpdir)"/usr/bin/xdb-fill
chmod 644 "$(tmpdir)"/usr/lib/powerdns/*
- set -e ; for be in $(backends) ; do \
+ set -e ; for be in $(debs) ; do \
rm -f debian/substvars ; \
rm -rf "$(be_tmpdir)" ; \
pkg=pdns-backend-$$be ; \