This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jasmin-sable.
commit d2a8dee7ddff36c57290fcf9cd8a88a89e94be3c Author: Chris Lamb <[email protected]> Date: Wed Apr 23 14:31:19 2008 +0100 Add missing Depends on 'cup' package (Closes: #477459) --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 05d4945..1052849 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jasmin-sable (2.2.5-2) unstable; urgency=low + + * Add missing Depends on 'cup' package (Closes: #477459) + + -- Chris Lamb <[email protected]> Wed, 23 Apr 2008 14:23:37 +0100 + jasmin-sable (2.2.5-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 02d0062..7be34e1 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.chris-lamb.co.uk/?p=pkg-jasmin-sable.git Package: jasmin-sable Architecture: all -Depends: java-gcj-compat | java-virtual-machine +Depends: java-gcj-compat | java-virtual-machine, cup, ${misc:Depends} Description: Java class (.class) file assembler Jasmin is a Java ASseMbler INterface. It takes ASCII descriptions of Java classes, written in the Java Virtual Machine instruction set in an -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasmin-sable.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

