[pkg-java] r16458 - trunk/libitext5-java/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Sat Mar 30 00:06:07 UTC 2013
Author: ebourg-guest
Date: 2013-03-30 00:06:06 +0000 (Sat, 30 Mar 2013)
New Revision: 16458
Added:
trunk/libitext5-java/debian/orig-tar.sh
Modified:
trunk/libitext5-java/debian/changelog
trunk/libitext5-java/debian/control
trunk/libitext5-java/debian/rules
trunk/libitext5-java/debian/watch
Log:
New upstream release (5.4.0)
Modified: trunk/libitext5-java/debian/changelog
===================================================================
--- trunk/libitext5-java/debian/changelog 2013-03-29 22:49:16 UTC (rev 16457)
+++ trunk/libitext5-java/debian/changelog 2013-03-30 00:06:06 UTC (rev 16458)
@@ -1,3 +1,11 @@
+libitext5-java (5.4.0-1) experimental; urgency=low
+
+ * Team upload.
+ * New upstream release.
+ * Updated standards version to 3.9.4 (no changes needed)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 30 Mar 2013 01:04:57 +0100
+
libitext5-java (5.0.6+svn4804-1) unstable; urgency=low
* New upstream release from SVN, with updated AGPL additional license term.
Modified: trunk/libitext5-java/debian/control
===================================================================
--- trunk/libitext5-java/debian/control 2013-03-29 22:49:16 UTC (rev 16457)
+++ trunk/libitext5-java/debian/control 2013-03-30 00:06:06 UTC (rev 16458)
@@ -2,12 +2,12 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Andrew Ross <ubuntu at rossfamily.co.uk>
+Uploaders: Andrew Ross <ubuntu at rossfamily.co.uk>, Emmanuel Bourg <ebourg at apache.org>
Build-Depends: debhelper (>= 7.0.50~), javahelper (>=0.32~),
- libbcprov-java, libbcmail-java, libbctsp-java, libbcprov-java-doc,
- libbcmail-java-doc, libbctsp-java-doc
+ libbcprov-java (>= 1.48), libbcmail-java, libbcpkix-java, libbcprov-java-doc,
+ libbcmail-java-doc, libbcpkix-java-doc
Build-Depends-Indep: default-jdk, default-jdk-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libitext5-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libitext5-java
Homepage: http://itextpdf.com/
Added: trunk/libitext5-java/debian/orig-tar.sh
===================================================================
--- trunk/libitext5-java/debian/orig-tar.sh (rev 0)
+++ trunk/libitext5-java/debian/orig-tar.sh 2013-03-30 00:06:06 UTC (rev 16458)
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+set -e
+
+VERSION=$(dpkg-parsechangelog | sed -ne 's,^Version: \(.*\)-.*,\1,p')
+SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p')
+
+SVNROOT=http://svn.code.sf.net/p/itext/code/tags/iText_$(echo $VERSION | sed -e s/\\./_/g)/itext
+
+DIR=itext
+TAR=../${SOURCE}_${VERSION}.orig.tar.gz
+
+svn export $SVNROOT $DIR
+find $DIR/src/test -name "*.pdf" -exec rm \{\} \;
+tar -cvzf $TAR $DIR
+rm -rf $DIR
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $TAR $origDir
+ echo "moved $TAR to $origDir"
+fi
Property changes on: trunk/libitext5-java/debian/orig-tar.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: trunk/libitext5-java/debian/rules
===================================================================
--- trunk/libitext5-java/debian/rules 2013-03-29 22:49:16 UTC (rev 16457)
+++ trunk/libitext5-java/debian/rules 2013-03-30 00:06:06 UTC (rev 16458)
@@ -4,7 +4,7 @@
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
+export CLASSPATH=/usr/share/java/bcprov.jar:/usr/share/java/bcmail.jar:/usr/share/java/bcpkix.jar
# Include the resource files in the jar:
#export JH_JAR_EXTRA=$(shell find src/main/resources -type f)
@@ -25,10 +25,4 @@
dh_clean
get-orig-source:
- svn export -r 4804 https://itext.svn.sourceforge.net/svnroot/itext/trunk/itext
- find itext/src/test -name "*.pdf" -exec rm \{\} \;
- 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-current-version --force-download --rename
-
+ sh orig-tar.sh
Modified: trunk/libitext5-java/debian/watch
===================================================================
--- trunk/libitext5-java/debian/watch 2013-03-29 22:49:16 UTC (rev 16457)
+++ trunk/libitext5-java/debian/watch 2013-03-30 00:06:06 UTC (rev 16458)
@@ -1,3 +1,4 @@
version=3
-opts=dversionmangle=s/\+svn.*$// \
-http://sf.net/itext/iText-src-([0-9\.]*)\.tar\.gz
+opts=uversionmangle=s/_/./g \
+ http://svn.code.sf.net/p/itext/code/tags iText_([\d_]+)/ debian debian/orig-tar.sh
+
More information about the pkg-java-commits
mailing list