[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Freeze exception request for adacgi 1.6-17



Dear release managers,

I ask for a freeze exception request for adacgi version 1.6-17.

Bug 679638 is fixed in this version.  The bug meant that gprbuild
would not work for this package because I had omitted a line from
this package's gpr file that is mandated by Debian's Ada policy.

I have made only minimal changes from the version currently in
testing.  Debdiff below.

Thanks,

Phil.

--
Phil Brooke                         OpenPGP key: 1024D/50973B91 2000-12-19

**

$ debdiff adacgi_1.6-16.dsc adacgi_1.6-17.dsc 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,10 @@
+adacgi (1.6-17) unstable; urgency=low
+
+  * Fix GNAT project file that was missing Externally_Built attribute
+    (closes: 679638).
+
+ -- Phil Brooke <pjb@debian.org>  Mon, 02 Jul 2012 14:24:02 +0100
+
 adacgi (1.6-16) unstable; urgency=low

   * Rename adacgi0 to adacgi1; should have been done at the same time
diff -u adacgi-1.6/debian/adacgi.gpr adacgi-1.6/debian/adacgi.gpr
--- adacgi-1.6/debian/adacgi.gpr
+++ adacgi-1.6/debian/adacgi.gpr
@@ -3,2 +3,3 @@
        for Object_Dir use "/usr/lib/ada/adalib/adacgi";
+        for Externally_Built use "true";
 end Adacgi;


Reply to: