I'm in NM, and so I'm on a quest to hunt and crush bugs, especially RC ones. Bug #504050 in antlr is not a Lenny RC bug, since it is sid-only, but I would still like to see it closed. I'm CC:ing my account manager so he knows what I'm up to.

On that note, there are two updates for the antlr Subversion repository. First of all, 2.7.7-9 was never checked in; the attached dash-nine.patch corrects that.

Secondly, I am attaching a patch called dash-ten.patch that can be committed after dash-nine is. It adds the debdiff from the bug report <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504050> to the package and updates debian/changelog.

These patches are very simple; anyone with commit access and five minutes should be able to review them, commit, do an svn tag for -9 and -10, and then upload.

I have written the changelog entry not as an NMU but as a maintainer update, under the idea that I'm doing this to join the pkg-java-maintainers team, a concept I'm comfortable with. I'll stay around pkg-java-maintainers for at least half a year, although my primary interest is Python, not Java. If there are more bugs I can help fix, I may try to do that!

-- Asheesh.

--
You will live a long, healthy, happy life and make bags of money.
Index: debian/control
===================================================================
--- debian/control	(revision 7633)
+++ debian/control	(working copy)
@@ -30,7 +30,7 @@
 
 Package: libantlr-java
 Architecture: all
-Recommends: libantlr-gcj
+Recommends: libantlr-java-gcj
 Replaces: antlr (<< 2.7.7-8)
 Description: language tool for constructing recognizers, compilers etc (java library)
  ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is 
@@ -44,7 +44,7 @@
 Package: libantlr-java-gcj
 Section: devel
 Architecture: any
-Depends: libantlr (>= ${source:Version}), ${shlibs:Depends}
+Depends: libantlr-java (>= ${source:Version}), ${shlibs:Depends}
 Replaces: antlr-gcj
 Description: language tool for constructing recognizers, compilers etc
  Native support for gij for antlr. ANTLR stands for ANother
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 7633)
+++ debian/changelog	(working copy)
@@ -1,3 +1,9 @@
+antlr (2.7.7-9) unstable; urgency=low
+
+  * libantlr-java{,-gcj}: Fix typos in dependencies.
+
+ -- Matthias Klose <[EMAIL PROTECTED]>  Tue, 21 Oct 2008 01:08:32 +0200
+
 antlr (2.7.7-8) unstable; urgency=low
 
   * Build a libantlr-java package, without dependency on a java runtime.
diff -urN debian.dash-ten/changelog debian/changelog
--- debian.dash-ten/changelog	2008-12-10 11:23:07.000000000 -0800
+++ debian/changelog	2008-12-10 11:24:22.000000000 -0800
@@ -1,3 +1,11 @@
+antlr (2.7.7-10) unstable; urgency=low
+
+   * Fixed cantlr package to depend on libantlr-java-gcj rather than
+    nonexistent antlr-gcj (finishing migration started in 2.7.7-8).
+    (Closes: #504050)
+
+ -- Asheesh Laroia <[EMAIL PROTECTED]>  Wed, 10 Dec 2008 11:23:40 -0800
+
 antlr (2.7.7-9) unstable; urgency=low
 
   * libantlr-java{,-gcj}: Fix typos in dependencies.
diff -urN debian.dash-ten/control debian/control
--- debian.dash-ten/control	2008-12-10 11:27:59.000000000 -0800
+++ debian/control	2008-12-10 11:03:37.000000000 -0800
@@ -80,7 +80,7 @@
 Package: cantlr
 Section: devel
 Architecture: any
-Depends: gij, libantlr-java-gcj, ${shlibs:Depends}
+Depends: gij, antlr-gcj, ${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
_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to