This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository proguard.
commit 2c0720cb003dc8a014ce4e275ec6d1859299629c Author: Emmanuel Bourg <[email protected]> Date: Thu Aug 21 08:03:58 2014 +0200 Depend on java5-runtime instead of java2-runtime --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 48ea471..22b5303 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ proguard (5.0-1) unstable; urgency=medium * Team upload. * New upstream release (Closes: #754964) - Increased the source/target level to 1.5 + - Depend on java5-runtime instead of java2-runtime -- Emmanuel Bourg <[email protected]> Thu, 21 Aug 2014 07:55:44 +0200 diff --git a/debian/control b/debian/control index e2ae617..7256069 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: http://proguard.sourceforge.net Package: proguard Architecture: all -Depends: ${misc:Depends}, default-jre | java2-runtime +Depends: ${misc:Depends}, default-jre | java5-runtime Description: java class file shrinker, optimizer, and obfuscator ProGuard is a free Java class file shrinker, optimizer, and obfuscator. It can detect and remove unused classes, fields, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/proguard.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

