Thanks Christian, feel free to upload directly. I forgot about this. Also if you care about botan, I would be happy to have a co-maintainer.
Cheers, -- Ondřej Surý <[email protected]> Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server On Mon, Mar 14, 2016, at 21:55, Christian Hofstaedtler wrote: > Package: botan1.10 > Version: 1.10.12-1 > Severity: normal > Tags: patch pending > > Dear maintainer, > > I've prepared an NMU for botan1.10 (versioned as 1.10.12-1.1) and > uploaded it to DELAYED/2. Please feel free to tell me if I > should delay it longer. > > Best, > Christian > > diff -Nru botan1.10-1.10.12/debian/changelog > botan1.10-1.10.12/debian/changelog > --- botan1.10-1.10.12/debian/changelog 2016-03-14 20:40:48.000000000 > +0000 > +++ botan1.10-1.10.12/debian/changelog 2016-03-14 20:48:41.000000000 > +0000 > @@ -1,3 +1,11 @@ > +botan1.10 (1.10.12-1.1) unstable; urgency=medium > + > + * Non-maintainer upload. > + * Correctly disable test suite when building with nocheck (Closes: > #813633) > + * Add missing dependencies to libbotan1.10-dev (Closes: #816535) > + > + -- Christian Hofstaedtler <[email protected]> Mon, 14 Mar 2016 20:48:29 > +0000 > + > botan1.10 (1.10.12-1) unstable; urgency=medium > > * Update a final symbols file prepared using pkgkde-symbolshelper > diff -Nru botan1.10-1.10.12/debian/control > botan1.10-1.10.12/debian/control > --- botan1.10-1.10.12/debian/control 2016-03-14 20:40:48.000000000 > +0000 > +++ botan1.10-1.10.12/debian/control 2016-03-14 20:48:41.000000000 > +0000 > @@ -43,6 +43,10 @@ > Section: libdevel > Architecture: any > Depends: libbotan-1.10-1 (= ${binary:Version}), > + libbz2-dev, > + libgmp3-dev, > + libssl-dev, > + zlib1g-dev, > ${misc:Depends} > Conflicts: libbotan1.6-dev > Replaces: libbotan1.6-dev > diff -Nru botan1.10-1.10.12/debian/rules botan1.10-1.10.12/debian/rules > --- botan1.10-1.10.12/debian/rules 2016-03-14 20:40:48.000000000 > +0000 > +++ botan1.10-1.10.12/debian/rules 2016-03-14 20:48:41.000000000 > +0000 > @@ -29,11 +29,14 @@ > > override_dh_auto_build: > dh_auto_build -- all > + > override_dh_auto_test: > ifeq (,$(findstring $(DEB_HOST_GNU_CPU),$(SKIP_TESTS_ON_CPU))) > dh_auto_test -- check > +ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) > LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:$(CURDIR)" ./check --validate > endif > +endif > > override_dh_auto_install: > dh_auto_install -- DESTDIR=$(CURDIR)/debian/tmp/usr

