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

Please allow asis (=2007-4) into testing and lenny after the 10-day period



This upload corrects one RC bug (trivially) and two lintian warnings;
there are no other changes.  Please allow it into testing and lenny
after it's built on all architectures.

I just uploaded it to unstable a few minutes ago.

Here is the diff:

============================================================
--- debian/compat	9c6b057a2b9d96a4067a749ee3b3b0158d390cf1
+++ debian/compat	9c6b057a2b9d96a4067a749ee3b3b0158d390cf1
@@ -0,0 +1 @@
+4
============================================================
--- debian/changelog	4d733972b273f05126731a2a9f90b51743d6299c
+++ debian/changelog	fcbc6fd9e0c28163b131fe9d3e2fa240fadb128f
@@ -1,3 +1,15 @@
+asis (2007-4) unstable; urgency=low
+  
+  * debian/install_asis.gpr: adjust to the fact that gnatvsn.gpr is now
+    a proper library project file.  Closes: #497673.
+  * debian/control:
+    - tighten build-dependency on gnat-4.3 accordingly.
+    - Use ${binary:Version} instead of ${Source-Version}.
+  * debian/compat: new.
+  * debian/rules (DH_COMPAT): remove.
+
+ -- Ludovic Brenta <lbrenta@debian.org>  Wed,  3 Sep 2008 18:39:24 +0200
+
 asis (2007-3) unstable; urgency=low
   
   * patches/gnatgcc.patch: patch other hardcoded "gcc" strings.
============================================================
--- debian/control	047accbea96c1793732be6cfb2eb05cad0d14f63
+++ debian/control	bd7dee465329b1e6cfeeac13e5dbbc132eddd904
@@ -3,14 +3,14 @@ Standards-Version: 3.7.3
 Section: libdevel
 Priority: optional
 Standards-Version: 3.7.3
-Build-Depends: gnat, gnat-4.3, debhelper (>= 4.1), libgnatvsn4.3-dev, quilt
+Build-Depends: gnat, gnat-4.3 (>= 4.3.1-2), debhelper (>= 4.1), libgnatvsn4.3-dev, quilt
 
 Package: libasis-dev
 Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 mips mipsel powerpc ppc64 s390 sparc
 Section: libdevel
 Conflicts: libasis-3.15p-1-dev
 Replaces: libasis-3.15p-1-dev
-Depends: libasis2007 (= ${Source-Version}), gnat-4.3, libgnatvsn4.3-dev (>= 4.3)
+Depends: libasis2007 (= ${binary:Version}), gnat-4.3, libgnatvsn4.3-dev (>= 4.3)
 Description: Ada Semantic Interface Specification (ASIS) headers and libraries
  ASIS (Ada Semantic Interface Specification) lets you develop applications
  to walk through the sources of your Ada programs and examine the semantic
============================================================
--- debian/install_asis.gpr	4e4712c582f7c3b611af687738f9b3003defb978
+++ debian/install_asis.gpr	56f87f0ace760368925d15131e3be2c70361d98b
@@ -15,7 +15,6 @@ project Install_ASIS is
    for Source_Dirs use ("../asis", "../obj");
    for Object_Dir use "../obj";
    for Main use ("install_asis");
-   package Linker renames Gnatvsn.Linker;
    package Compiler is
       for Default_Switches ("Ada") use ("-O2", "-gnatafno", "-gnatwa", "-gnatVa");
    end Compiler;
============================================================
--- debian/rules	2f5ce7837bd7f5a9f283c2824786d8ac683d0bc9
+++ debian/rules	771b9ac01eccd4956d54cfcead5e66fc6b8a4569
@@ -17,9 +17,6 @@
 # Uncomment this to turn on verbose mode. 
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 




Reply to: