[pkg-java] r14665 - in trunk/libjgoodies-forms-java/debian: . source
Torsten Werner
twerner at alioth.debian.org
Fri Sep 2 20:15:39 UTC 2011
Author: twerner
Date: 2011-09-02 20:15:39 +0000 (Fri, 02 Sep 2011)
New Revision: 14665
Added:
trunk/libjgoodies-forms-java/debian/source/
trunk/libjgoodies-forms-java/debian/source/format
Modified:
trunk/libjgoodies-forms-java/debian/changelog
trunk/libjgoodies-forms-java/debian/control
trunk/libjgoodies-forms-java/debian/copyright
Log:
* Team upload.
* Remove Java runtime from Depends.
* Switch to source format 3.0.
* Update Standards-Version: 3.9.1.
* Copy the full BSD license text into debian/copyright.
Modified: trunk/libjgoodies-forms-java/debian/changelog
===================================================================
--- trunk/libjgoodies-forms-java/debian/changelog 2011-09-02 18:38:49 UTC (rev 14664)
+++ trunk/libjgoodies-forms-java/debian/changelog 2011-09-02 20:15:39 UTC (rev 14665)
@@ -1,3 +1,13 @@
+libjgoodies-forms-java (1.3.0-2) unstable; urgency=low
+
+ * Team upload.
+ * Remove Java runtime from Depends.
+ * Switch to source format 3.0.
+ * Update Standards-Version: 3.9.1.
+ * Copy the full BSD license text into debian/copyright.
+
+ -- Torsten Werner <twerner at debian.org> Fri, 02 Sep 2011 22:12:45 +0200
+
libjgoodies-forms-java (1.3.0-1) unstable; urgency=low
* New upstream release
Modified: trunk/libjgoodies-forms-java/debian/control
===================================================================
--- trunk/libjgoodies-forms-java/debian/control 2011-09-02 18:38:49 UTC (rev 14664)
+++ trunk/libjgoodies-forms-java/debian/control 2011-09-02 20:15:39 UTC (rev 14665)
@@ -5,14 +5,14 @@
Uploaders: Eric Lavarde <deb at zorglub.s.bawue.de>, Michael Koch <konqueror at gmx.de>, Varun Hiremath <varun at debian.org>
Build-Depends: debhelper (>= 7), cdbs
Build-Depends-Indep: default-jdk, ant, antlr, default-jdk-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
Homepage: http://www.jgoodies.com/freeware/forms/
Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libjgoodies-forms-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgoodies-forms-java/
Package: libjgoodies-forms-java
Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
+Depends: ${misc:Depends}
Suggests: libjgoodies-forms-java-doc
Provides: libforms-java
Replaces: libforms-java
Modified: trunk/libjgoodies-forms-java/debian/copyright
===================================================================
--- trunk/libjgoodies-forms-java/debian/copyright 2011-09-02 18:38:49 UTC (rev 14664)
+++ trunk/libjgoodies-forms-java/debian/copyright 2011-09-02 20:15:39 UTC (rev 14665)
@@ -5,24 +5,32 @@
Upstream Author: Karsten Lentzsch <karsten at dev.java.net>
-Copyright: (C) 2005-2008 Karsten Lentzsch <karsten at dev.java.net>
+Copyright: (C) 2002-2009 Karsten Lentzsch <karsten at dev.java.net>
-License:
+License: (BSD)
- Redistribution and use in source and binary forms, with or without
- modification, are permitted under the terms of the BSD License.
+Redistribution and use in source and binary forms, with or without
+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.
-
-On Debian systems, the complete text of the BSD License can be
-found in `/usr/share/common-licenses/BSD'.
+ o Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ o 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.
+
+ o Neither the name of JGoodies Karsten Lentzsch nor the names of
+ its contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+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.
Added: trunk/libjgoodies-forms-java/debian/source/format
===================================================================
--- trunk/libjgoodies-forms-java/debian/source/format (rev 0)
+++ trunk/libjgoodies-forms-java/debian/source/format 2011-09-02 20:15:39 UTC (rev 14665)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list