[wsdl4j] 09/33: UNRELEASED * Switch to source format 3.0. * Switch to debhelper level 7. * Update Standards-Version: 3.9.1. * Remove Java runtime from Depends.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Nov 4 23:23:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository wsdl4j.
commit df466b90c35762d360c0cca2d108e75e5f0251cf
Author: Torsten Werner <twerner at debian.org>
Date: Mon Aug 29 15:21:59 2011 +0000
UNRELEASED
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.
* Remove Java runtime from Depends.
---
debian/changelog | 10 ++++++++++
debian/compat | 2 +-
debian/control | 7 +++----
debian/rules | 1 -
debian/source/format | 1 +
5 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ee3d8a3..f7741a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+wsdl4j (1.6.2-3) unstable; urgency=low
+
+ UNRELEASED
+ * Switch to source format 3.0.
+ * Switch to debhelper level 7.
+ * Update Standards-Version: 3.9.1.
+ * Remove Java runtime from Depends.
+
+ -- Torsten Werner <twerner at debian.org> Mon, 29 Aug 2011 17:17:38 +0200
+
wsdl4j (1.6.2-2) unstable; urgency=low
[ Matthias Klose ]
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index dc301d2..35bf29f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,16 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Steffen Moeller <steffen_moeller at gmx.de>,
Michael Koch <konqueror at gmx.de>, Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, quilt
+Build-Depends: debhelper (>= 7), cdbs
Build-Depends-Indep: ant, default-jdk
-Standards-Version: 3.8.2
+Standards-Version: 3.9.1
Homepage: http://wsdl4j.sourceforge.net
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/wsdl4j
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/wsdl4j
Package: libwsdl4j-java
Architecture: all
-Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless,
- ${misc:Depends}
+Depends: ${misc:Depends}
Description: Webservice description language for Java
The Web Services Description Language for Java Toolkit (WSDL4J) allows
the creation, representation, and manipulation of WSDL documents. Is
diff --git a/debian/rules b/debian/rules
index f3ee837..06041b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,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
JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_INSTALL_TARGET := dist
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/wsdl4j.git
More information about the pkg-java-commits
mailing list