Bug#391202: patch for NMU

Stefan Fritsch sf at sfritsch.de
Sun Oct 15 15:40:08 CEST 2006


A NMU should be uploaded with the attached patch.
-------------- next part --------------
diff -u libdtdparser-java-1.21a/debian/patches/04_build_manifest.patch libdtdparser-java-1.21a/debian/patches/04_build_manifest.patch
--- libdtdparser-java-1.21a/debian/patches/04_build_manifest.patch
+++ libdtdparser-java-1.21a/debian/patches/04_build_manifest.patch
@@ -5,7 +5,7 @@
  
    <target name="makejar">
 -    <jar jarfile="${prod.jar}" whenempty="skip" manifest="${lib}/mainclass">
-+    <jar jarfile="${prod.jar}" whenempty="skip" manifest="${src}/mainclass">
++    <jar jarfile="${prod.jar}" whenempty="skip" manifest="mainclass">
        <fileset dir="${lib}" includes="com/"/>
      </jar>
      <copy file="${prod.jar}" todir="${dist}"/>
diff -u libdtdparser-java-1.21a/debian/changelog libdtdparser-java-1.21a/debian/changelog
--- libdtdparser-java-1.21a/debian/changelog
+++ libdtdparser-java-1.21a/debian/changelog
@@ -1,3 +1,10 @@
+libdtdparser-java (1.21a-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBS (closes #391202)
+
+ --  <sf at sfritsch.de>  Sun, 15 Oct 2006 12:13:32 +0000
+
 libdtdparser-java (1.21a-1) unstable; urgency=low
 
   * libant1.6-java to ant transition


More information about the pkg-java-maintainers mailing list