]> granicus.if.org Git - pdns/commitdiff
stuff
authorBert Hubert <bert.hubert@netherlabs.nl>
Sat, 21 Dec 2002 17:37:50 +0000 (17:37 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sat, 21 Dec 2002 17:37:50 +0000 (17:37 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@96 d19b8d6e-7fed-0310-83ef-9ca221ded41b

debian/changelog
debian/rules

index 3d25be3e145520c58aee582bfbdf5cec51a5ca49..2034f2abdd48f56ec2254d08352359cbbb30ecf0 100644 (file)
@@ -1,8 +1,24 @@
-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
 
index 83e4db48242a577e762f429f0bbc6b800e7e2bd4..55fb196d6c11644cfb9b539b83d463e8e8c18510 100755 (executable)
@@ -2,7 +2,8 @@
 
 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
@@ -137,7 +138,7 @@ binary-backend: stamp-build
                "$(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 ; \