Control: tags 830349 + patch Control: tags 830349 + pending Dear maintainer,
I've prepared an NMU for adacgi (versioned as 1.6-19.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru adacgi-1.6/debian/changelog adacgi-1.6/debian/changelog --- adacgi-1.6/debian/changelog 2016-07-11 16:01:05.000000000 +0200 +++ adacgi-1.6/debian/changelog 2016-07-11 16:01:05.000000000 +0200 @@ -1,3 +1,10 @@ +adacgi (1.6-19.1) unstable; urgency=medium + + * Non maintainer upload. + * Rebuild with gnat-6 and bump ALI version. Closes: #830349. + + -- Nicolas Boulenguez <nico...@debian.org> Mon, 11 Jul 2016 15:39:26 +0200 + adacgi (1.6-19) unstable; urgency=medium * Add notice to debian/copyright re: adacgi.spec. (Closes: 756383.) diff -Nru adacgi-1.6/debian/control adacgi-1.6/debian/control --- adacgi-1.6/debian/control 2016-07-11 16:01:05.000000000 +0200 +++ adacgi-1.6/debian/control 2016-07-11 16:01:05.000000000 +0200 @@ -3,14 +3,12 @@ Section: devel Priority: optional Standards-Version: 3.9.6 -Build-Depends: debhelper (>> 6.0.0), gnat, gnat-4.9 +Build-Depends: debhelper (>> 6.0.0), gnat, gnat-6 -Package: adacgi2 +Package: adacgi3 Architecture: any Section: web -Depends: gnat, gnat-4.9, ${misc:Depends} -Conflicts: adacgi, adacgi0, adacgi1 -Replaces: adacgi, adacgi0, adacgi1 +Depends: gnat, gnat-6, ${misc:Depends} Description: Ada CGI interface This is David A. Wheeler's Ada 95 interface to the "Common Gateway Interface" (CGI). This makes it easier to create Ada programs that diff -Nru adacgi-1.6/debian/rules adacgi-1.6/debian/rules --- adacgi-1.6/debian/rules 2016-07-11 16:01:05.000000000 +0200 +++ adacgi-1.6/debian/rules 2016-07-11 16:01:05.000000000 +0200 @@ -10,7 +10,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -ALIVERSION=2 +ALIVERSION=3 configure: # Nothing to do.