diff -u adacgi-1.6/debian/changelog adacgi-1.6/debian/changelog --- adacgi-1.6/debian/changelog +++ adacgi-1.6/debian/changelog @@ -1,3 +1,18 @@ +adacgi (1.6-16) unstable; urgency=low + + * Rename adacgi0 to adacgi1; should have been done at the same time + as changing gnat version. + + -- Phil Brooke Wed, 07 Dec 2011 15:42:42 +0000 + +adacgi (1.6-15) unstable; urgency=low + + * Bump gnat version to 4.6 (closes: 642610). + * Bump to standards version 3.9.2. + * Fix build targets in debian/rules. + + -- Phil Brooke Wed, 07 Dec 2011 11:40:57 +0000 + adacgi (1.6-14) unstable; urgency=low * Fix build-depends properly this time. (Closes: 587648). diff -u adacgi-1.6/debian/rules adacgi-1.6/debian/rules --- adacgi-1.6/debian/rules +++ adacgi-1.6/debian/rules @@ -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=0 +ALIVERSION=1 configure: # Nothing to do. @@ -22,6 +22,10 @@ # Here, we only need to make .o and .ali files for cgi and ustrings. gnatgcc -c -g -O2 cgi.adb ustrings.adb +build-arch: build + +build-indep: build + clean: dh_testdir dh_testroot diff -u adacgi-1.6/debian/control adacgi-1.6/debian/control --- adacgi-1.6/debian/control +++ adacgi-1.6/debian/control @@ -2,15 +2,15 @@ Maintainer: Phil Brooke Section: devel Priority: optional -Standards-Version: 3.9.0 -Build-Depends: debhelper (>> 6.0.0), ada-compiler, gnat, gnat-4.4 +Standards-Version: 3.9.2 +Build-Depends: debhelper (>> 6.0.0), gnat, gnat-4.6 -Package: adacgi0 +Package: adacgi1 Architecture: any Section: web -Depends: ada-compiler, gnat, gnat-4.4, ${misc:Depends} -Conflicts: adacgi -Replaces: adacgi +Depends: gnat, gnat-4.6, ${misc:Depends} +Conflicts: adacgi, adacgi0 +Replaces: adacgi, adacgi0 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