[proguard] 03/13: Imported Debian patch 3.2-3

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Apr 10 08:59:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository proguard.

commit 134bbea442b54cfe2c0ed9be79fdf36c965c59ec
Author: Sam Clegg <samo at debian.org>
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 <regis at boudin.name>
+
+ -- Sam Clegg <samo at debian.org>  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 <samo at debian.org>
-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



More information about the pkg-java-commits mailing list