[wsdl4j] 27/33: Release 1.6.3-3

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 4 23:23:36 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 a8c618d08d82d98470b42df43e5cb0d6f164de26
Author: Markus Koschany <apo at debian.org>
Date:   Fri Apr 15 12:53:19 2016 +0000

    Release 1.6.3-3
---
 debian/changelog           | 10 ++++++++++
 debian/control             | 11 +++++------
 debian/libwsdl4j-java.poms |  2 ++
 debian/rules               | 22 +++++++---------------
 debian/wsdl4j-qname.pom    | 25 +++++++++++++++++++++++++
 debian/wsdl4j.pom          | 32 ++++++++++++++++++++++++++++++++
 6 files changed, 81 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e65281..e8b015c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+wsdl4j (1.6.3-3) unstable; urgency=medium
+
+  * Team upload.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Use only Build-Depends field.
+  * Switch from cdbs to dh sequencer.
+  * Build with maven_repo_helper and install Maven artifacts. (Closes: #820841)
+
+ -- Markus Koschany <apo at debian.org>  Fri, 15 Apr 2016 14:49:08 +0200
+
 wsdl4j (1.6.3-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index f276dcf..d12eed4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,13 @@ Uploaders:
  Torsten Werner <twerner at debian.org>,
  Jakub Adam <jakub.adam at ktknet.cz>
 Build-Depends:
- cdbs,
- debhelper (>= 9)
-Build-Depends-Indep:
- ant,
  bnd,
+ debhelper (>= 9),
+ ant,
  default-jdk,
- javahelper
-Standards-Version: 3.9.6
+ javahelper,
+ maven-repo-helper
+Standards-Version: 3.9.8
 Homepage: http://wsdl4j.sourceforge.net
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/wsdl4j
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/wsdl4j
diff --git a/debian/libwsdl4j-java.poms b/debian/libwsdl4j-java.poms
new file mode 100644
index 0000000..9da089c
--- /dev/null
+++ b/debian/libwsdl4j-java.poms
@@ -0,0 +1,2 @@
+debian/wsdl4j.pom --has-package-version --java-lib --artifact=debian/wsdl4j.jar
+debian/wsdl4j-qname.pom --has-package-version --java-lib --usj-name=qname --artifact=build/lib/qname.jar
diff --git a/debian/rules b/debian/rules
index 1526968..df8a51e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,20 +1,12 @@
 #!/usr/bin/make -f
-# debian/rules file for libwsdl4j-java (uses cdbs)
+export JAVA_HOME=/usr/lib/jvm/default-java
 
-include /usr/share/cdbs/1/class/javahelper.mk
-include /usr/share/cdbs/1/class/ant.mk
+%:
+	dh $@ --parallel --with javahelper,maven_repo_helper --buildsystem=ant
 
-JAVA_HOME 		:= /usr/lib/jvm/default-java
-DEB_ANT_BUILD_TARGET	:= compile javadocs
-
-common-post-build-indep::
-	bnd wrap --properties debian/wsdl4j.bnd --output debian/tmp/wsdl4j.jar build/lib/wsdl4j.jar
-
-install/libwsdl4j-java::
-	install -m 644 -D debian/tmp/wsdl4j.jar debian/libwsdl4j-java/usr/share/java/wsdl4j-$(DEB_UPSTREAM_VERSION).jar
-	dh_link /usr/share/java/wsdl4j-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/wsdl4j.jar
-	install -m 644 -D build/lib/qname.jar debian/libwsdl4j-java/usr/share/java/qname-$(DEB_UPSTREAM_VERSION).jar
-	dh_link /usr/share/java/qname-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/qname.jar
+override_dh_auto_build:
+	dh_auto_build -- compile javadocs
+	bnd wrap --properties debian/wsdl4j.bnd --output debian/wsdl4j.jar build/lib/wsdl4j.jar
 
 get-orig-source:
-	-uscan --upstream-version 0
+	-uscan --download-current-version --force-download
diff --git a/debian/wsdl4j-qname.pom b/debian/wsdl4j-qname.pom
new file mode 100644
index 0000000..30e64ba
--- /dev/null
+++ b/debian/wsdl4j-qname.pom
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="windows-1252"?>
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>wsdl4j</groupId>
+    <artifactId>wsdl4j-qname</artifactId>
+    <version>1.6.3</version>
+    <packaging>jar</packaging>
+    <name>QName</name>
+    <url>http://sf.net/projects/wsdl4j</url>
+    <description>Qualified XML naming support</description>
+    <dependencies/>
+    <licenses>
+        <license>
+            <name>CPL</name>
+            <url>http://www.opensource.org/licenses/cpl1.0.txt</url>
+            <distribution>repo</distribution>
+            <comments>Common Public License</comments>
+        </license>
+    </licenses>
+    <scm>
+        <connection>scm:cvs:pserver:anonymous at wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j</connection>
+        <developerConnection>scm:cvs:pserver:wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j</developerConnection>
+        <url>http://wsdl4j.cvs.sourceforge.net/wsdl4j</url>
+    </scm>
+</project>
diff --git a/debian/wsdl4j.pom b/debian/wsdl4j.pom
new file mode 100644
index 0000000..82b16ce
--- /dev/null
+++ b/debian/wsdl4j.pom
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="windows-1252"?>
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>wsdl4j</groupId>
+    <artifactId>wsdl4j</artifactId>
+    <version>1.6.3</version>
+    <packaging>jar</packaging>
+    <name>WSDL4J</name>
+    <url>http://sf.net/projects/wsdl4j</url>
+    <description>Java stub generator for WSDL</description>
+    <dependencies/>
+    <licenses>
+        <license>
+            <name>CPL</name>
+            <url>http://www.opensource.org/licenses/cpl1.0.txt</url>
+            <distribution>repo</distribution>
+            <comments>Common Public License</comments>
+        </license>
+    </licenses>
+    <scm>
+        <connection>scm:cvs:pserver:anonymous at wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j</connection>
+        <developerConnection>scm:cvs:pserver:wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j</developerConnection>
+        <url>http://wsdl4j.cvs.sourceforge.net/wsdl4j</url>
+    </scm>
+    <developers>
+        <developer>
+            <id>wsdl4j</id>
+            <name>WSDL4J</name>
+            <email>wsdl4j-discuss at sourceforge.net</email>
+        </developer>
+    </developers>
+</project>

-- 
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