[antlr] 56/87: antlr (2.7.7-14) unstable; urgency=low

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 14:49:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository antlr.

commit c04f3c6beab739e16a862f0a401f653bbd626a6e
Author: Michael Koch <konqueror at gmx.de>
Date:   Mon Sep 7 20:24:47 2009 +0000

    antlr (2.7.7-14) unstable; urgency=low
    
      * Add debian/patches/antlr-cs-signing.patch to sign C# dlls
        (Closes: #540737).
      * Add debian/patches/antlr-config.patch to support --cxxflags
        for antlr-config (Closes: #523051).
      * Build-Depend on debhelper (>= 5) and cli-common-dev (>= 0.7).
      * Make sure DLLs in libantlr2.7-cli are not executable.
      * Moved source, libantlr-java and libantlr-java-gcj to section java.
      * Moved libantlr2.7-cil to section cli-mono.
      * Updated Standards-Version to 3.8.3.
    
     -- Michael Koch <konqueror at gmx.de>  Mon, 07 Sep 2009 21:44:27 +0200
---
 debian/changelog                      | 14 ++++++++++++++
 debian/compat                         |  2 +-
 debian/control                        | 11 +++++------
 debian/patches/antlr-cs-signing.patch | 32 ++++++++++++++++++++++++++++++++
 debian/patches/series                 |  2 ++
 debian/rules                          |  1 +
 6 files changed, 55 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8621ad1..3392500 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+antlr (2.7.7-14) unstable; urgency=low
+
+  * Add debian/patches/antlr-cs-signing.patch to sign C# dlls
+    (Closes: #540737).
+  * Add debian/patches/antlr-config.patch to support --cxxflags
+    for antlr-config (Closes: #523051).
+  * Build-Depend on debhelper (>= 5) and cli-common-dev (>= 0.7).
+  * Make sure DLLs in libantlr2.7-cli are not executable.
+  * Moved source, libantlr-java and libantlr-java-gcj to section java.
+  * Moved libantlr2.7-cil to section cli-mono.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Mon, 07 Sep 2009 21:44:27 +0200
+
 antlr (2.7.7-13) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index cfb00e5..bc6a03d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: antlr
-Section: devel
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk at debian.org>, John Leuner <jewel at debian.org>, Michael Koch <konqueror at gmx.de>, Barry Hawkins <barry at bytemason.org>, Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 4), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils, java-gcj-compat-dev, quilt
-Build-Depends-Indep: maven-repo-helper, python-support (>= 0.3), nant, cli-common-dev (>= 0.4.4), mono-devel | c-sharp-compiler, libmono-winforms2.0-cil
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>= 5), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils, java-gcj-compat-dev, quilt
+Build-Depends-Indep: maven-repo-helper, python-support (>= 0.3), nant, cli-common-dev (>= 0.7), mono-devel | c-sharp-compiler, libmono-winforms2.0-cil
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/antlr
 Homepage: http://www.antlr2.org/
@@ -43,7 +43,6 @@ Description: language tool for constructing recognizers, compilers etc (java lib
  to be able to bootstrap gcj without a dependency on a java runtime.
 
 Package: libantlr-java-gcj
-Section: devel
 Architecture: any
 Depends: ${misc:Depends}, libantlr-java (>= ${source:Version}),
  ${shlibs:Depends}
@@ -69,7 +68,7 @@ Description: language tool for constructing recognizers, compilers etc
  These are the static libraries for C++.
 
 Package: libantlr2.7-cil
-Section: libdevel
+Section: cli-mono
 Architecture: all
 Depends: ${misc:Depends}
 Recommends: antlr
diff --git a/debian/patches/antlr-cs-signing.patch b/debian/patches/antlr-cs-signing.patch
new file mode 100644
index 0000000..d0b46b0
--- /dev/null
+++ b/debian/patches/antlr-cs-signing.patch
@@ -0,0 +1,32 @@
+--- antlr-2.7.7.orig/lib/csharp/antlr.astframe/AssemblyInfo.cs
++++ antlr-2.7.7/lib/csharp/antlr.astframe/AssemblyInfo.cs
+@@ -31,12 +31,10 @@
+ 
+ [assembly: CLSCompliantAttribute(true)]
+ 
+-#if STRONGNAME
+ #pragma warning disable 1699
+ [assembly: AssemblyDelaySign(false)]
+-[assembly: AssemblyKeyFile("org.antlr.snk")]
++[assembly: AssemblyKeyFile("/usr/share/cli-common/keys/mono.snk")]
+ #pragma warning restore 1699
+-#endif
+ 
+ 
+ #if APTC
+--- antlr-2.7.7.orig/lib/csharp/antlr.runtime/AssemblyInfo.cs
++++ antlr-2.7.7/lib/csharp/antlr.runtime/AssemblyInfo.cs
+@@ -32,12 +32,10 @@
+ 
+ [assembly: CLSCompliantAttribute(true)]
+ 
+-#if STRONGNAME
+ #pragma warning disable 1699
+ [assembly: AssemblyDelaySign(false)]
+-[assembly: AssemblyKeyFile("org.antlr.snk")]
++[assembly: AssemblyKeyFile("/usr/share/cli-common/keys/mono.snk")]
+ #pragma warning restore 1699
+-#endif
+ 
+ #if APTC
+ [assembly: System.Security.AllowPartiallyTrustedCallers]
diff --git a/debian/patches/series b/debian/patches/series
index 1fb6f27..f000f90 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,4 @@
 gcc.diff
 bin___antlr.diff
+antlr-cs-signing.patch
+antlr-config.patch
diff --git a/debian/rules b/debian/rules
index 75566f4..c473b34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -117,6 +117,7 @@ binary-indep: build-indep install-indep
 	dh_installexamples -plibantlr2.7-cil
 	dh_installchangelogs -plibantlr2.7-cil
 	dh_fixperms -plibantlr2.7-cil
+	chmod a-x debian/libantlr2.7-cil/usr/lib/cli/antlr-2.7/antlr.*.dll
 	dh_compress -plibantlr2.7-cil
 	dh_installdeb -plibantlr2.7-cil
 	dh_gencontrol -plibantlr2.7-cil

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr.git



More information about the pkg-java-commits mailing list