[pkg-java] r6566 - in trunk/javatar/debian: . patches

fourmond at alioth.debian.org fourmond at alioth.debian.org
Mon Jun 16 18:01:12 UTC 2008


Author: fourmond
Date: 2008-06-16 18:01:11 +0000 (Mon, 16 Jun 2008)
New Revision: 6566

Modified:
   trunk/javatar/debian/changelog
   trunk/javatar/debian/control
   trunk/javatar/debian/patches/BuildXml.patch
Log:
[javatar] Include code again in the output (NMU)

Modified: trunk/javatar/debian/changelog
===================================================================
--- trunk/javatar/debian/changelog	2008-06-16 08:07:47 UTC (rev 6565)
+++ trunk/javatar/debian/changelog	2008-06-16 18:01:11 UTC (rev 6566)
@@ -1,3 +1,12 @@
+javatar (2.5+dfsg-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Do not forget to include code in the produced jar (closes: #486349),
+    many thanks to Peter Green <plugwash at p10link.net> for the fix !
+  * Already conforms to standards 3.8.0
+
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 16 Jun 2008 19:57:39 +0200
+
 javatar (2.5+dfsg-2) unstable; urgency=low
 
   * Fixed watch file. Closes: #450359.

Modified: trunk/javatar/debian/control
===================================================================
--- trunk/javatar/debian/control	2008-06-16 08:07:47 UTC (rev 6565)
+++ trunk/javatar/debian/control	2008-06-16 18:01:11 UTC (rev 6566)
@@ -5,7 +5,7 @@
 Uploaders: Paul Cager <paul-debian at home.paulcager.org>, Michael Koch <konqueror at gmx.de>
 Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.65), libgnujaf-java, tofrodos
 Build-Depends: ant (>= 1.6.5), cdbs (>= 0.4.5.3), debhelper (>= 5)
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 Homepage: http://www.trustice.com/java/tar/
 
 Package: libjavatar-java

Modified: trunk/javatar/debian/patches/BuildXml.patch
===================================================================
--- trunk/javatar/debian/patches/BuildXml.patch	2008-06-16 08:07:47 UTC (rev 6565)
+++ trunk/javatar/debian/patches/BuildXml.patch	2008-06-16 18:01:11 UTC (rev 6566)
@@ -4,15 +4,6 @@
 diff -Nur javatar-2.5.orig/source/com/ice/tar/build.xml javatar-2.5/source/com/ice/tar/build.xml
 --- javatar-2.5.orig/source/com/ice/tar/build.xml	2003-06-30 08:48:36.000000000 +0100
 +++ javatar-2.5/source/com/ice/tar/build.xml	2007-02-06 11:43:10.680452100 +0000
-@@ -45,7 +45,7 @@
- 
- 	<target name="compile" depends="init">
- 		<javac
--			srcdir="${srcdir}"
-+			srcdir="${sourcedir}"
- 			destdir="${classdir}"
- 			verbose="${my.verbose}"
- 			deprecation="${my.deprec}"
 @@ -128,7 +128,6 @@
  	<target name="echo-props">
  		<echo message="basedir=${basedir}" />




More information about the pkg-java-commits mailing list