Hans van Kranenburg wrote:
Sam Clegg wrote:
On Fri, 2007-08-03 at 12:25 +0200, Hans van Kranenburg wrote:
Package: proguard
Version: 3.7-1
Severity: normal
Tags: patch


While using the proguard 3.7 source package to build a deb of proguard 4.0
beta5 I discovered the proguard.jar and ant-proguard.jar files contain
an incorrect directory hierarchy:

[...]

The attached patch should fix this.
Hmm, thanks for that.  Any idea why this wasn't breaking proguard?

Well, actually the ant task _was_ broken, after applying the first patch
to add it to the package. ;]

Here's another error related to this bug, so I didn't open a new bug report, hope that's fine...:

$ dpkg -L proguard | grep ant-p
/usr/share/ant/lib/ant-proguard.jar
/usr/share/ant/lib/ant-proguard.jar/ant-proguard.jar

This should be fixed by altering the debian/install file:

$ diff -u install.orig install
--- install.orig        2007-08-06 13:59:50.000000000 +0200
+++ install     2007-08-06 13:59:59.000000000 +0200
@@ -1,5 +1,5 @@
 lib/proguard.jar /usr/share/java
-lib/ant-proguard.jar /usr/share/ant/lib/ant-proguard.jar
+lib/ant-proguard.jar /usr/share/ant/lib
 lib/proguardgui.jar /usr/share/java
 proguard /usr/bin
 proguardgui /usr/bin

Greetings,
Hans van Kranenburg


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to