Your message dated Thu, 18 Feb 2016 01:00:50 +0000
with message-id <[email protected]>
and subject line Bug#802584: fixed in bind9 1:9.10.3.dfsg.P2-3
has caused the Debian Bug report #802584,
regarding add multiarch support and clean up some bits
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
802584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802584
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bind9
Version: 1:9.9.5.dfsg-12
Tags: patch

  * Move libraries to multiarch locations, mark packages as M-A: same.
  * Avoid use of libdir in isc-config.sh.in.
  * Enable parallel builds.
  * Build using dpkg-buildflags.

hardening-wrapper seems to be obsolete, and not wrapping gcc-5, so the package is built without hardening support. Fixed that by using dpkg-buildflags.

The isc-config.sh script now should be the same on all archs, assuming that the config options are the same. I didn't explicitly check the header files. If these turn out to be different, then just remove the M-A: same attribute from the bind9-dev package.

Also the package could use some package format v3 love.
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,13 @@
+bind9 (1:9.9.5.dfsg-12.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Move libraries to multiarch locations, mark packages as M-A: same.
+  * Avoid use of libdir in isc-config.sh.in.
+  * Enable parallel builds.
+  * Build using dpkg-buildflags.
+
+ -- Matthias Klose <[email protected]>  Wed, 21 Oct 2015 12:50:59 +0200
+
 bind9 (1:9.9.5.dfsg-12) unstable; urgency=high
 
   * Fix CVE-2015-5722: maliciously crafted DNSSEC key can cause named to crash.
diff -u bind9-9.9.5.dfsg/debian/control bind9-9.9.5.dfsg/debian/control
--- bind9-9.9.5.dfsg/debian/control
+++ bind9-9.9.5.dfsg/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: LaMont Jones <[email protected]>
 Uploaders: Michael Gilbert <[email protected]>
-Build-Depends: libkrb5-dev, debhelper (>= 5), libssl-dev, libtool, bison, 
libdb-dev (>>4.6), libldap2-dev, libxml2-dev, libcap2-dev [!kfreebsd-i386 
!kfreebsd-amd64 !hurd-i386], hardening-wrapper, libgeoip-dev (>= 1.4.6.dfsg-5), 
dpkg-dev (>= 1.15.5), python, python-argparse, dh-systemd, autotools-dev, 
dh-autoreconf
+Build-Depends: libkrb5-dev, debhelper (>= 5), libssl-dev, libtool, bison, 
libdb-dev (>>4.6), libldap2-dev, libxml2-dev, libcap2-dev [!kfreebsd-i386 
!kfreebsd-amd64 !hurd-i386], libgeoip-dev (>= 1.4.6.dfsg-5), dpkg-dev (>= 
1.15.5), python, python-argparse, dh-systemd, autotools-dev, dh-autoreconf
 Build-Conflicts: libdb4.2-dev
 Standards-Version: 3.7.3.0
 XS-Vcs-Browser: http://git.debian.org/?p=users/lamont/bind9.git
@@ -58,6 +58,7 @@
 Package: libbind-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Conflicts: bind-dev
 Replaces: bind-dev
 Depends: ${misc:Depends}, libdns100 (=${binary:Version}), libisccfg90 
(=${binary:Version}), libisc95 (=${binary:Version}), liblwres90 
(=${binary:Version}), libbind9-90 (=${binary:Version})
@@ -71,6 +72,7 @@
 Section: libs
 Priority: standard
 Architecture: any
+Multi-Arch: same
 Conflicts: libbind0, libbind9-41
 Replaces: libbind0
 Depends: ${shlibs:Depends}, ${misc:Depends}, libdns100, libisccfg90, libisc95
@@ -84,6 +86,7 @@
 Section: libs
 Priority: standard
 Architecture: any
+Multi-Arch: same
 Conflicts: libbind0, libbind9-41
 Replaces: libbind0
 Depends: ${shlibs:Depends}, ${misc:Depends}, libisc95
@@ -97,6 +100,7 @@
 Section: libs
 Priority: standard
 Architecture: any
+Multi-Arch: same
 Conflicts: libbind0, libbind9-41
 Replaces: libbind0
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -110,6 +114,7 @@
 Section: libs
 Priority: standard
 Architecture: any
+Multi-Arch: same
 Replaces: libbind0
 Conflicts: libbind0
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -122,6 +127,7 @@
 Package: libisccc90
 Section: libs
 Architecture: any
+Multi-Arch: same
 Conflicts: libbind0, libbind9-41
 Replaces: libbind0
 Depends: ${shlibs:Depends}, ${misc:Depends}, libisc95
@@ -134,6 +140,7 @@
 Package: libisccfg90
 Section: libs
 Architecture: any
+Multi-Arch: same
 Conflicts: libbind0, libbind9-41
 Replaces: libbind0
 Depends: ${shlibs:Depends}, ${misc:Depends}, libdns100, libisccc90, libisc95
@@ -175,6 +182,7 @@
 Package: libbind-export-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Conflicts: libbind-dev
 Depends: ${misc:Depends}, libdns-export100 (=${binary:Version}), 
libisccfg-export90 (=${binary:Version}), libisc-export95 (=${binary:Version}), 
libirs-export91 (=${binary:Version})
 Description: Development files for the exported BIND libraries
@@ -185,6 +193,7 @@
 Package: libdns-export100
 Section: libs
 Architecture: any
+Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Exported DNS Shared Library
@@ -202,6 +211,7 @@
 Package: libisc-export95
 Section: libs
 Architecture: any
+Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Exported ISC Shared Library 
@@ -219,6 +229,7 @@
 Package: libisccfg-export90
 Section: libs
 Architecture: any
+Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Exported ISC CFG Shared Library
@@ -236,6 +247,7 @@
 Package: libirs-export91
 Section: libs
 Architecture: any
+Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Exported IRS Shared Library
diff -u bind9-9.9.5.dfsg/debian/libbind-dev.install 
bind9-9.9.5.dfsg/debian/libbind-dev.install
--- bind9-9.9.5.dfsg/debian/libbind-dev.install
+++ bind9-9.9.5.dfsg/debian/libbind-dev.install
@@ -2,16 +2,16 @@
 ../../lib/dns/include/dns/dlz_dlopen.h usr/include/dns
 
-usr/lib/libbind9.a
-usr/lib/libbind9.so
-usr/lib/libdns.a
-usr/lib/libdns.so
-usr/lib/libisc.a
-usr/lib/libisc.so
-usr/lib/liblwres.a
-usr/lib/liblwres.so
-usr/lib/libisccc.a
-usr/lib/libisccc.so
-usr/lib/libisccfg.a
-usr/lib/libisccfg.so
+usr/lib/*/libbind9.a
+usr/lib/*/libbind9.so
+usr/lib/*/libdns.a
+usr/lib/*/libdns.so
+usr/lib/*/libisc.a
+usr/lib/*/libisc.so
+usr/lib/*/liblwres.a
+usr/lib/*/liblwres.so
+usr/lib/*/libisccc.a
+usr/lib/*/libisccc.so
+usr/lib/*/libisccfg.a
+usr/lib/*/libisccfg.so
 usr/share/man/man3
 usr/bin/isc-config.sh
diff -u bind9-9.9.5.dfsg/debian/libbind9-90.install 
bind9-9.9.5.dfsg/debian/libbind9-90.install
--- bind9-9.9.5.dfsg/debian/libbind9-90.install
+++ bind9-9.9.5.dfsg/debian/libbind9-90.install
@@ -1 +1 @@
-usr/lib/libbind9.so.90*
+usr/lib/*/libbind9.so.90*
diff -u bind9-9.9.5.dfsg/debian/libdns100.install 
bind9-9.9.5.dfsg/debian/libdns100.install
--- bind9-9.9.5.dfsg/debian/libdns100.install
+++ bind9-9.9.5.dfsg/debian/libdns100.install
@@ -1 +1 @@
-usr/lib/libdns.so.100*
+usr/lib/*/libdns.so.100*
diff -u bind9-9.9.5.dfsg/debian/libirs91.install 
bind9-9.9.5.dfsg/debian/libirs91.install
--- bind9-9.9.5.dfsg/debian/libirs91.install
+++ bind9-9.9.5.dfsg/debian/libirs91.install
@@ -1 +1 @@
-usr/lib/libirs.so.91*
+usr/lib/*/libirs.so.91*
diff -u bind9-9.9.5.dfsg/debian/libisc95.install 
bind9-9.9.5.dfsg/debian/libisc95.install
--- bind9-9.9.5.dfsg/debian/libisc95.install
+++ bind9-9.9.5.dfsg/debian/libisc95.install
@@ -1 +1 @@
-usr/lib/libisc.so.95*
+usr/lib/*/libisc.so.95*
diff -u bind9-9.9.5.dfsg/debian/libisccc90.install 
bind9-9.9.5.dfsg/debian/libisccc90.install
--- bind9-9.9.5.dfsg/debian/libisccc90.install
+++ bind9-9.9.5.dfsg/debian/libisccc90.install
@@ -1 +1 @@
-usr/lib/libisccc.so.90*
+usr/lib/*/libisccc.so.90*
diff -u bind9-9.9.5.dfsg/debian/libisccfg90.install 
bind9-9.9.5.dfsg/debian/libisccfg90.install
--- bind9-9.9.5.dfsg/debian/libisccfg90.install
+++ bind9-9.9.5.dfsg/debian/libisccfg90.install
@@ -1 +1 @@
-usr/lib/libisccfg.so.90*
+usr/lib/*/libisccfg.so.90*
diff -u bind9-9.9.5.dfsg/debian/liblwres90.install 
bind9-9.9.5.dfsg/debian/liblwres90.install
--- bind9-9.9.5.dfsg/debian/liblwres90.install
+++ bind9-9.9.5.dfsg/debian/liblwres90.install
@@ -1 +1 @@
-usr/lib/liblwres.so.90*
+usr/lib/*/liblwres.so.90*
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
@@ -6,6 +6,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+COMMA = ,
+ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
+  NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), 
,$(DEB_BUILD_OPTIONS))))
+endif
+
 ifndef DEB_HOST_ARCH
 DEB_BUILD_ARCH := $(shell dpkg --print-architecture)
 endif
@@ -13,23 +18,20 @@
 
 DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-DEBUG = -g
-endif
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-OPT = 
-else
-OPT = -O2
-endif
+CFLAGS := $(shell dpkg-buildflags --get CPPFLAGS; dpkg-buildflags --get 
CFLAGS) \
+       -fno-strict-aliasing -fno-delete-null-pointer-checks -DDIG_SIGCHASE
+LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+
+export CFLAGS
+export LDFLAGS
 
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 export MAKEFLAGS += -j$(NUMJOBS)
 endif
 
-export CFLAGS=-fno-strict-aliasing -fno-delete-null-pointer-checks 
-DDIG_SIGCHASE $(DEBUG) $(OPT)
-
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
 EXTRA_FEATURES=--disable-linux-caps --disable-threads
 endif
@@ -57,6 +59,7 @@
                --with-export-libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
                --with-export-includedir=\$${prefix}/include/bind-export
        ./configure --prefix=/usr \
+               --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
                --mandir=\$${prefix}/share/man \
                --infodir=\$${prefix}/share/info \
                --sysconfdir=/etc/bind \
@@ -81,8 +84,8 @@
 build: build-stamp
 build-stamp: configure-stamp
        dh_testdir
-       $(MAKE) -C export
-       
LD_LIBRARY_PATH=$$(pwd)/lib/isc/.libs:$$(pwd)/lib/isccc/.libs:$$(pwd)/isccfg/.libs:$${LD_LIBRARY_PATH}
 $(MAKE)
+       $(MAKE) $(NJOBS) -C export
+       
LD_LIBRARY_PATH=$$(pwd)/lib/isc/.libs:$$(pwd)/lib/isccc/.libs:$$(pwd)/isccfg/.libs:$${LD_LIBRARY_PATH}
 $(MAKE) $(NJOBS)
        touch $@
 
 autofiles:
@@ -125,6 +128,7 @@
        dh_clean -k
        dh_installdirs
        $(MAKE) -C export install DESTDIR=`pwd`/debian/bind9
+       rm -f debian/bind9/usr/lib/lib*.a debian/bind9/usr/lib/lib*.so 
debian/bind9/usr/lib/lib*.so.*
        $(MAKE) install DESTDIR=`pwd`/debian/bind9
        rm -rf debian/bind9/usr/etc
        find debian/bind9 -name \*.la -execdir rm -f {} \;
only in patch2:
unchanged:
--- bind9-9.9.5.dfsg.orig/isc-config.sh.in
+++ bind9-9.9.5.dfsg/isc-config.sh.in
@@ -21,7 +21,6 @@
 exec_prefix=@exec_prefix@
 exec_prefix_set=
 includedir=@includedir@
-libdir=@libdir@
 
 usage()
 {
@@ -133,7 +132,7 @@
        if test x"${exec_prefix_set}" = x"true"; then
                includes="-L${exec_prefix}/lib"
        else
-               libs="-L${libdir}"
+               libs=
        fi
        if test x"$liblwres" = x"true" ; then
                libs="$libs -llwres"

--- End Message ---
--- Begin Message ---
Source: bind9
Source-Version: 1:9.10.3.dfsg.P2-3

We believe that the bug you reported is fixed in the latest version of
bind9, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
LaMont Jones <[email protected]> (supplier of updated bind9 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 17 Feb 2016 10:34:24 -0700
Source: bind9
Binary: bind9 bind9utils bind9-doc host bind9-host libbind-dev libbind9-140 
libdns162 libirs141 libisc160 liblwres141 libisccc140 libisccfg140 dnsutils 
lwresd libdns162-udeb libisc160-udeb libisccfg140-udeb libirs141-udeb
Architecture: all amd64 source
Version: 1:9.10.3.dfsg.P2-3
Distribution: experimental
Urgency: medium
Maintainer: LaMont Jones <[email protected]>
Changed-By: LaMont Jones <[email protected]>
Closes: 802584
Description: 
 bind9-doc  - Documentation for BIND
 bind9-host - Version of 'host' bundled with BIND 9.X
 bind9      - Internet Domain Name Server
 bind9utils - Utilities for BIND
 dnsutils   - Clients provided with BIND
 host       - Transitional package
 libbind9-140 - BIND9 Shared Library used by BIND
 libbind-dev - Static Libraries and Headers used by BIND
 libdns162  - DNS Shared Library used by BIND
 libdns162-udeb - Exported DNS library for debian-installer (udeb)
 libirs141  - DNS Shared Library used by BIND
 libirs141-udeb - Exported IRS library for debian-installer (udeb)
 libisc160  - ISC Shared Library used by BIND
 libisc160-udeb - Exported ISC library for debian-installer (udeb)
 libisccc140 - Command Channel Library used by BIND
 libisccfg140 - Config File Handling Library used by BIND
 libisccfg140-udeb - Exported ISC CFG library for debian-installer (udeb)
 liblwres141 - Lightweight Resolver Library used by BIND
 lwresd     - Lightweight Resolver Daemon
Changes:
 bind9 (1:9.10.3.dfsg.P2-3) experimental; urgency=medium
 .
   [Marc Deslauriers]
 .
   * SECURITY UPDATE: denial of service via string formatting operations.
     CVE-2015-8704
 .
   [Matthias Klose]
 .
   * Add multiarch support.  Closes: #802584
   * Standars cleanup.
 .
   [LaMont Jones]
 .
   * Properly finish converting to 3.0 (quilt) format.
   * Drop geoip_acl patch temporarily while we evaluate the upstream geoip
     changes.
   * Prechroot init appears to have been taken upstream.
Checksums-Sha1: 
 217b5633c2f019dc9968f9f0a7edfbfdea0c3eb1 3169 bind9_9.10.3.dfsg.P2-3.dsc
 6db27cabf8b3e0fc3354bbb2654355637df2b0f6 8636320 
bind9_9.10.3.dfsg.P2.orig.tar.gz
 a11277d3ff76055d879080d0065a4c9ca7c90cd5 86908 
bind9_9.10.3.dfsg.P2-3.debian.tar.xz
 3f581d2929320a3b78f51f389fef5244b6a0c85f 945630 
bind9-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 8dbe945a30ddb4e2de82e3083eb47b060c06b150 379180 
bind9-doc_9.10.3.dfsg.P2-3_all.deb
 d2c08e58c4ea7aa9930cee4789ecbf5b46cec085 85348 
bind9-host-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 7deabf9ad33994d0d2bafb07f6f853df3af172c8 67792 
bind9-host_9.10.3.dfsg.P2-3_amd64.deb
 f539c83725cddc05af8c503f6b2b67877b5d38fa 419656 
bind9_9.10.3.dfsg.P2-3_amd64.deb
 ac72d09027ac520c4bdc97e0b9cb9e461895ee45 446324 
bind9utils-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 e8f048e46589b2f220205f78b2a92766cc7f111c 171166 
bind9utils_9.10.3.dfsg.P2-3_amd64.deb
 86fc8f73a08cfe3b6cff0b579b72fe6cc99b4c23 225310 
dnsutils-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 c9f9fb6f83e86dec7998166175fd9ecc2d453f90 121218 
dnsutils_9.10.3.dfsg.P2-3_amd64.deb
 7c9b3b00dc48ef0c7fcec0b13fe7374c492c7027 23014 host_9.10.3.dfsg.P2-3_all.deb
 ba4e1bfa347169d041aeda6b601a33df92e3338a 1337458 
libbind-dev_9.10.3.dfsg.P2-3_amd64.deb
 09f035eb12984986e5b2b749148e7304bcb7d6b9 47392 
libbind9-140-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 b11e4a8790dd2794e95d597c06b2686f46b3785c 43868 
libbind9-140_9.10.3.dfsg.P2-3_amd64.deb
 99e0a286d818c35f4c6f0b9c938a0428bbdc97bd 2135030 
libdns162-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 755b29191700f0bcddf6a5531da699bbb4c33e2c 702212 
libdns162-udeb_9.10.3.dfsg.P2-3_amd64.udeb
 8f96e22a017ba69729b7c81ef84e2bc3a17db0b3 723026 
libdns162_9.10.3.dfsg.P2-3_amd64.deb
 a732dcd590d154d200bc0e5ab255e57811031185 52482 
libirs141-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 5656c321abdcc9f7c3a35dadeabac53b274e60c1 15312 
libirs141-udeb_9.10.3.dfsg.P2-3_amd64.udeb
 c6b677e1ebf0202dacda9605dd5723f577295e9d 37896 
libirs141_9.10.3.dfsg.P2-3_amd64.deb
 98be62374f481da48b6b530294d8aa267625191e 383620 
libisc160-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 1d6beff6682fbf167e9dcc8b28cfb30327e2df89 158888 
libisc160-udeb_9.10.3.dfsg.P2-3_amd64.udeb
 46f7a18a7f6816beebb527f13f4f5bcdc5daf1a0 180592 
libisc160_9.10.3.dfsg.P2-3_amd64.deb
 c6b33b7facf0e4aefe120172479fdc8e687bfdcf 34790 
libisccc140-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 01f34f93a848247d9df3e4adcefa4f44b4b10cb0 36294 
libisccc140_9.10.3.dfsg.P2-3_amd64.deb
 159f2f23bc004da92a2af7c03c965e1d86edd8b6 80254 
libisccfg140-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 a8ee7db716ec7aa4c030f6c00ec9b8292e70c9e4 38256 
libisccfg140-udeb_9.10.3.dfsg.P2-3_amd64.udeb
 5801ad7bd2a2c170b865bb36ac30323ee6716680 60494 
libisccfg140_9.10.3.dfsg.P2-3_amd64.deb
 2591e8d4ca53d49c38eb60a842301ec7def27d76 77664 
liblwres141-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 e9703d106cc1dd5f022378e75bf1dba416435379 51920 
liblwres141_9.10.3.dfsg.P2-3_amd64.deb
 354ac37381d7187c9847de67cbcef868cb4bd237 669676 
lwresd-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 2ef6b097818281980f5d911bbb4d4e016e5172c7 244624 
lwresd_9.10.3.dfsg.P2-3_amd64.deb
Checksums-Sha256: 
 4ac94e6d08945118fe92b5f87d67c84724db5903faf83c7d183bc5c2477c3ec0 3169 
bind9_9.10.3.dfsg.P2-3.dsc
 dfe5f8a763a95f6c71bd485b2b5d931f02ee90cb6350b7755f9bc963e1f79f29 8636320 
bind9_9.10.3.dfsg.P2.orig.tar.gz
 f21134db2cf046cdf6b3deeda8f7bd902d6acfed2f45f003bd2d5ceacb10f35d 86908 
bind9_9.10.3.dfsg.P2-3.debian.tar.xz
 873697662c367306b164e140eb90f929908f5e936932b6ea4706d3dd3bd79154 945630 
bind9-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 d28d5e08cce29f8443b56a76d4b96efd0e1b5609d304881b040a4c3030f9c443 379180 
bind9-doc_9.10.3.dfsg.P2-3_all.deb
 c90ee39275ff2969f202aa4eea13fa131b0c426663ca1b7ecc536c62a9290f90 85348 
bind9-host-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 35fedd745e6445d72071444ea3d0316013b38ca5c48c266f5bd1d580424a1bd6 67792 
bind9-host_9.10.3.dfsg.P2-3_amd64.deb
 17f5f8a2e0238c47bcd0521a56e45cd6a9fece9a64c74f68ad92d1d6951cebfc 419656 
bind9_9.10.3.dfsg.P2-3_amd64.deb
 de10d739843c10dc564950f9632f0c4adbf64411fb9ff794f4fd8256c92e44ce 446324 
bind9utils-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 1612e02ada4aad837013ba8444ea0cca55ed9299a7168d9337b025e5975615db 171166 
bind9utils_9.10.3.dfsg.P2-3_amd64.deb
 62fcdc6a9e8c3d1897647f591baa68c51e13c961686da99f404dcee5a3676bbc 225310 
dnsutils-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 e90828938958e8e3e894b1b34ed9ec4cdc05478db8db9bb5645d3cbce1f38dc9 121218 
dnsutils_9.10.3.dfsg.P2-3_amd64.deb
 9de5f2b2c947145c243e5b348d081fe7d8d81dd63c2d9b7453f0aa639b850d4d 23014 
host_9.10.3.dfsg.P2-3_all.deb
 f5a83062c139c44ca147e820faa8950a318d82e623b761adbb1bddb3e240c854 1337458 
libbind-dev_9.10.3.dfsg.P2-3_amd64.deb
 ef7d9abbdf6b5564323461854ab38e51bd1d573384084d5c589f53c592513d8e 47392 
libbind9-140-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 742f71e598be0a45733d5d1636d330c2cbea8f93c34f3e4f453d89c473d027aa 43868 
libbind9-140_9.10.3.dfsg.P2-3_amd64.deb
 b1ba7d28927036894b86d711f22fbf4a38d9986bd70bdc0130c8b1847a5671b8 2135030 
libdns162-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 f08ac93339a92f352d9efbf3cd2a80a79c3eef5f7f86b78fa1a5a31c3e4f410a 702212 
libdns162-udeb_9.10.3.dfsg.P2-3_amd64.udeb
 f5ccea2c792f52dbb6cc52f64a1183cde9b22cefdb326c44150a3dd660e72bf4 723026 
libdns162_9.10.3.dfsg.P2-3_amd64.deb
 157fdff354fc9dfd238a4382113a88374ac9d73401f5343999293f1a9f8dfbf8 52482 
libirs141-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 199728ca9147be0f8e05e3c1074f8d8f48fb6d374f153caa1a14b5e0828bc2e3 15312 
libirs141-udeb_9.10.3.dfsg.P2-3_amd64.udeb
 c7a5a4b2f234cac156cbab2ca8bea2cf8b4bfc6022d9b51cc2efd65b548238f7 37896 
libirs141_9.10.3.dfsg.P2-3_amd64.deb
 9d9ee4060fd28ca04c1235fed980e2f9d167824e00bf22df2aa6756f713cbdb0 383620 
libisc160-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 758c1e5c63b6f4eedf1a7786cbbd4e40fb9de82a71c46afd61bc648206c126a9 158888 
libisc160-udeb_9.10.3.dfsg.P2-3_amd64.udeb
 9ff0733f45230152a4637c557497c39f77ad3940ebd4e1a31b8e75eb8ecc3b26 180592 
libisc160_9.10.3.dfsg.P2-3_amd64.deb
 dc1f36cc55e532803b17b5f3c7a35a64fd854ea4a47d8a47a1635bd876f227b5 34790 
libisccc140-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 ffecd4498fe1bfe1015719718a53ea5363718e0c2060245f7050f2769ee647d6 36294 
libisccc140_9.10.3.dfsg.P2-3_amd64.deb
 a8c1a24d4cdb907719710f5d113a9a258fbacada094f8a8ed012048332c541b9 80254 
libisccfg140-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 2840e06b0eeaff67543316df7d0a3cb8d79e82bf09df6184523385fa9b7f07fa 38256 
libisccfg140-udeb_9.10.3.dfsg.P2-3_amd64.udeb
 8768c5e1d15c9e4cf2bf42c1f1ac0bf9e0a6f0f5757678398441f80d11757cf3 60494 
libisccfg140_9.10.3.dfsg.P2-3_amd64.deb
 1c2f1d319f15d08a0fca194d1cef5877fac0db77b323de06c80a740e909eaaca 77664 
liblwres141-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 832d3b0a2edc74c47897dc10e8d84f24bb3baaf8bb722f80c46eb82b441db2e4 51920 
liblwres141_9.10.3.dfsg.P2-3_amd64.deb
 379ae8e964b567e0f4dd9ca4203e92b24860d9fe71f6d4f0ccd54d6b98357e4e 669676 
lwresd-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 abf920dc7ca79fcea8445a67c9b5ff1ebb34f874759e64d0f4fdbcbff8345560 244624 
lwresd_9.10.3.dfsg.P2-3_amd64.deb
Files: 
 af2c220cfb2c1e5852b0241ad6eecb19 3169 net optional bind9_9.10.3.dfsg.P2-3.dsc
 64a662db5b8cdde6730922ad27979f8b 8636320 net optional 
bind9_9.10.3.dfsg.P2.orig.tar.gz
 29e26fa28f2c278dd67db9b75e270034 86908 net optional 
bind9_9.10.3.dfsg.P2-3.debian.tar.xz
 f5739dbb3558555b8308d77912704ef8 945630 debug extra 
bind9-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 345ea6a0326dcb0b91e6eed2c5541d26 379180 doc optional 
bind9-doc_9.10.3.dfsg.P2-3_all.deb
 b8f20f6704352f3f25f97158278392b3 85348 debug extra 
bind9-host-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 2de35c00ca7d2922630ca78644123a2b 67792 net standard 
bind9-host_9.10.3.dfsg.P2-3_amd64.deb
 30477140611a7ecee6b2cb196e604b04 419656 net optional 
bind9_9.10.3.dfsg.P2-3_amd64.deb
 bd0e3cdeaae2270bf17a1f52ad0a8275 446324 debug extra 
bind9utils-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 0f77ed33132db4a23f7c11a65d7c0120 171166 net optional 
bind9utils_9.10.3.dfsg.P2-3_amd64.deb
 05c6d7122a92420a8577e9c1695809e2 225310 debug extra 
dnsutils-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 dda4352af1a2938adb8d314a4ba24bdf 121218 net standard 
dnsutils_9.10.3.dfsg.P2-3_amd64.deb
 99c88dfa62663a2d873bdb1a0a93e597 23014 net standard 
host_9.10.3.dfsg.P2-3_all.deb
 7364c302429efb1083960d2bfeb307b7 1337458 libdevel optional 
libbind-dev_9.10.3.dfsg.P2-3_amd64.deb
 980d6cc9568a49c9cc0c8234a5627303 47392 debug extra 
libbind9-140-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 557c4f8443cca2366bc3be6cc6d61ba1 43868 libs standard 
libbind9-140_9.10.3.dfsg.P2-3_amd64.deb
 2acba57cbc8c71b08961e94a17a1fb30 2135030 debug extra 
libdns162-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 b8ff77846e503b03d2d64e1d41c56b4d 702212 debian-installer optional 
libdns162-udeb_9.10.3.dfsg.P2-3_amd64.udeb
 afca26a5a4bfa4c8d67b111d080a7ab3 723026 libs standard 
libdns162_9.10.3.dfsg.P2-3_amd64.deb
 49487ceefeabd334f4652ac3fe8c4697 52482 debug extra 
libirs141-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 17612f01841172d1a4d9a2ce409e3842 15312 debian-installer optional 
libirs141-udeb_9.10.3.dfsg.P2-3_amd64.udeb
 615787b59c64085b2965e54b8fcf0605 37896 libs standard 
libirs141_9.10.3.dfsg.P2-3_amd64.deb
 6be60f087a09b2fe05369a8b6c2d1b05 383620 debug extra 
libisc160-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 b0d6a5ea22130cc05a2d20804a865976 158888 debian-installer optional 
libisc160-udeb_9.10.3.dfsg.P2-3_amd64.udeb
 f7a558b4f2e7f8d47f104aed50b608f1 180592 libs standard 
libisc160_9.10.3.dfsg.P2-3_amd64.deb
 e964e69c9c8f8533fe06a14db349ce5b 34790 debug extra 
libisccc140-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 4e70e7fc481ac2bccd93428c59ddf2a3 36294 libs optional 
libisccc140_9.10.3.dfsg.P2-3_amd64.deb
 de71ecccb31a0246f5d76a65a284cd02 80254 debug extra 
libisccfg140-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 d6b87d1b8746ae92f8dbe090e32aa737 38256 debian-installer optional 
libisccfg140-udeb_9.10.3.dfsg.P2-3_amd64.udeb
 826ab4dea34cfca22b86177c9695b46f 60494 libs optional 
libisccfg140_9.10.3.dfsg.P2-3_amd64.deb
 103051f4ae70d0459bd9ee837f8765cf 77664 debug extra 
liblwres141-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 9ed76722d22987d24032f1701c18e9a8 51920 libs standard 
liblwres141_9.10.3.dfsg.P2-3_amd64.deb
 e8d1402c2673b92e60addb3cc1b42038 669676 debug extra 
lwresd-dbgsym_9.10.3.dfsg.P2-3_amd64.deb
 73ed513bd6679f6cead6ef6c33a4d4c4 244624 net optional 
lwresd_9.10.3.dfsg.P2-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVsTEktVHlGMnADo/AQhygQ//eVPVCl0qm3thO/RUIii6UPJ37JBRn/4E
jtu3Rad145hhdmlWs5Q6f9hsEqPVVqvz+t8q6mRoTbzpHDVYFJJqh4o+o+w95Srg
EdYBnXmw+9OwxkE9VWuCpJqAnu+Frhx7ekFY6kcPh9hqm3Uu1JSJ+6LWNP7Ak+Cl
6O9EqrY4l2Q9SVK7AS+iRUd6FMEWMMkgCLTJArv5/ELs2GdxJLtpMS9mLZ8dem5b
LqUZti5smEHcYBjLfnbMjqjG+mdvhAUT1VGw0PBpRaBOc2f875NtxCqyrnomN1Le
B0ut+2MOWdLmCbKsX3RhDBGXCwZmzaIXaVnJqpWNuTRckSQQB0qmFLh+ij5hGd4d
ArOts+BTypO2GEjv43wMyF5HW702Fphp1okd4NSBXI2M6/45+4/Vtm+Y0ExnVr0o
ds6Bcr1iq+kZlgQ1fAblG83s+enqOdmRpK6nQs41m7Y5OeJtG96nABUunRBKAhLe
paNaIzAMk3b+zLdO/oY8oRt1y5giScjlcCEuXrBFD1AeHP8bN4R/uxZEot3Xtctf
/j6kP2RKpo8TLAPbaUr0vaJiYoto9n04L24y7JLP9yzqgz3ABPZDtkRP6os900Tx
2W49Exic1+ZZan/0TnZivVwoMIryEFPLrGKV4dbPxB4wEoGrAjwxuVROFJCsLJU5
gyERmDUMl1I=
=D2dz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to