[pkg-java] r13389 - in tags/libswingx-java: . 1:1.6.2-1/debian 1:1.6.2-1/debian/patches
Damien Raude-Morvan
drazzib at alioth.debian.org
Sat Mar 5 23:33:25 UTC 2011
Author: drazzib
Date: 2011-03-05 23:33:24 +0000 (Sat, 05 Mar 2011)
New Revision: 13389
Added:
tags/libswingx-java/1:1.6.2-1/
tags/libswingx-java/1:1.6.2-1/debian/README.source
tags/libswingx-java/1:1.6.2-1/debian/changelog
tags/libswingx-java/1:1.6.2-1/debian/control
tags/libswingx-java/1:1.6.2-1/debian/copyright
tags/libswingx-java/1:1.6.2-1/debian/libswingx-java-doc.install
tags/libswingx-java/1:1.6.2-1/debian/libswingx-java.links
tags/libswingx-java/1:1.6.2-1/debian/libswingx-java.poms
tags/libswingx-java/1:1.6.2-1/debian/maven.ignoreRules
tags/libswingx-java/1:1.6.2-1/debian/maven.properties
tags/libswingx-java/1:1.6.2-1/debian/maven.rules
tags/libswingx-java/1:1.6.2-1/debian/orig-tar.sh
tags/libswingx-java/1:1.6.2-1/debian/rules
tags/libswingx-java/1:1.6.2-1/debian/watch
Removed:
tags/libswingx-java/1:1.6.2-1/debian/README.source
tags/libswingx-java/1:1.6.2-1/debian/build.properties
tags/libswingx-java/1:1.6.2-1/debian/build.xml
tags/libswingx-java/1:1.6.2-1/debian/changelog
tags/libswingx-java/1:1.6.2-1/debian/control
tags/libswingx-java/1:1.6.2-1/debian/copyright
tags/libswingx-java/1:1.6.2-1/debian/libswingx-java-doc.install
tags/libswingx-java/1:1.6.2-1/debian/libswingx-java.poms
tags/libswingx-java/1:1.6.2-1/debian/maven.rules
tags/libswingx-java/1:1.6.2-1/debian/orig-tar.sh
tags/libswingx-java/1:1.6.2-1/debian/patches/pom.diff
tags/libswingx-java/1:1.6.2-1/debian/patches/series
tags/libswingx-java/1:1.6.2-1/debian/rules
tags/libswingx-java/1:1.6.2-1/debian/watch
Log:
[svn-buildpackage] Tagging libswingx-java 1:1.6.2-1
Deleted: tags/libswingx-java/1:1.6.2-1/debian/README.source
===================================================================
--- trunk/libswingx-java/debian/README.source 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/README.source 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1,13 +0,0 @@
-Orig tarball repack
-===================
-
-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: tags/libswingx-java/1:1.6.2-1/debian/README.source (from rev 13388, trunk/libswingx-java/debian/README.source)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/README.source (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/README.source 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1,19 @@
+Orig tarball repack
+===================
+
+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.
+
+Maven build system
+==================
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.
+
Deleted: tags/libswingx-java/1:1.6.2-1/debian/build.properties
===================================================================
--- trunk/libswingx-java/debian/build.properties 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/build.properties 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1,6 +0,0 @@
-javadoc.dir=build/api
-maven.test.skip=true
-build.javaVersion=1.5
-classpath.compile = \
- /usr/share/java/batik-all.jar:\
- ${basedir}/swingx-core/build/swingx-core-${version}.jar
Deleted: tags/libswingx-java/1:1.6.2-1/debian/build.xml
===================================================================
--- trunk/libswingx-java/debian/build.xml 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/build.xml 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1,49 +0,0 @@
-<project name="swingx" basedir=".." default="build">
-
- <property file="debian/build.properties"/>
- <property name="maven.build" value="/usr/share/maven-ant-helper/maven-build.xml"/>
- <property file="/usr/share/maven-ant-helper/maven-defaults.properties"/>
-
- <macrodef name="cleanmodule">
- <attribute name="dir"/>
- <sequential>
- <ant target="clean" antfile="${maven.build}" dir="@{dir}">
- <property name="debian.dir" location="debian" />
- <property name="project.dir" value="@{dir}" />
- </ant>
- </sequential>
- </macrodef>
-
- <macrodef name="packagemodule">
- <attribute name="dir"/>
- <attribute name="src"/>
- <sequential>
- <ant target="package" antfile="${maven.build}" dir="@{dir}">
- <property name="debian.dir" location="debian" />
- <property name="project.dir" value="@{dir}" />
- <property name="build.sourceDirectory" value="@{src}"/>
- </ant>
- </sequential>
- </macrodef>
-
-
- <target name="clean">
- <delete dir="build"/>
- <cleanmodule dir="swingx-core"/>
- <cleanmodule dir="swingx-beaninfo"/>
- </target>
-
- <target name="package">
- <packagemodule dir="swingx-core" src="../src/java/"/>
- <packagemodule dir="swingx-beaninfo" src="../src/beaninfo/"/>
- </target>
-
- <target name="javadoc">
- <javadoc destdir="${javadoc.dir}">
- <packageset dir="src/java/"/>
- <packageset dir="src/beaninfo/"/>
- </javadoc>
- </target>
-
-
-</project>
Deleted: tags/libswingx-java/1:1.6.2-1/debian/changelog
===================================================================
--- trunk/libswingx-java/debian/changelog 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/changelog 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1,111 +0,0 @@
-libswingx-java (1:1.6.1-1) unstable; urgency=low
-
- * New upstream release.
- * Switch to 3.0 (quilt) format.
- * Bump Standards-Version to 3.9.1: no changes needed.
- * Drop Depends on JRE: not requested anymore by new Java Policy.
-
- -- Damien Raude-Morvan <drazzib at debian.org> Mon, 26 Jul 2010 12:11:27 +0200
-
-libswingx-java (1:1.6-1) unstable; urgency=low
-
- * New upstream release.
- - remove debian/patches/swingworker.diff (merged upstream)
- - update debian/patches/pom.diff
- * Depends on java6-runtime-headless as we build java6 bytecode
-
- -- Damien Raude-Morvan <drazzib at debian.org> Wed, 30 Dec 2009 21:58:46 +0100
-
-libswingx-java (1:1.0-1) unstable; urgency=low
-
- * New upstream release.
- * New "libswingx-java-doc" package:
- - contains API javadoc documentation
- * Bump Standards-Version to 3.8.3
- - Change section to "java"
- - Rename debian/README.Debian-source to debian/README.source
- - Describe quilt patch system in 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
- * Maven POMs:
- - Add a Build-Depends-Indep dependency on maven-repo-helper
- - Use mh_installpoms and mh_installjar to install the POM and the jar to the
- Maven repository
- - Remove unneeded dependencies in pom.diff patch
- * Maven ant helper (build system):
- - Add a Build-Depends dependency on maven-ant-helper
- - Update debian/build.xml to use /usr/share/maven-ant-helper/maven-build.xml
- - Build classpath is now defined in debian/build.properties
-
- -- Damien Raude-Morvan <drazzib at debian.org> Mon, 02 Nov 2009 00:17:00 +0100
-
-libswingx-java (1:0.9.5-1) unstable; urgency=low
-
- * New upstream release
-
- -- Torsten Werner <twerner at debian.org> Tue, 17 Feb 2009 21:22:38 +0100
-
-libswingx-java (1:0.9.4-1) experimental; urgency=low
-
- * New upstream release
- * Move package to main because batik is in main now.
- * Build with source=target=1.5 and change Depends accordingly.
-
- -- Torsten Werner <twerner at debian.org> Sun, 09 Nov 2008 19:51:21 +0100
-
-libswingx-java (1:0.9.3-2) unstable; urgency=low
-
- * Switch to OpenJDK for building the package.
-
- -- Torsten Werner <twerner at debian.org> Mon, 11 Aug 2008 21:03:43 +0200
-
-libswingx-java (1:0.9.3-1) unstable; urgency=low
-
- * New upstream release
- * Bump Standards-Version to 3.8.0
-
- -- Varun Hiremath <varun at debian.org> Tue, 08 Jul 2008 19:32:43 +0530
-
-libswingx-java (1:0.9.2-1) unstable; urgency=low
-
- * new upstream release
-
- -- Torsten Werner <twerner at debian.org> Sat, 08 Mar 2008 16:18:24 +0100
-
-libswingx-java (1:0.9.1-1) unstable; urgency=low
-
- [ Torsten Werner ]
- * New upstream release
- * Change Standards-Version: 3.7.3.
-
- [ Varun Hiremath ]
- * debian/rules: install versioned jar and create symlink
-
- -- Varun Hiremath <varun at debian.org> Mon, 17 Dec 2007 03:12:34 +0530
-
-libswingx-java (20070722-2) unstable; urgency=low
-
- * Include the *.properties files and images in the jars.
- * debian/control: Add XS-Vcs-{Svn,Browser} headers.
- * Add debian/README.Debian-source file.
-
- -- Varun Hiremath <varunhiremath at gmail.com> Wed, 08 Aug 2007 00:20:45 +0530
-
-libswingx-java (20070722-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Add myself to Uploaders
- * Update patches/swingworker.diff patch file.
-
- -- Varun Hiremath <varunhiremath at gmail.com> Sat, 04 Aug 2007 00:54:49 +0530
-
-libswingx-java (20070513-1) unstable; urgency=low
-
- * Initial release (Closes: #420344)
-
- -- Torsten Werner <twerner at debian.org> Sat, 21 Apr 2007 14:39:02 +0200
Copied: tags/libswingx-java/1:1.6.2-1/debian/changelog (from rev 13388, trunk/libswingx-java/debian/changelog)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/changelog (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/changelog 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1,124 @@
+libswingx-java (1:1.6.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Switch to maven as build system:
+ - d/control: drop ant, add maven-debian-helper
+ - d/rules: use maven.mk
+ * d/patches/pom.diff: drop, uneeded since upstream fixed its dependencies.
+ * d/watch: update to use java.net directly.
+ * d/rules: force debian version for JARs (Closes: #603495).
+ * d/copyright: Update to lastest DEP-5 r166.
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Sun, 06 Mar 2011 00:28:45 +0100
+
+libswingx-java (1:1.6.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Switch to 3.0 (quilt) format.
+ * Bump Standards-Version to 3.9.1: no changes needed.
+ * Drop Depends on JRE: not requested anymore by new Java Policy.
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Mon, 26 Jul 2010 12:11:27 +0200
+
+libswingx-java (1:1.6-1) unstable; urgency=low
+
+ * New upstream release.
+ - remove debian/patches/swingworker.diff (merged upstream)
+ - update debian/patches/pom.diff
+ * Depends on java6-runtime-headless as we build java6 bytecode
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Wed, 30 Dec 2009 21:58:46 +0100
+
+libswingx-java (1:1.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * New "libswingx-java-doc" package:
+ - contains API javadoc documentation
+ * Bump Standards-Version to 3.8.3
+ - Change section to "java"
+ - Rename debian/README.Debian-source to debian/README.source
+ - Describe quilt patch system in 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
+ * Maven POMs:
+ - Add a Build-Depends-Indep dependency on maven-repo-helper
+ - Use mh_installpoms and mh_installjar to install the POM and the jar to the
+ Maven repository
+ - Remove unneeded dependencies in pom.diff patch
+ * Maven ant helper (build system):
+ - Add a Build-Depends dependency on maven-ant-helper
+ - Update debian/build.xml to use /usr/share/maven-ant-helper/maven-build.xml
+ - Build classpath is now defined in debian/build.properties
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Mon, 02 Nov 2009 00:17:00 +0100
+
+libswingx-java (1:0.9.5-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Torsten Werner <twerner at debian.org> Tue, 17 Feb 2009 21:22:38 +0100
+
+libswingx-java (1:0.9.4-1) experimental; urgency=low
+
+ * New upstream release
+ * Move package to main because batik is in main now.
+ * Build with source=target=1.5 and change Depends accordingly.
+
+ -- Torsten Werner <twerner at debian.org> Sun, 09 Nov 2008 19:51:21 +0100
+
+libswingx-java (1:0.9.3-2) unstable; urgency=low
+
+ * Switch to OpenJDK for building the package.
+
+ -- Torsten Werner <twerner at debian.org> Mon, 11 Aug 2008 21:03:43 +0200
+
+libswingx-java (1:0.9.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Bump Standards-Version to 3.8.0
+
+ -- Varun Hiremath <varun at debian.org> Tue, 08 Jul 2008 19:32:43 +0530
+
+libswingx-java (1:0.9.2-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Torsten Werner <twerner at debian.org> Sat, 08 Mar 2008 16:18:24 +0100
+
+libswingx-java (1:0.9.1-1) unstable; urgency=low
+
+ [ Torsten Werner ]
+ * New upstream release
+ * Change Standards-Version: 3.7.3.
+
+ [ Varun Hiremath ]
+ * debian/rules: install versioned jar and create symlink
+
+ -- Varun Hiremath <varun at debian.org> Mon, 17 Dec 2007 03:12:34 +0530
+
+libswingx-java (20070722-2) unstable; urgency=low
+
+ * Include the *.properties files and images in the jars.
+ * debian/control: Add XS-Vcs-{Svn,Browser} headers.
+ * Add debian/README.Debian-source file.
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Wed, 08 Aug 2007 00:20:45 +0530
+
+libswingx-java (20070722-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/control: Add myself to Uploaders
+ * Update patches/swingworker.diff patch file.
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Sat, 04 Aug 2007 00:54:49 +0530
+
+libswingx-java (20070513-1) unstable; urgency=low
+
+ * Initial release (Closes: #420344)
+
+ -- Torsten Werner <twerner at debian.org> Sat, 21 Apr 2007 14:39:02 +0200
Deleted: tags/libswingx-java/1:1.6.2-1/debian/control
===================================================================
--- trunk/libswingx-java/debian/control 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/control 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1,58 +0,0 @@
-Source: libswingx-java
-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>,
- Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant, maven-ant-helper
-Build-Depends-Indep: libbatik-java, maven-repo-helper
-Standards-Version: 3.9.1
-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/
-
-Package: libswingx-java
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: libbatik-java
-Description: extensions to the Swing GUI toolkit
- This package contains extensions to the Swing GUI toolkit, including new and
- enhanced components that provide functionality commonly required by rich
- client applications. Highlights include:
- - Sorting, filtering, highlighting for tables, trees, and lists
- - Find/search
- - Auto-completion
- - Login/authentication framework
- - TreeTable component
- - Collapsible panel component
- - Date picker component
- - Tip-of-the-Day component
- .
- Many of these features will eventually be incorporated into the Swing toolkit,
- although API compatibility will not be guaranteed. The SwingX project focuses
- exclusively on the raw components themselves.
-
-Package: libswingx-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libswingx-java
-Description: extensions to the Swing GUI toolkit - documentation
- This package contains extensions to the Swing GUI toolkit, including new and
- enhanced components that provide functionality commonly required by rich
- client applications. Highlights include:
- - Sorting, filtering, highlighting for tables, trees, and lists
- - Find/search
- - Auto-completion
- - Login/authentication framework
- - TreeTable component
- - Collapsible panel component
- - Date picker component
- - Tip-of-the-Day component
- .
- Many of these features will eventually be incorporated into the Swing toolkit,
- although API compatibility will not be guaranteed. The SwingX project focuses
- exclusively on the raw components themselves.
- .
- This package contains API documentation (Javadoc) of SwingX GUI Toolkit.
-
Copied: tags/libswingx-java/1:1.6.2-1/debian/control (from rev 13388, trunk/libswingx-java/debian/control)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/control (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/control 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1,59 @@
+Source: libswingx-java
+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>,
+ Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper (>= 1.4)
+Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java, libjhlabs-filters-java
+Standards-Version: 3.9.1
+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/
+
+Package: libswingx-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libswingx-java-doc
+Description: extensions to the Swing GUI toolkit
+ This package contains extensions to the Swing GUI toolkit, including new and
+ enhanced components that provide functionality commonly required by rich
+ client applications. Highlights include:
+ - Sorting, filtering, highlighting for tables, trees, and lists
+ - Find/search
+ - Auto-completion
+ - Login/authentication framework
+ - TreeTable component
+ - Collapsible panel component
+ - Date picker component
+ - Tip-of-the-Day component
+ .
+ Many of these features will eventually be incorporated into the Swing toolkit,
+ although API compatibility will not be guaranteed. The SwingX project focuses
+ exclusively on the raw components themselves.
+
+Package: libswingx-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Description: extensions to the Swing GUI toolkit - documentation
+ This package contains extensions to the Swing GUI toolkit, including new and
+ enhanced components that provide functionality commonly required by rich
+ client applications. Highlights include:
+ - Sorting, filtering, highlighting for tables, trees, and lists
+ - Find/search
+ - Auto-completion
+ - Login/authentication framework
+ - TreeTable component
+ - Collapsible panel component
+ - Date picker component
+ - Tip-of-the-Day component
+ .
+ Many of these features will eventually be incorporated into the Swing toolkit,
+ although API compatibility will not be guaranteed. The SwingX project focuses
+ exclusively on the raw components themselves.
+ .
+ This package contains API documentation (Javadoc) of SwingX GUI Toolkit.
+
Deleted: tags/libswingx-java/1:1.6.2-1/debian/copyright
===================================================================
--- trunk/libswingx-java/debian/copyright 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/copyright 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1,73 +0,0 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: SwingX
-Maintainer: SwingLabs SwingX Project
-Source: http://swinglabs.org/downloads.jsp
-
-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
- version 2 of the License, or (at your option) any later version.
-
- 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.
-
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/LGPL-2'.
-
-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
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- 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.
-
-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).
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
-
-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'.
-
Copied: tags/libswingx-java/1:1.6.2-1/debian/copyright (from rev 13388, trunk/libswingx-java/debian/copyright)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/copyright (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/copyright 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1,73 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: SwingX
+Upstream-Contact: SwingLabs SwingX Project
+Source: http://swinglabs.org/downloads.jsp
+
+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
+ version 2 of the License, or (at your option) any later version.
+ .
+ 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.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2'.
+
+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
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ 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.
+
+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+ or BSD
+ Dual-licensed under LGPL (Sun and Romain Guy) and BSD (Romain Guy).
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+
+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'.
+
Deleted: tags/libswingx-java/1:1.6.2-1/debian/libswingx-java-doc.install
===================================================================
--- trunk/libswingx-java/debian/libswingx-java-doc.install 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/libswingx-java-doc.install 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1 +0,0 @@
-build/api /usr/share/doc/libswingx-java/
Copied: tags/libswingx-java/1:1.6.2-1/debian/libswingx-java-doc.install (from rev 13388, trunk/libswingx-java/debian/libswingx-java-doc.install)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/libswingx-java-doc.install (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/libswingx-java-doc.install 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1,2 @@
+target/site/apidocs/* usr/share/doc/libswingx-java/api
+
Copied: tags/libswingx-java/1:1.6.2-1/debian/libswingx-java.links (from rev 13388, trunk/libswingx-java/debian/libswingx-java.links)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/libswingx-java.links (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/libswingx-java.links 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1 @@
+/usr/share/java/swingx-core.jar /usr/share/java/swingx.jar
Deleted: tags/libswingx-java/1:1.6.2-1/debian/libswingx-java.poms
===================================================================
--- trunk/libswingx-java/debian/libswingx-java.poms 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/libswingx-java.poms 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1,3 +0,0 @@
-pom.xml --no-parent
-swingx-core/pom.xml --no-parent
-swingx-beaninfo/pom.xml --no-parent
Copied: tags/libswingx-java/1:1.6.2-1/debian/libswingx-java.poms (from rev 13388, trunk/libswingx-java/debian/libswingx-java.poms)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/libswingx-java.poms (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/libswingx-java.poms 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1,3 @@
+pom.xml --no-parent
+swingx-core/pom.xml
+swingx-beaninfo/pom.xml
Copied: tags/libswingx-java/1:1.6.2-1/debian/maven.ignoreRules (from rev 13388, trunk/libswingx-java/debian/maven.ignoreRules)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/maven.ignoreRules (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/maven.ignoreRules 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1,4 @@
+junit junit * * * *
+net.sf.jmd maven-crap4j-plugin * * * *
+org.apache.maven.plugins maven-surefire-plugin * * * *
+org.codehaus.mojo emma-maven-plugin * * * *
Copied: tags/libswingx-java/1:1.6.2-1/debian/maven.properties (from rev 13388, trunk/libswingx-java/debian/maven.properties)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/maven.properties (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/maven.properties 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1 @@
+maven.test.skip=true
Deleted: tags/libswingx-java/1:1.6.2-1/debian/maven.rules
===================================================================
--- trunk/libswingx-java/debian/maven.rules 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/maven.rules 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1,4 +0,0 @@
-commons-collections commons-collections jar s/3\..*/3.x/
-junit junit jar s/3\..*/3.x/
-jmock jmock jar s/.*/1.x/
-
Copied: tags/libswingx-java/1:1.6.2-1/debian/maven.rules (from rev 13388, trunk/libswingx-java/debian/maven.rules)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/maven.rules (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/maven.rules 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1,6 @@
+commons-collections commons-collections jar s/3\..*/3.x/ * *
+junit junit jar s/3\..*/3.x/ * *
+jmock jmock jar s/.*/1.x/ * *
+org.swinglabs swingx-beaninfo jar s/1\..*/1.x/ * *
+org.swinglabs swingx-core jar s/1\..*/1.x/ * *
+org.swinglabs swingx-project pom s/1\..*/1.x/ * *
Deleted: tags/libswingx-java/1:1.6.2-1/debian/orig-tar.sh
===================================================================
--- trunk/libswingx-java/debian/orig-tar.sh 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/orig-tar.sh 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1,20 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-
-TAR=../libswingx-java_$2.orig.tar.gz
-DIR=swingx-$2-src
-
-# clean up and repackage the upstream zip file
-unzip $3
-tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
-rm -rf $DIR $3
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $TAR $origDir
- echo "moved $TAR to $origDir"
-fi
-
-exit 0
Copied: tags/libswingx-java/1:1.6.2-1/debian/orig-tar.sh (from rev 13388, trunk/libswingx-java/debian/orig-tar.sh)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/orig-tar.sh (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/orig-tar.sh 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1,20 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+
+TAR=../libswingx-java_$2.orig.tar.gz
+DIR=swingx-$2-sources
+
+# clean up and repackage the upstream zip file
+unzip $3
+tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
+rm -rf $DIR $3
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $TAR $origDir
+ echo "moved $TAR to $origDir"
+fi
+
+exit 0
Deleted: tags/libswingx-java/1:1.6.2-1/debian/patches/pom.diff
===================================================================
--- trunk/libswingx-java/debian/patches/pom.diff 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/patches/pom.diff 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1,51 +0,0 @@
---- a/swingx-beaninfo/pom.xml
-+++ b/swingx-beaninfo/pom.xml
-@@ -20,14 +20,6 @@
- <groupId>com.jhlabs</groupId>
- <artifactId>filters</artifactId>
- </dependency>
-- <dependency>
-- <groupId>org.swinglabs</groupId>
-- <artifactId>swing-worker</artifactId>
-- </dependency>
-- <dependency>
-- <groupId>org.swinglabs</groupId>
-- <artifactId>multiplegradientpaint</artifactId>
-- </dependency>
- <!-- Preferably we should use this jmock configuration with junit 4 -->
- <!--dependency>
- <groupId>org.jmock</groupId>
---- a/swingx-core/pom.xml
-+++ b/swingx-core/pom.xml
-@@ -16,14 +16,6 @@
- <artifactId>filters</artifactId>
- </dependency>
- <dependency>
-- <groupId>org.swinglabs</groupId>
-- <artifactId>swing-worker</artifactId>
-- </dependency>
-- <dependency>
-- <groupId>org.swinglabs</groupId>
-- <artifactId>multiplegradientpaint</artifactId>
-- </dependency>
-- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
---- a/pom.xml
-+++ b/pom.xml
-@@ -118,12 +118,14 @@
- <version>1.1</version>
- <!--scope>compile</scope-->
- </dependency>
-+<!--
- <dependency>
- <groupId>org.swinglabs</groupId>
- <artifactId>multiplegradientpaint</artifactId>
- <version>1.0</version>
- <scope>compile</scope>
- </dependency>
-+-->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
Deleted: tags/libswingx-java/1:1.6.2-1/debian/patches/series
===================================================================
--- trunk/libswingx-java/debian/patches/series 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/patches/series 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1 +0,0 @@
-pom.diff
Deleted: tags/libswingx-java/1:1.6.2-1/debian/rules
===================================================================
--- trunk/libswingx-java/debian/rules 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/rules 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1,25 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-PACKAGE := swingx
-VERSION := $(DEB_UPSTREAM_VERSION)
-
-JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := ant-nodeps
-DEB_ANT_BUILD_TARGET := package javadoc
-DEB_ANT_BUILDFILE := debian/build.xml
-DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dversion=$(VERSION)
-
-
-binary-post-install/lib$(PACKAGE)-java::
- mh_installpoms -plib$(PACKAGE)-java
- mh_installjar -plib$(PACKAGE)-java -l -nswingx swingx-core/pom.xml swingx-core/build/swingx-core-$(VERSION).jar
- mh_installjar -plib$(PACKAGE)-java -l swingx-beaninfo/pom.xml swingx-beaninfo/build/swingx-beaninfo-$(VERSION).jar
-
-clean::
- -rm -rf debian/tmp
-
-get-orig-source:
- uscan --upstream-version 0
Copied: tags/libswingx-java/1:1.6.2-1/debian/rules (from rev 13388, trunk/libswingx-java/debian/rules)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/rules (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/rules 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/maven.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+DEB_MAVEN_DOC_TARGET := javadoc:aggregate
+
+get-orig-source:
+ uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
Deleted: tags/libswingx-java/1:1.6.2-1/debian/watch
===================================================================
--- trunk/libswingx-java/debian/watch 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/libswingx-java/1:1.6.2-1/debian/watch 2011-03-05 23:33:24 UTC (rev 13389)
@@ -1,3 +0,0 @@
-version=3
-http://swinglabs.org/downloads.jsp .*/swingx-([\d.]+)-src.zip \
- debian debian/orig-tar.sh
Copied: tags/libswingx-java/1:1.6.2-1/debian/watch (from rev 13388, trunk/libswingx-java/debian/watch)
===================================================================
--- tags/libswingx-java/1:1.6.2-1/debian/watch (rev 0)
+++ tags/libswingx-java/1:1.6.2-1/debian/watch 2011-03-05 23:33:24 UTC (rev 13389)
@@ -0,0 +1,4 @@
+version=3
+http://java.net/downloads/swingx/releases/([\d.]+)/ \
+ swingx-([\d.]+)-sources.zip \
+ debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list