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

Freeze exception request for adasockets 1.8.10-2



Dear release managers,

I ask for a freeze exception request for adasockets version 1.8.10-2.

This is a similar problem as for adacgi (an earlier email). Bug 680045 is fixed in this version. The bug meant that gprbuild would not work for this package because I had omitted two lines from this package's gpr file that are mandated by Debian's Ada policy.

I have made only minimal changes from the version currently in testing; the changes to doc/version.texi and doc/stamp-vti are noise. Debdiff below.

Thanks,

Phil.

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

**

$ debdiff adasockets*[12].dsc
diff -u adasockets-1.8.10/debian/adasockets.gpr adasockets-1.8.10/debian/adasockets.gpr
--- adasockets-1.8.10/debian/adasockets.gpr
+++ adasockets-1.8.10/debian/adasockets.gpr
@@ -8,6 +8,8 @@
        for Object_Dir use "/usr/lib/ada/adalib/adasockets";
+       for Library_ALI_Dir use "/usr/lib/ada/adalib/adasockets";
        Linker_Switches := "-ladasockets";
        package Linker is
                for Default_Switches ("Ada") use (Linker_Switches);
        end Linker;
+        for Externally_Built use "true";
 end Adasockets;
diff -u adasockets-1.8.10/debian/changelog adasockets-1.8.10/debian/changelog
--- adasockets-1.8.10/debian/changelog
+++ adasockets-1.8.10/debian/changelog
@@ -1,3 +1,10 @@
+adasockets (1.8.10-2) unstable; urgency=low
+
+  * Fix GNAT project file that was missing Externally_Built attribute
+    (closes: #680045).  Also needed Library_ALI_Dir attribute.
+
+ -- Phil Brooke <pjb@debian.org>  Tue, 03 Jul 2012 09:29:20 +0100
+
 adasockets (1.8.10-1) unstable; urgency=low

   * New upstream release (closes: #670580).
diff -u adasockets-1.8.10/doc/version.texi adasockets-1.8.10/doc/version.texi
--- adasockets-1.8.10/doc/version.texi
+++ adasockets-1.8.10/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 7 December 2011
-@set UPDATED-MONTH December 2011
+@set UPDATED 2 July 2012
+@set UPDATED-MONTH July 2012
 @set EDITION 1.8.10
 @set VERSION 1.8.10
diff -u adasockets-1.8.10/doc/stamp-vti adasockets-1.8.10/doc/stamp-vti
--- adasockets-1.8.10/doc/stamp-vti
+++ adasockets-1.8.10/doc/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 7 December 2011
-@set UPDATED-MONTH December 2011
+@set UPDATED 2 July 2012
+@set UPDATED-MONTH July 2012
 @set EDITION 1.8.10
 @set VERSION 1.8.10


Reply to: