[antlr] 59/87: antlr (2.7.7-16) UNRELEASED; urgency=low

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 14:49:22 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 4cde8d79eaf79bf773cca19c012d4d8e6c37a3fd
Author: Niels Thykier <nthykier at debian.org>
Date:   Tue Mar 16 17:02:57 2010 +0000

    antlr (2.7.7-16) UNRELEASED; urgency=low
    
      * Team upload.
      * Removed java-gcj-compat-dev from Depends. It is not needed anymore.
        (Closes: #572164)
      * Corrected java depends to reflect the target version of the
        resulting class files.
      * Bumped Standards-Version to 3.8.4 - no changes required.
      * Added missing Replace to python-antlr (Closes: #557876)
      * Bumped debhelper compat to 7.
    
     -- Niels Thykier <niels at thykier.net>  Tue, 16 Mar 2010 17:37:27 +0100
---
 debian/changelog | 13 +++++++++++++
 debian/compat    |  2 +-
 debian/control   |  8 +++++---
 debian/rules     |  9 ++-------
 4 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b7a467b..7edddd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+antlr (2.7.7-16) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Removed java-gcj-compat-dev from Depends. It is not needed anymore.
+    (Closes: #572164)
+  * Corrected java depends to reflect the target version of the
+    resulting class files.
+  * Bumped Standards-Version to 3.8.4 - no changes required.
+  * Added missing Replace to python-antlr (Closes: #557876)
+  * Bumped debhelper compat to 7.
+
+ -- Niels Thykier <niels at thykier.net>  Tue, 16 Mar 2010 17:37:27 +0100
+
 antlr (2.7.7-15) unstable; urgency=low
 
   * Use mono-csc as $CSHARPC. (Closes: #571032)
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 434db22..aa4e173 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,17 @@ 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 (>= 5), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils, java-gcj-compat-dev, quilt
+Build-Depends: debhelper (>= 7), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils, 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
+Standards-Version: 3.8.4
 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/
 
 Package: antlr
 Architecture: all
-Depends: ${misc:Depends}, libantlr-java (= ${binary:Version}), default-jre-headless | java1-runtime-headless | java2-runtime-headless
+Depends: ${misc:Depends}, libantlr-java (= ${binary:Version}),
+ default-jre-headless | java5-runtime-headless | java6-runtime-headless
 Description: language tool for constructing recognizers, compilers etc
  ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is 
  a language tool that provides a framework for constructing recognizers,
@@ -112,6 +113,7 @@ Package: python-antlr
 Section: python
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
+Replaces: antlr (<< 2.7.7-10)
 Description: language tool for constructing recognizers, compilers etc
  This package contains the Python version of antlr. ANTLR stands for
  ANother Tool for Language Recognition, (formerly PCCTS).
diff --git a/debian/rules b/debian/rules
index 1f52d68..ebce216 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,7 @@ clean: unpatch
 install-indep: build-indep
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep -i
 	dh_installdirs -i
 	dh_install -i
 	dh_link -i
@@ -94,7 +94,7 @@ install-indep: build-indep
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep -a
 	dh_installdirs -a
 	dh_install -a
 	dh_link -a
@@ -108,7 +108,6 @@ install: build
 binary-indep: build-indep install-indep
 	dh_testdir 
 	dh_testroot
-	
 	# C# library
 	dh_makeclilibs -V -plibantlr2.7-cil
 	dh_installcligac -plibantlr2.7-cil
@@ -123,7 +122,6 @@ binary-indep: build-indep install-indep
 	dh_gencontrol -plibantlr2.7-cil
 	dh_md5sums -plibantlr2.7-cil
 	dh_builddeb -plibantlr2.7-cil
-	
 	# antlr-doc
 	dh_installdocs -pantlr-doc
 	dh_installexamples -pantlr-doc
@@ -138,7 +136,6 @@ binary-indep: build-indep install-indep
 	dh_gencontrol -pantlr-doc
 	dh_md5sums -pantlr-doc
 	dh_builddeb -pantlr-doc
-	
 	# antlr
 	dh_installman -pantlr
 	dh_installdocs -pantlr
@@ -149,7 +146,6 @@ binary-indep: build-indep install-indep
 	dh_gencontrol -pantlr
 	dh_md5sums -pantlr
 	dh_builddeb -pantlr
-	
 	# antlr
 	dh_installman -plibantlr-java
 	dh_installdocs -plibantlr-java
@@ -163,7 +159,6 @@ binary-indep: build-indep install-indep
 	dh_gencontrol -plibantlr-java
 	dh_md5sums -plibantlr-java
 	dh_builddeb -plibantlr-java
-	
 	# python-antlr
 	dh_installdocs -ppython-antlr
 	dh_installchangelogs -ppython-antlr

-- 
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