[pkg-java] r14554 - in trunk/substance/debian: . source

Torsten Werner twerner at alioth.debian.org
Mon Aug 29 12:45:16 UTC 2011


Author: twerner
Date: 2011-08-29 12:45:16 +0000 (Mon, 29 Aug 2011)
New Revision: 14554

Added:
   trunk/substance/debian/source/
   trunk/substance/debian/source/format
Modified:
   trunk/substance/debian/changelog
   trunk/substance/debian/control
   trunk/substance/debian/copyright
   trunk/substance/debian/rules
Log:
* Switch to source format 3.0.
* Update Standards-Version: 3.9.1.
* Remove Java runtime from Depends.
* Add the full BSD license text to debian/copyright instead of referencing
  common-licenses.

Modified: trunk/substance/debian/changelog
===================================================================
--- trunk/substance/debian/changelog	2011-08-29 12:35:33 UTC (rev 14553)
+++ trunk/substance/debian/changelog	2011-08-29 12:45:16 UTC (rev 14554)
@@ -2,8 +2,13 @@
 
   UNRELEASED
   * Change maintainers into Maintainers.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.9.1.
+  * Remove Java runtime from Depends.
+  * Add the full BSD license text to debian/copyright instead of referencing
+    common-licenses.
 
- -- Torsten Werner <twerner at debian.org>  Sun, 11 Apr 2010 11:04:21 +0200
+ -- Torsten Werner <twerner at debian.org>  Mon, 29 Aug 2011 14:42:35 +0200
 
 substance (5.3-1) unstable; urgency=low
 

Modified: trunk/substance/debian/control
===================================================================
--- trunk/substance/debian/control	2011-08-29 12:35:33 UTC (rev 14553)
+++ trunk/substance/debian/control	2011-08-29 12:45:16 UTC (rev 14554)
@@ -4,17 +4,17 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>, Varun Hiremath <varun at debian.org>,
  Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: ant, cdbs, debhelper (>= 7), quilt, default-jdk,
+Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk,
  liblaf-plugin-java, liblaf-widget-java (>= 4.3), libasm2-java,
  libswingx-java, libjgoodies-forms-java
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: https://substance.dev.java.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/substance/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/substance/
 
 Package: substance
 Architecture: all
-Depends: ${misc:Depends}, default-jre | java6-runtime
+Depends: ${misc:Depends}
 Description: cross-platform look & feel for Swing applications
  The goal of this project is to provide a configurable and
  customizable production-quality Java look and feel library for Swing

Modified: trunk/substance/debian/copyright
===================================================================
--- trunk/substance/debian/copyright	2011-08-29 12:35:33 UTC (rev 14553)
+++ trunk/substance/debian/copyright	2011-08-29 12:45:16 UTC (rev 14554)
@@ -17,22 +17,28 @@
     Substance and JGoodies (files in src/contrib/com/jgoodies/) are released under BSD license.
 
     Redistribution and use in source and binary forms, with or without
-    modification, are permitted under the terms of the BSD License.
+    modification, are permitted provided that the following conditions are met:
 
-    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-    SUCH DAMAGE.
+        * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+        * Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+        * Neither the name of the Kirill Grouchnikov and contributors nor
+    the names of its contributors may be used to endorse or promote products
+    derived from this software without specific prior written permission.
 
-    On Debian systems, the complete text of the BSD License can be 
-    found in `/usr/share/common-licenses/BSD'.
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+    TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+    PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+    BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+    THE POSSIBILITY OF SUCH DAMAGE.
 
 ------
 Quaqua Look And Feel

Modified: trunk/substance/debian/rules
===================================================================
--- trunk/substance/debian/rules	2011-08-29 12:35:33 UTC (rev 14553)
+++ trunk/substance/debian/rules	2011-08-29 12:45:16 UTC (rev 14554)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 JAVA_HOME              	:= /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET 	:= all javadoc

Added: trunk/substance/debian/source/format
===================================================================
--- trunk/substance/debian/source/format	                        (rev 0)
+++ trunk/substance/debian/source/format	2011-08-29 12:45:16 UTC (rev 14554)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list