[antlr] 02/87: reworked depends field, closes 268605
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Oct 24 14:49:15 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 b393c72ca6b460f914d91f2adb90003d6e8e00d7
Author: Arnaud Vandyck <avdyk at debian.org>
Date: Mon Aug 30 21:54:12 2004 +0000
reworked depends field, closes 268605
---
debian/changelog | 9 ++++++++-
debian/control | 5 ++---
debian/rules | 2 +-
3 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cbf181d..482a045 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,16 @@
+antlr (2.7.4-4) unstable; urgency=low
+
+ * reworked depends field (closes: #268605).
+
+ -- Arnaud Vandyck <avdyk at debian.org> Mon, 30 Aug 2004 23:48:46 +0200
+
antlr (2.7.4-3) unstable; urgency=low
* added a build-depends on libgcj4-dev, thanks to Daniel Schepler
(Closes: #253615)
+ * debian/rules(clean): removed the rm config.status and config.log
- -- Arnaud Vandyck <avdyk at debian.org> Fri, 11 Jun 2004 11:26:50 +0200
+ -- Arnaud Vandyck <avdyk at debian.org> Sat, 12 Jun 2004 18:24:08 +0200
antlr (2.7.4-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c40fd0e..cb7ea6b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: devel
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>
-Build-Depends: debhelper (>= 4), kaffe, fastjar, classpath, jikes-classpath (>= 1.18),
- autotools-dev, gcj, libgcj4-dev
+Build-Depends: debhelper (>= 4), kaffe, fastjar, classpath, jikes-classpath (>= 1.18), autotools-dev, gcj, libgcj5-dev
Standards-Version: 3.6.1
Package: antlr
@@ -41,7 +40,7 @@ Description: language tool for constructing recognizers, compilers etc
Package: cantlr
Section: devel
Architecture: any
-Depends: libgcj5 | libgcj4 | libgcj0
+Depends: ${shlibs:Depends}
Description: language tool for constructing recognizers, compilers etc
This is the native-compiled version of antlr. ANTLR stands for ANother
Tool for Language Recognition, (formerly PCCTS). It is a language tool
diff --git a/debian/rules b/debian/rules
index de85de1..9ce8238 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ clean:
-rm -rf lib/cpp/src/.deps
-rm -f lib/cpp/config.sub lib/cpp/config.guess lib/cpp/config.cache lib/cpp/config.log
-rm -f lib/cpp/scripts/config.sub lib/cpp/scripts/config.guess lib/cpp/scripts/config.cache lib/cpp/scripts/config.log
- -rm config.status config.log
+# -rm config.status config.log
dh_clean
install-indep: build-indep
--
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