[pkg-java] r19260 - trunk/fop/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Aug 6 23:10:32 UTC 2017


Author: ebourg-guest
Date: 2017-08-06 23:10:32 +0000 (Sun, 06 Aug 2017)
New Revision: 19260

Modified:
   trunk/fop/debian/changelog
   trunk/fop/debian/rules
Log:
Fixed the build failure caused by the latest qdox update (Closes: #871106)



Modified: trunk/fop/debian/changelog
===================================================================
--- trunk/fop/debian/changelog	2017-08-05 10:21:23 UTC (rev 19259)
+++ trunk/fop/debian/changelog	2017-08-06 23:10:32 UTC (rev 19260)
@@ -1,3 +1,10 @@
+fop (1:2.1-7) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure caused by the latest qdox update (Closes: #871106)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 06 Aug 2017 15:36:06 +0200
+
 fop (1:2.1-6) unstable; urgency=high
 
   * Team upload.

Modified: trunk/fop/debian/rules
===================================================================
--- trunk/fop/debian/rules	2017-08-05 10:21:23 UTC (rev 19259)
+++ trunk/fop/debian/rules	2017-08-06 23:10:32 UTC (rev 19260)
@@ -16,7 +16,7 @@
 pre-build::
 	# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639162#24
 	# For this reason qdox is not listed in DEB_JARS
-	test -h /usr/share/java/qdox.jar && cp -L /usr/share/java/qdox.jar lib/build
+	cp -L /usr/share/java/qdox.jar lib/build
 	
 	unzip -j -o debian/offo-hyphenation_v2.2.zip \
 		offo-hyphenation/hyph/\* -d hyph/




More information about the pkg-java-commits mailing list