[pkg-java] r11425 - trunk/simple-xml/debian

Fabian Köster maestro_alubia-guest at alioth.debian.org
Tue Jan 26 13:34:34 UTC 2010


Author: maestro_alubia-guest
Date: 2010-01-26 13:34:33 +0000 (Tue, 26 Jan 2010)
New Revision: 11425

Modified:
   trunk/simple-xml/debian/changelog
   trunk/simple-xml/debian/control
   trunk/simple-xml/debian/copyright
   trunk/simple-xml/debian/orig-tar.exclude
   trunk/simple-xml/debian/orig-tar.sh
   trunk/simple-xml/debian/pom.xml
   trunk/simple-xml/debian/rules
Log:
* New simple-xml upstream version (2.2)
* Upstream License changed from LGPL to Apache
* Debian Uploader email changed 



Modified: trunk/simple-xml/debian/changelog
===================================================================
--- trunk/simple-xml/debian/changelog	2010-01-25 21:32:24 UTC (rev 11424)
+++ trunk/simple-xml/debian/changelog	2010-01-26 13:34:33 UTC (rev 11425)
@@ -1,5 +1,5 @@
-simple-xml (2.1.8-1) unstable; urgency=low
+simple-xml (2.2-1) unstable; urgency=low
 
   * Initial release (Closes: #549566)
 
- -- Fabian Köster <koesterreich at gmx.net>  Sun, 04 Oct 2009 17:43:51 +0200
+ -- Fabian Köster <f.koester at tarent.de>  Tue, 26 Jan 2010 13:54:18 +0100

Modified: trunk/simple-xml/debian/control
===================================================================
--- trunk/simple-xml/debian/control	2010-01-25 21:32:24 UTC (rev 11424)
+++ trunk/simple-xml/debian/control	2010-01-26 13:34:33 UTC (rev 11425)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Fabian Köster <koesterreich at gmx.net>
+Uploaders: Fabian Köster <f.koester at tarent.de>
 Build-Depends: ant, debhelper (>= 7), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper
 Standards-Version: 3.8.3

Modified: trunk/simple-xml/debian/copyright
===================================================================
--- trunk/simple-xml/debian/copyright	2010-01-25 21:32:24 UTC (rev 11424)
+++ trunk/simple-xml/debian/copyright	2010-01-26 13:34:33 UTC (rev 11425)
@@ -1,4 +1,4 @@
-This package was debianized by Fabian Köster <koesterreich at gmx.net> on
+This package was debianized by Fabian Köster <f.koester at tarent.de> on
 Sun, 04 Oct 2009 17:43:51 +0200.
 
 It was downloaded from <http://simple.sourceforge.net/>.
@@ -9,29 +9,28 @@
 
 Copyright:
 
-    Copyright (C) 2005-2009, Niall Gallagher <niallg at users.sf.net>
+    Copyright (C) 2005-2010, Niall Gallagher <niallg at users.sf.net>
 
 License:
 
-    This package is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation.
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
 
-    This package is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
+       http://www.apache.org/licenses/LICENSE-2.0
 
-    You should have received a copy of the GNU Lesser General Public
-    License along with this package; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+On Debian systems, the complete text of the Apache version 2.0 license
+can be found in `/usr/share/common-licenses/Apache-2.0'.
 
 The Debian packaging is:
 
-    Copyright (C) 2009 Fabian Köster <koesterreich at gmx.net>
+    Copyright (C) 2009 Fabian Köster <f.koester at tarent.de>
 
 and is licensed under the GPL version 3, 
 see `/usr/share/common-licenses/GPL-3'.

Modified: trunk/simple-xml/debian/orig-tar.exclude
===================================================================
--- trunk/simple-xml/debian/orig-tar.exclude	2010-01-25 21:32:24 UTC (rev 11424)
+++ trunk/simple-xml/debian/orig-tar.exclude	2010-01-26 13:34:33 UTC (rev 11425)
@@ -1 +1,2 @@
 *.jar
+jar

Modified: trunk/simple-xml/debian/orig-tar.sh
===================================================================
--- trunk/simple-xml/debian/orig-tar.sh	2010-01-25 21:32:24 UTC (rev 11424)
+++ trunk/simple-xml/debian/orig-tar.sh	2010-01-26 13:34:33 UTC (rev 11425)
@@ -5,7 +5,7 @@
 TAR=../simple-xml_$2.orig.tar.gz
 
 # clean up the upstream tarball
-tar zxvf $3
+unzip $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-01-25 21:32:24 UTC (rev 11424)
+++ trunk/simple-xml/debian/pom.xml	2010-01-26 13:34:33 UTC (rev 11425)
@@ -4,7 +4,7 @@
   <groupId>org.simpleframework</groupId>
   <artifactId>simple-xml</artifactId>
   <packaging>jar</packaging>
-  <version>2.1.8</version>
+  <version>2.2</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>

Modified: trunk/simple-xml/debian/rules
===================================================================
--- trunk/simple-xml/debian/rules	2010-01-25 21:32:24 UTC (rev 11424)
+++ trunk/simple-xml/debian/rules	2010-01-26 13:34:33 UTC (rev 11425)
@@ -16,5 +16,5 @@
 	mh_installjar -plib$(PACKAGE)-java -l debian/pom.xml jar/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar
 
 clean::
-	rm -rf jar api build
+	rm -rf api build
 	-rm -rf debian/tmp




More information about the pkg-java-commits mailing list