[pkg-java] r13526 - trunk/libitext5-java/debian

Andrew Ross rockclimb-guest at alioth.debian.org
Wed Apr 13 21:23:13 UTC 2011


Author: rockclimb-guest
Date: 2011-04-13 21:23:02 +0000 (Wed, 13 Apr 2011)
New Revision: 13526

Modified:
   trunk/libitext5-java/debian/changelog
   trunk/libitext5-java/debian/control
   trunk/libitext5-java/debian/rules
Log:
Updated packaging.


Modified: trunk/libitext5-java/debian/changelog
===================================================================
--- trunk/libitext5-java/debian/changelog	2011-04-13 18:20:29 UTC (rev 13525)
+++ trunk/libitext5-java/debian/changelog	2011-04-13 21:23:02 UTC (rev 13526)
@@ -2,11 +2,12 @@
 
   * New upstream release from SVN, with updated AGPL additional license term.
   * Upstream is now just the core itext library (rups is not included).
-  * Moved to using the basic javahelper builder (upstream no longer includes build.xml).
+  * Moved to using the basic javahelper builder (upstream no longer 
+    includes build.xml).
   * Updated copyright file to cover afm font files and cmap files.
   * Removed debian patches which are no longer required.
   * Dropped binary package libitext5-rups-java from debian/control.
-  * Updated standards version to 3.9.2
+  * Updated standards version to 3.9.2 (no changes needed)
 
  -- Andrew Ross <ubuntu at rossfamily.co.uk>  Tue, 12 Apr 2011 21:37:55 +0100
 

Modified: trunk/libitext5-java/debian/control
===================================================================
--- trunk/libitext5-java/debian/control	2011-04-13 18:20:29 UTC (rev 13525)
+++ trunk/libitext5-java/debian/control	2011-04-13 21:23:02 UTC (rev 13526)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Andrew Ross <ubuntu at rossfamily.co.uk>
-Build-Depends: debhelper (>= 7.0.50~), javahelper (>=0.32~), cdbs, 
+Build-Depends: debhelper (>= 7.0.50~), javahelper (>=0.32~), 
  libbcprov-java, libbcmail-java, libbctsp-java, libbcprov-java-doc, 
  libbcmail-java-doc, libbctsp-java-doc
 Build-Depends-Indep: default-jdk, default-jdk-doc

Modified: trunk/libitext5-java/debian/rules
===================================================================
--- trunk/libitext5-java/debian/rules	2011-04-13 18:20:29 UTC (rev 13525)
+++ trunk/libitext5-java/debian/rules	2011-04-13 21:23:02 UTC (rev 13526)
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-# Get definition of $(DEB_SRCDIR)
-include /usr/share/cdbs/1/rules/buildvars.mk
-
+DEB_SRCDIR ?= .
 JAVA_HOME               := /usr/lib/jvm/default-java
 
 export CLASSPATH=/usr/share/java/bcprov.jar:/usr/share/java/bcmail.jar:/usr/share/java/bctsp.jar
@@ -32,5 +30,5 @@
 	tar -cvzf ../libitext5-java_5.0.6+svn4804.orig.tar.gz itext
 	rm -rf itext
 	# replace with this once we're not using an svn release
-	# uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+	# uscan --download-current-version --force-download --rename
 




More information about the pkg-java-commits mailing list