[pkg-java] r10965 - trunk/libswingx-java/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Sun Nov 1 21:30:48 UTC 2009


Author: drazzib
Date: 2009-11-01 21:30:48 +0000 (Sun, 01 Nov 2009)
New Revision: 10965

Added:
   trunk/libswingx-java/debian/README.source
   trunk/libswingx-java/debian/orig-tar.exclude
Removed:
   trunk/libswingx-java/debian/README.Debian-source
Modified:
   trunk/libswingx-java/debian/changelog
   trunk/libswingx-java/debian/compat
   trunk/libswingx-java/debian/control
   trunk/libswingx-java/debian/copyright
   trunk/libswingx-java/debian/orig-tar.sh
   trunk/libswingx-java/debian/rules
Log:
* New upstream release.
* Bump Standards-Version to 3.8.3
  - Change section to "java"
  - Rename debian/README.Debian-source to debian/README.source
* Bump debhelper version to >= 7
* Remove unused Depends on ${shlibs:Depends}
* Default JRE:
  - Build-Depends on default-jdk
  - Use /usr/lib/jvm/default-java as JAVA_HOME
* Add myself to Uploaders
* Use DEP5 format for debian/copyright 

Deleted: trunk/libswingx-java/debian/README.Debian-source
===================================================================
--- trunk/libswingx-java/debian/README.Debian-source	2009-11-01 21:26:13 UTC (rev 10964)
+++ trunk/libswingx-java/debian/README.Debian-source	2009-11-01 21:30:48 UTC (rev 10965)
@@ -1,13 +0,0 @@
-libswingx-java
-==============
-
-The upstream supplied source package contains binary jar files.
-Currently no clean source distribution exists. Therefore, the upstream
-sources were modified to comply with the Debian Free Software
-Guidelines.
-
-Use the rules/get-orig-source target to create the orig.tar.gz.
-For more details on repackaging of upstream sources please see the 
-debian/orig-tar.sh file.
-
--- Varun Hiremath <varunhiremath at gmail.com>  Mon, 27 Aug 2007 19:02:53 +0530

Copied: trunk/libswingx-java/debian/README.source (from rev 10956, trunk/libswingx-java/debian/README.Debian-source)
===================================================================
--- trunk/libswingx-java/debian/README.source	                        (rev 0)
+++ trunk/libswingx-java/debian/README.source	2009-11-01 21:30:48 UTC (rev 10965)
@@ -0,0 +1,13 @@
+libswingx-java
+==============
+
+The upstream supplied source package contains binary jar files.
+Currently no clean source distribution exists. Therefore, the upstream
+sources were modified to comply with the Debian Free Software
+Guidelines.
+
+Use the rules/get-orig-source target to create the orig.tar.gz.
+For more details on repackaging of upstream sources please see the 
+debian/orig-tar.sh file.
+
+-- Varun Hiremath <varunhiremath at gmail.com>  Mon, 27 Aug 2007 19:02:53 +0530

Modified: trunk/libswingx-java/debian/changelog
===================================================================
--- trunk/libswingx-java/debian/changelog	2009-11-01 21:26:13 UTC (rev 10964)
+++ trunk/libswingx-java/debian/changelog	2009-11-01 21:30:48 UTC (rev 10965)
@@ -1,3 +1,19 @@
+libswingx-java (1:1.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version to 3.8.3
+    - Change section to "java"
+    - Rename debian/README.Debian-source to debian/README.source
+  * Bump debhelper version to >= 7
+  * Remove unused Depends on ${shlibs:Depends}
+  * Default JRE:
+    - Build-Depends on default-jdk
+    - Use /usr/lib/jvm/default-java as JAVA_HOME
+  * Add myself to Uploaders
+  * Use DEP5 format for debian/copyright 
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 01 Nov 2009 00:40:37 +0100
+
 libswingx-java (1:0.9.5-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libswingx-java/debian/compat
===================================================================
--- trunk/libswingx-java/debian/compat	2009-11-01 21:26:13 UTC (rev 10964)
+++ trunk/libswingx-java/debian/compat	2009-11-01 21:30:48 UTC (rev 10965)
@@ -1 +1 @@
-5
+7

Modified: trunk/libswingx-java/debian/control
===================================================================
--- trunk/libswingx-java/debian/control	2009-11-01 21:26:13 UTC (rev 10964)
+++ trunk/libswingx-java/debian/control	2009-11-01 21:30:48 UTC (rev 10965)
@@ -1,18 +1,19 @@
 Source: libswingx-java
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), quilt
-Build-Depends-Indep: ant, libbatik-java, openjdk-6-jdk
-Standards-Version: 3.8.0
+Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>,
+ Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), quilt, default-jdk, ant
+Build-Depends-Indep: libbatik-java
+Standards-Version: 3.8.3
 Homepage: https://swingx.dev.java.net/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libswingx-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libswingx-java
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libswingx-java/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libswingx-java/
 
 Package: libswingx-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java5-runtime
+Depends: ${misc:Depends}, default-jre | java5-runtime
 Suggests: java-virtual-machine
 Description: extensions to the Swing GUI toolkit
  This package contains extensions to the Swing GUI toolkit, including new and

Modified: trunk/libswingx-java/debian/copyright
===================================================================
--- trunk/libswingx-java/debian/copyright	2009-11-01 21:26:13 UTC (rev 10964)
+++ trunk/libswingx-java/debian/copyright	2009-11-01 21:30:48 UTC (rev 10965)
@@ -1,19 +1,11 @@
-This package was debianized by Torsten Werner <twerner at debian.org> on
-Sat Apr 21 15:20:16 CEST 2007.
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: SwingX
+Maintainer: SwingLabs SwingX Project
+Source: http://swinglabs.org/downloads.jsp
 
-It was downloaded from
-http://swinglabs.org/hudson/job/SwingX%20Weekly%20Build/lastStableBuild/
-
-Upstream Author: SwingLabs SwingX Project
-
-Copyright (c) 2005-2006 Sun Microsystems, Inc., 4150 Network Circle, Santa
-Clara, California 95054, U.S.A. All rights reserved.  Use is subject
-to license terms below.  Sun, Sun Microsystems and the Sun logo are
-trademarks or registered trademarks of Sun Microsystems, Inc. in the
-U.S. and other countries.
-
-License:
-
+Files: *
+Copyright: Copyright (c) 2005-2006 Sun Microsystems, Inc.
+License: LGPL-2.1+
     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; either
@@ -24,12 +16,12 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
 
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2'.
 
-
-JXTipOfTheDayTest.java is Copyright (c) 2007 L2FProd.com and
-
+Files: src/test/org/jdesktop/swingx/JXTipOfTheDayTest.java
+Copyright: Copyright (c) 2007 L2FProd.com and
+License: Apache-2.0
     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
@@ -42,19 +34,14 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 
-
-The content of the directories src/java/org/jdesktop/swingx/image,
-src/java/org/jdesktop/swingx/graphics, and src/java/org/jdesktop/swingx/geom
-are
-
+Files: src/java/org/jdesktop/swingx/image/*,
+ src/java/org/jdesktop/swingx/graphics/*,
+ src/java/org/jdesktop/swingx/geom/Star2D.java
+Copyright: Copyright 2005 Sun Microsystems, Inc.
+Copyright: Copyright (c) 2006 Romain Guy <romain.guy at mac.com>
+License: LPGL-2.1, BSD
     Dual-licensed under LGPL (Sun and Romain Guy) and BSD (Romain Guy).
 
-    Copyright 2005 Sun Microsystems, Inc., 4150 Network Circle,
-    Santa Clara, California 95054, U.S.A. All rights reserved.
-
-    Copyright (c) 2006 Romain Guy <romain.guy at mac.com>
-    All rights reserved.
-
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions
     are met:
@@ -77,7 +64,10 @@
     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+Files: debian/*
+Copyright: Copyright 2007, Torsten Werner <twerner at debian.org>
+Copyright: Copyright 2009, Damien Raude-Morvan <drazzib at debian.org>
+Licence: GPL-2+
+ Debian packaging is licensed under the GPL version 2 (or later),
+ see `/usr/share/common-licenses/GPL-2'.
 
-The Debian packaging is (C) 2007, Torsten Werner <twerner at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
-

Added: trunk/libswingx-java/debian/orig-tar.exclude
===================================================================
--- trunk/libswingx-java/debian/orig-tar.exclude	                        (rev 0)
+++ trunk/libswingx-java/debian/orig-tar.exclude	2009-11-01 21:30:48 UTC (rev 10965)
@@ -0,0 +1,2 @@
+*.jar
+lib/*

Modified: trunk/libswingx-java/debian/orig-tar.sh
===================================================================
--- trunk/libswingx-java/debian/orig-tar.sh	2009-11-01 21:26:13 UTC (rev 10964)
+++ trunk/libswingx-java/debian/orig-tar.sh	2009-11-01 21:30:48 UTC (rev 10965)
@@ -7,7 +7,7 @@
 
 # clean up and repackage the upstream zip file
 unzip $3
-tar -c -z -f $TAR --exclude '*.jar' $DIR
+tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
 rm -rf $DIR $3
 
 # move to directory 'tarballs'

Modified: trunk/libswingx-java/debian/rules
===================================================================
--- trunk/libswingx-java/debian/rules	2009-11-01 21:26:13 UTC (rev 10964)
+++ trunk/libswingx-java/debian/rules	2009-11-01 21:30:48 UTC (rev 10965)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-JAVA_HOME		:= /usr/lib/jvm/java-6-openjdk
+JAVA_HOME		:= /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE	:= debian/build.xml
 
 # it was batik.jar up to version 1.6 and is is now batik-all.jar




More information about the pkg-java-commits mailing list