[libswingx-java] 14/26: * 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.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Mar 7 12:01:49 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libswingx-java.
commit 83bcea4c807c603d1fc9488ca003d01ee59fec6f
Author: Damien Raude-Morvan <drazzib at debian.org>
Date: Mon Jul 26 16:26:23 2010 +0000
* 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.
---
debian/README.source | 10 ----------
debian/changelog | 9 +++++++++
debian/control | 7 ++++---
debian/patches/pom.diff | 23 ++++++++++++-----------
debian/rules | 1 -
debian/source/format | 1 +
6 files changed, 26 insertions(+), 25 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index fdb1337..b863225 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,13 +1,3 @@
-Patch system
-============
-
-This package uses quilt to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
-
-
Orig tarball repack
===================
diff --git a/debian/changelog b/debian/changelog
index 7847608..6c94e3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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.
diff --git a/debian/control b/debian/control
index 9603f95..083955f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,17 @@ 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), quilt, default-jdk, ant, maven-ant-helper
+Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant, maven-ant-helper
Build-Depends-Indep: libbatik-java, maven-repo-helper
-Standards-Version: 3.8.3
+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}, default-jre | java6-runtime
+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
diff --git a/debian/patches/pom.diff b/debian/patches/pom.diff
index c92f089..3a65a42 100644
--- a/debian/patches/pom.diff
+++ b/debian/patches/pom.diff
@@ -34,17 +34,18 @@
</dependency>
--- a/pom.xml
+++ b/pom.xml
-@@ -112,13 +112,6 @@
- <version>2.0.235</version>
- <scope>compile</scope>
- </dependency>
-- </dependency>
-- <dependency>
-- <groupId>org.swinglabs</groupId>
-- <artifactId>multiplegradientpaint</artifactId>
-- <version>1.0</version>
-- <scope>compile</scope>
-- </dependency>
+@@ -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>
diff --git a/debian/rules b/debian/rules
index 805c493..a04815b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
PACKAGE := swingx
VERSION := $(DEB_UPSTREAM_VERSION)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libswingx-java.git
More information about the pkg-java-commits
mailing list