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

mkoch at alioth.debian.org mkoch at alioth.debian.org
Thu Jan 31 19:32:12 UTC 2008


Author: mkoch
Date: 2008-01-31 19:32:11 +0000 (Thu, 31 Jan 2008)
New Revision: 5579

Removed:
   trunk/fop/debian/patches/
Modified:
   trunk/fop/debian/changelog
   trunk/fop/debian/rules
Log:
fop (1:0.94.dfsg-2) unstable; urgency=low

  * Fixed name of versioned jar.

 -- Michael Koch <konqueror at gmx.de>  Thu, 31 Jan 2008 20:29:07 +0100



Modified: trunk/fop/debian/changelog
===================================================================
--- trunk/fop/debian/changelog	2008-01-31 18:28:14 UTC (rev 5578)
+++ trunk/fop/debian/changelog	2008-01-31 19:32:11 UTC (rev 5579)
@@ -1,3 +1,9 @@
+fop (1:0.94.dfsg-2) unstable; urgency=low
+
+  * Fixed name of versioned jar.
+
+ -- Michael Koch <konqueror at gmx.de>  Thu, 31 Jan 2008 20:29:07 +0100
+
 fop (1:0.94.dfsg-1) unstable; urgency=low
 
   * New upstream version. Closes: #445349.

Modified: trunk/fop/debian/rules
===================================================================
--- trunk/fop/debian/rules	2008-01-31 18:28:14 UTC (rev 5578)
+++ trunk/fop/debian/rules	2008-01-31 19:32:11 UTC (rev 5579)
@@ -1,12 +1,6 @@
 #!/usr/bin/make -f
 # debian/rules for FOP (uses CDBS)
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-#export DH_COMPAT=4
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/ant.mk
@@ -17,12 +11,11 @@
 DEB_ANT_CLEAN_TARGET := distclean
 DEB_ANT_ARGS := -verbose
 
-VERSION=0.93
 DOCD=debian/fop-doc/usr/share/doc/fop-doc
 
 install/fop::
-	cp build/fop.jar debian/fop/usr/share/java/fop-${VERSION}.jar
-	dh_link usr/share/java/fop-${VERSION}.jar usr/share/java/fop.jar
+	cp build/fop.jar debian/fop/usr/share/java/fop-${DEB_UPSTREAM_VERSION}.jar
+	dh_link usr/share/java/fop-${DEB_UPSTREAM_VERSION}.jar usr/share/java/fop.jar
 	cp -a debian/fop.sh debian/fop/usr/bin/fop
 	cp -a debian/fop-ttfreader.sh debian/fop/usr/bin/fop-ttfreader
 	pod2man --section=1 \




More information about the pkg-java-commits mailing list