[pkg-java] r17010 - in trunk/libapache-poi-java/debian: . patches

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu Jul 11 11:19:32 UTC 2013


Author: ebourg-guest
Date: 2013-07-11 11:19:32 +0000 (Thu, 11 Jul 2013)
New Revision: 17010

Modified:
   trunk/libapache-poi-java/debian/changelog
   trunk/libapache-poi-java/debian/orig-tar.sh
   trunk/libapache-poi-java/debian/patches/04_jar_names.patch
   trunk/libapache-poi-java/debian/rules
Log:
New upstream release (3.9)



Modified: trunk/libapache-poi-java/debian/changelog
===================================================================
--- trunk/libapache-poi-java/debian/changelog	2013-07-11 10:55:57 UTC (rev 17009)
+++ trunk/libapache-poi-java/debian/changelog	2013-07-11 11:19:32 UTC (rev 17010)
@@ -1,4 +1,4 @@
-libapache-poi-java (3.8-1) UNRELEASED; urgency=low
+libapache-poi-java (3.9-1) UNRELEASED; urgency=low
 
   [ Emmanuel Bourg ]
   * New upstream release

Modified: trunk/libapache-poi-java/debian/orig-tar.sh
===================================================================
--- trunk/libapache-poi-java/debian/orig-tar.sh	2013-07-11 10:55:57 UTC (rev 17009)
+++ trunk/libapache-poi-java/debian/orig-tar.sh	2013-07-11 11:19:32 UTC (rev 17010)
@@ -4,7 +4,7 @@
 
 DIR=apache-poi-$VERSION
 TAR=../libapache-poi-java_$VERSION.orig.tar.gz
-TAG=REL_`echo $VERSION | sed "s/\./_/"`_FINAL
+TAG=REL_`echo $VERSION | sed "s/\./_/"`
 
 # Checkout the code from svn
 svn export http://svn.apache.org/repos/asf/poi/tags/$TAG $DIR

Modified: trunk/libapache-poi-java/debian/patches/04_jar_names.patch
===================================================================
--- trunk/libapache-poi-java/debian/patches/04_jar_names.patch	2013-07-11 10:55:57 UTC (rev 17009)
+++ trunk/libapache-poi-java/debian/patches/04_jar_names.patch	2013-07-11 11:19:32 UTC (rev 17010)
@@ -4,7 +4,7 @@
 Last-Update:2013-07-10
 --- a/build.xml
 +++ b/build.xml
-@@ -952,32 +952,32 @@
+@@ -958,32 +958,32 @@
              <attribute name="Implementation-Vendor-Id" value="org.apache.poi"/>
              <attribute name="Implementation-Vendor" value="The Apache Software Foundation"/>
          </manifest>

Modified: trunk/libapache-poi-java/debian/rules
===================================================================
--- trunk/libapache-poi-java/debian/rules	2013-07-11 10:55:57 UTC (rev 17009)
+++ trunk/libapache-poi-java/debian/rules	2013-07-11 11:19:32 UTC (rev 17010)
@@ -16,7 +16,7 @@
 DEB_JARS := ant ant-junit
 DEB_ANT_BUILD_TARGET := jar maven-poms javadocs
 DEB_ANT_CHECK_TARGET := test
-DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt
+#DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt
 
 ANT_ARGS := -Dversion.id=$(VERSION)
 




More information about the pkg-java-commits mailing list