tag 312024 patch
thanks
Hi,
This patch should fix the FTBFS on all arch.
2 problems :
First, a binary-indep instead build target, leading to the creation of
no file when running on a buildd.
Second, a missing build-dependency on a packager providing the 'jar'
tool. I added fastjar which should be enough hopefully.
Regis
diff -urN proguard-3.2/debian/control proguard-3.2.patched/debian/control
--- proguard-3.2/debian/control 2005-06-15 18:11:33.246028336 +0100
+++ proguard-3.2.patched/debian/control 2005-06-15 17:53:04.274617616 +0100
@@ -2,7 +2,7 @@
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 -urN proguard-3.2/debian/rules proguard-3.2.patched/debian/rules
--- proguard-3.2/debian/rules 2005-06-15 18:11:33.245028488 +0100
+++ proguard-3.2.patched/debian/rules 2005-06-15 18:09:30.814640736 +0100
@@ -9,7 +9,7 @@
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