A "new" upstream version with a modified upstream tarball which removes the
the non-free jar has been uploaded to testing-proposed-updates.  There are a
couple other minor changes to the package aside from the removal of the jar:

1) Installation of /usr/share/tuxguitar/lang/messages_de.properties into the
Debian package.  This was already part of the upstream; the change was to
debian/install

2) A fix to debian/rules which was causing build breakage.

The debdiff between 0.8-3 (the current version in etch) and 0.8dfsg-1 is
attached.

Regards,
tony
diff -Nru --exclude CVS /tmp/im8yiJrayG/tuxguitar-0.8/debian/changelog /tmp/pAoFk1nyIj/tuxguitar-0.8dfsg/debian/changelog
--- /tmp/im8yiJrayG/tuxguitar-0.8/debian/changelog	2007-01-06 10:18:29.000000000 -0800
+++ /tmp/pAoFk1nyIj/tuxguitar-0.8dfsg/debian/changelog	2007-01-06 10:18:29.000000000 -0800
@@ -1,3 +1,12 @@
+tuxguitar (0.8dfsg-1) testing-proposed-updates; urgency=medium
+
+  * removed janel-ant (closes: #405295)
+  * use sun's javac path to compile
+  * installed german locale (closes: #398972)
+
+
+ -- Philippe Coval <[EMAIL PROTECTED]>  Sat,  6 Jan 2007 12:17:31 +0100
+
 tuxguitar (0.8-3) unstable; urgency=low
 
   * classpath now includes swt-gtk-3.2.1 (closes: #397368)
diff -Nru --exclude CVS /tmp/im8yiJrayG/tuxguitar-0.8/debian/install /tmp/pAoFk1nyIj/tuxguitar-0.8dfsg/debian/install
--- /tmp/im8yiJrayG/tuxguitar-0.8/debian/install	2007-01-06 10:18:29.000000000 -0800
+++ /tmp/pAoFk1nyIj/tuxguitar-0.8dfsg/debian/install	2007-01-06 10:18:29.000000000 -0800
@@ -6,6 +6,7 @@
 share/lang/messages_es.properties usr/share/tuxguitar/lang/
 share/lang/messages_fr.properties usr/share/tuxguitar/lang/
 share/lang/messages_pl.properties usr/share/tuxguitar/lang/
+share/lang/messages_de.properties usr/share/tuxguitar/lang/
 src/org/herac/tuxguitar/gui/doc/License.txt usr/share/tuxguitar/doc/
 src/org/herac/tuxguitar/gui/doc/Authors.txt usr/share/tuxguitar/doc/
 src/org/herac/tuxguitar/gui/doc/Description.txt usr/share/tuxguitar/doc/
diff -Nru --exclude CVS /tmp/im8yiJrayG/tuxguitar-0.8/debian/rules /tmp/pAoFk1nyIj/tuxguitar-0.8dfsg/debian/rules
--- /tmp/im8yiJrayG/tuxguitar-0.8/debian/rules	2007-01-06 10:18:29.000000000 -0800
+++ /tmp/pAoFk1nyIj/tuxguitar-0.8dfsg/debian/rules	2007-01-06 10:18:29.000000000 -0800
@@ -3,11 +3,16 @@
 #export DH_VERBOSE=1
 PACKAGE ?= tuxguitar
 
+JAVA ?= /usr/lib/jvm/java-1.5.0-sun/jre/bin/java
+JAVAC ?= /usr/lib/jvm/java-1.5.0-sun/bin/javac
+
+MAKE_FLAGS ?= JAVAC=${JAVAC} JAVA=${JAVA}
+
 build: build-stamp
 
 build-stamp:
 	dh_testdir
-	${MAKE}
+	${MAKE} ${MAKE_FLAGS}
 	docbook-to-man debian/${PACKAGE}.sgml > debian/${PACKAGE}.1
 	touch $@
 
Files /tmp/im8yiJrayG/tuxguitar-0.8/lib/janel-ant-0.1.jar and /tmp/pAoFk1nyIj/tuxguitar-0.8dfsg/lib/janel-ant-0.1.jar differ

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to