[pkg-java] r16695 - trunk/libitext5-java/debian
Andrew Ross
rockclimb-guest at alioth.debian.org
Sat May 18 13:46:12 UTC 2013
Author: rockclimb-guest
Date: 2013-05-18 13:46:12 +0000 (Sat, 18 May 2013)
New Revision: 16695
Modified:
trunk/libitext5-java/debian/changelog
trunk/libitext5-java/debian/maven.cleanIgnoreRules
trunk/libitext5-java/debian/maven.ignoreRules
trunk/libitext5-java/debian/maven.publishedRules
trunk/libitext5-java/debian/maven.rules
trunk/libitext5-java/debian/orig-tar.sh
Log:
Updated for 5.4.1-1
Modified: trunk/libitext5-java/debian/changelog
===================================================================
--- trunk/libitext5-java/debian/changelog 2013-05-18 09:12:35 UTC (rev 16694)
+++ trunk/libitext5-java/debian/changelog 2013-05-18 13:46:12 UTC (rev 16695)
@@ -1,3 +1,11 @@
+libitext5-java (5.4.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Fixed debian/orig-tar.sh to respect version number from uscan.
+ * Upload to unstable.
+
+ -- Andrew Ross <ubuntu at rossfamily.co.uk> Sun, 12 May 2013 22:57:28 +0100
+
libitext5-java (5.4.0-1) experimental; urgency=low
[Emmanuel Bourg]
Modified: trunk/libitext5-java/debian/maven.cleanIgnoreRules
===================================================================
--- trunk/libitext5-java/debian/maven.cleanIgnoreRules 2013-05-18 09:12:35 UTC (rev 16694)
+++ trunk/libitext5-java/debian/maven.cleanIgnoreRules 2013-05-18 13:46:12 UTC (rev 16695)
@@ -1,17 +1 @@
-# Maven clean ignore rules - ignore some Maven dependencies and plugins
-# during the clean phase of a Maven build
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-# for the version. In this case, the element is simply matched
-# and left as it is
-# - * (the star character, alone). In this case, anything will
-# match and be left as it is. For example, using * on the
-# position of the artifact field will match any artifact id
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., this dependency is then removed
-# from the POM before mvn clean is called
-# junit junit jar s/3\..*/3.x/
Modified: trunk/libitext5-java/debian/maven.ignoreRules
===================================================================
--- trunk/libitext5-java/debian/maven.ignoreRules 2013-05-18 09:12:35 UTC (rev 16694)
+++ trunk/libitext5-java/debian/maven.ignoreRules 2013-05-18 13:46:12 UTC (rev 16695)
@@ -1,17 +1,2 @@
-# Maven ignore rules - ignore some Maven dependencies and plugins
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-# for the version. In this case, the element is simply matched
-# and left as it is
-# - * (the star character, alone). In this case, anything will
-# match and be left as it is. For example, using * on the
-# position of the artifact field will match any artifact id
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., this dependency is then removed
-# from the POM
-# junit junit jar s/3\..*/3.x/
org.codehaus.mojo buildnumber-maven-plugin * * * *
Modified: trunk/libitext5-java/debian/maven.publishedRules
===================================================================
--- trunk/libitext5-java/debian/maven.publishedRules 2013-05-18 09:12:35 UTC (rev 16694)
+++ trunk/libitext5-java/debian/maven.publishedRules 2013-05-18 13:46:12 UTC (rev 16695)
@@ -1,19 +1,2 @@
-# Maven published rules - additional rules to publish, to help
-# the packaging work of Debian maintainers using mh_make
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-# for the version. In this case, the element is simply matched
-# and left as it is
-# - * (the star character, alone). In this case, anything will
-# match and be left as it is. For example, using * on the
-# position of the artifact field will match any artifact id
-# - a regular expression of the form s/match/replace/
-# in this case, elements that match are transformed using
-# the regex rule.
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., replacing the version with 3.x
-# junit junit jar s/3\..*/3.x/
+com.itextpdf itextpdf jar s/5\..*/5.x/ * *
Modified: trunk/libitext5-java/debian/maven.rules
===================================================================
--- trunk/libitext5-java/debian/maven.rules 2013-05-18 09:12:35 UTC (rev 16694)
+++ trunk/libitext5-java/debian/maven.rules 2013-05-18 13:46:12 UTC (rev 16695)
@@ -1,20 +1,3 @@
-# Maven rules - transform Maven dependencies and plugins
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-# for the version. In this case, the element is simply matched
-# and left as it is
-# - * (the star character, alone). In this case, anything will
-# match and be left as it is. For example, using * on the
-# position of the artifact field will match any artifact id
-# - a regular expression of the form s/match/replace/
-# in this case, elements that match are transformed using
-# the regex rule.
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., replacing the version with 3.x
-# junit junit jar s/3\..*/3.x/
com.itextpdf itextpdf jar s/5\..*/5.x/ * *
junit junit jar s/4\..*/4.x/ * *
Modified: trunk/libitext5-java/debian/orig-tar.sh
===================================================================
--- trunk/libitext5-java/debian/orig-tar.sh 2013-05-18 09:12:35 UTC (rev 16694)
+++ trunk/libitext5-java/debian/orig-tar.sh 2013-05-18 13:46:12 UTC (rev 16695)
@@ -2,7 +2,8 @@
set -e
-VERSION=$(dpkg-parsechangelog | sed -ne 's,^Version: \(.*\)-.*,\1,p')
+rm -f $3
+VERSION=$2
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
More information about the pkg-java-commits
mailing list