[pkg-java] r11671 - trunk/simple-xml/debian
Fabian Köster
maestro_alubia-guest at alioth.debian.org
Sun Feb 21 18:25:23 UTC 2010
Author: maestro_alubia-guest
Date: 2010-02-21 18:25:21 +0000 (Sun, 21 Feb 2010)
New Revision: 11671
Modified:
trunk/simple-xml/debian/README.source
trunk/simple-xml/debian/changelog
trunk/simple-xml/debian/orig-tar.exclude
trunk/simple-xml/debian/orig-tar.sh
trunk/simple-xml/debian/pom.xml
Log:
* New upstream release
* Correct license information in debian/pom.xml
* Exclude generated Javadoc from orig-tarball
Modified: trunk/simple-xml/debian/README.source
===================================================================
--- trunk/simple-xml/debian/README.source 2010-02-21 18:18:36 UTC (rev 11670)
+++ trunk/simple-xml/debian/README.source 2010-02-21 18:25:21 UTC (rev 11671)
@@ -6,10 +6,11 @@
Debian packages and the binary of this software will be created
if you build this source package.
-Files which were removed from the orignal source tarball:
+Files or directories which were removed from the orignal source tarball:
-lib/*.jar
-jar/*.jar
+lib/
+jar/
+javadoc/
test/lib/*.jar
The tarball can be recreated with the command uscan (which is going to call
Modified: trunk/simple-xml/debian/changelog
===================================================================
--- trunk/simple-xml/debian/changelog 2010-02-21 18:18:36 UTC (rev 11670)
+++ trunk/simple-xml/debian/changelog 2010-02-21 18:25:21 UTC (rev 11671)
@@ -1,3 +1,11 @@
+simple-xml (2.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Correct license information in debian/pom.xml
+ * Exclude generated Javadoc from orig-tarball
+
+ -- Fabian Köster <f.koester at tarent.de> Sun, 21 Feb 2010 18:14:37 +0100
+
simple-xml (2.2-1) unstable; urgency=low
* Initial release (Closes: #549566)
Modified: trunk/simple-xml/debian/orig-tar.exclude
===================================================================
--- trunk/simple-xml/debian/orig-tar.exclude 2010-02-21 18:18:36 UTC (rev 11670)
+++ trunk/simple-xml/debian/orig-tar.exclude 2010-02-21 18:25:21 UTC (rev 11671)
@@ -1,2 +1,4 @@
*.jar
jar
+lib
+javadoc
Modified: trunk/simple-xml/debian/orig-tar.sh
===================================================================
--- trunk/simple-xml/debian/orig-tar.sh 2010-02-21 18:18:36 UTC (rev 11670)
+++ trunk/simple-xml/debian/orig-tar.sh 2010-02-21 18:25:21 UTC (rev 11671)
@@ -5,7 +5,7 @@
TAR=../simple-xml_$2.orig.tar.gz
# clean up the upstream tarball
-unzip $3
+tar -x -z -f $3
tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
rm -rf $DIR $3
Modified: trunk/simple-xml/debian/pom.xml
===================================================================
--- trunk/simple-xml/debian/pom.xml 2010-02-21 18:18:36 UTC (rev 11670)
+++ trunk/simple-xml/debian/pom.xml 2010-02-21 18:25:21 UTC (rev 11671)
@@ -4,14 +4,14 @@
<groupId>org.simpleframework</groupId>
<artifactId>simple-xml</artifactId>
<packaging>jar</packaging>
- <version>2.2</version>
+ <version>2.3</version>
<name>Simple XML</name>
<url>http://simple.sourceforge.net</url>
<description>Simple is a high performance XML serialization and configuration framework for Java</description>
<licenses>
<license>
- <name>LGPL</name>
- <url>http://www.gnu.org/licenses/lgpl.txt</url>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
@@ -92,4 +92,3 @@
</repository>
</distributionManagement>
</project>
-
More information about the pkg-java-commits
mailing list