This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to annotated tag debian/3.2-3 in repository proguard.
commit 9dbfdd2dac48a5b532fa5f6e8c0adef7e1fcc827 Author: Sam Clegg <[email protected]> Date: Fri Jun 17 14:25:24 2005 +0100 Imported Debian patch 3.2-3 --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c6d52df..9c1f27c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +proguard (3.2-3) unstable; urgency=low + + * debian/rules: fix FTBFS (Closes: #312024) + * debian/control: fix FTBFS by added Build-Depend on fastjar + - Thanks to Regis Boudin <[email protected]> + + -- Sam Clegg <[email protected]> Fri, 17 Jun 2005 14:25:24 +0100 + proguard (3.2-2) unstable; urgency=low * fix java executable name in proguard and proguardgui shell diff --git a/debian/control b/debian/control index 7fdc720..2f2a1ff 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: proguard Section: devel Priority: optional Maintainer: Sam Clegg <[email protected]> -Build-Depends: debhelper (>= 4.1.0), cdbs, jikes-classpath, libant1.6-java +Build-Depends: debhelper (>= 4.1.0), cdbs, jikes-classpath, libant1.6-java, fastjar Standards-Version: 3.6.1 Package: proguard diff --git a/debian/rules b/debian/rules index dbbb2f7..cbc540b 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk JAVA_COMPILER = jikes-classpath +E +Z0 JAR = jar -binary-indep: +build: mkdir -p build mkdir -p lib ${JAVA_COMPILER} -d build/proguard -sourcepath src src/proguard/ProGuard.java -- 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

