Package: ldns Version: 1.6.9-2 Severity: normal Hi Ondřej,
I have just uploaded squeeze backports of opendnssec and dependant
packages to backports.debian.org, I hope you don't mind this. (If you
like to take over the backports, please go ahead.)
ldns was the only package that needed changes - I've disabled gost so
it builds with squeeze's libssl packages.
The clean target is a bit fragile, it needs libtool to run, but then
removes it, so it cannot be run twice. I put the following in
debian/rules:
--- ldns-1.6.9/debian/rules 2011-04-03 12:09:13.000000000 +0200
+++ ldns-1.6.9/debian/rules 2011-04-19 10:34:55.000000000 +0200
@@ -17,6 +17,7 @@
ln -sf ../debian examples/
ln -sf ../debian drill/
+ [ -e libtool ] || ln -s /usr/bin/libtool
(cd $(CURDIR); dh_auto_clean;)
(cd $(CURDIR)/examples; dh_auto_clean;)
(cd $(CURDIR)/drill; dh_auto_clean;)
autoreconf also causes spurious "changes" to appear in
debian/patches/debian-*. Maybe these should be be ignored in
debian/source/options.
Christoph
--
[email protected] | http://www.df7cb.de/
signature.asc
Description: Digital signature

