On 21/11/14 18:58, Niels Thykier wrote:
> On 2014-11-17 23:43, LaMont Jones wrote:
>> [...]
>>
>> Again, without actually looking at it, I'm inclined to agree.  87k
>> lines this late in the process is too many.
>>
>> I'll get a patch together for 9.9.5, but it may be wednesday before I have
>> it uploaded to sid, and a diff sent to you guys.
>>
>> lamont
>>
>>
> Hi LaMont,
>
> Any news on this upload? :)
>
> ~Niels
>
>

Hi LaMont,

I've prepared an NMU, the debdiff is attached and I am happy to upload
it if you like

Regards,

Daniel
diff -u bind9-9.9.5.dfsg/debian/changelog bind9-9.9.5.dfsg/debian/changelog
--- bind9-9.9.5.dfsg/debian/changelog
+++ bind9-9.9.5.dfsg/debian/changelog
@@ -1,3 +1,10 @@
+bind9 (1:9.9.5.dfsg-5.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Ensure dlz_dlopen.h is installed. (Closes: #769117)
+
+ -- Daniel Pocock <dan...@pocock.pro>  Fri, 28 Nov 2014 07:49:27 +0100
+
 bind9 (1:9.9.5.dfsg-5) unstable; urgency=medium
 
   * Avoid libnsl dependency on non-linux architectures.  Closes: #766430
diff -u bind9-9.9.5.dfsg/debian/rules bind9-9.9.5.dfsg/debian/rules
--- bind9-9.9.5.dfsg/debian/rules
+++ bind9-9.9.5.dfsg/debian/rules
@@ -126,6 +126,7 @@
        dh_installdirs
        $(MAKE) -C export install DESTDIR=`pwd`/debian/bind9
        $(MAKE) install DESTDIR=`pwd`/debian/bind9
+       install -m 644 -o root -g root ./lib/dns/include/dns/dlz_dlopen.h 
debian/bind9/usr/include/dns/dlz_dlopen.h
        rm -rf debian/bind9/usr/etc
        find debian/bind9 -name \*.la -execdir rm -f {} \;
        mkdir -p debian/bind9/lib/$(DEB_HOST_MULTIARCH)

Reply via email to