[libxml-commons-resolver1.1-java] 20/35: * Adding and installing .pom file. (Closes: #613108) * Remove Stefan and Arnaud from Uploaders field. * Remove java*-runtime from Depends field. (Closes: #583955)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jun 19 12:35:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libxml-commons-resolver1.1-java.
commit c842f1d90f8302e6c6a7408ec643ffcfdd9b9d99
Author: Torsten Werner <twerner at debian.org>
Date: Wed Aug 3 12:06:27 2011 +0000
* Adding and installing .pom file. (Closes: #613108)
* Remove Stefan and Arnaud from Uploaders field.
* Remove java*-runtime from Depends field. (Closes: #583955)
---
debian/changelog | 11 +++++++++++
debian/control | 6 +++---
debian/libxml-commons-resolver1.1-java.poms | 1 +
debian/pom.xml | 8 ++++++++
debian/rules | 3 +--
5 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 36c1abf..030d7c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libxml-commons-resolver1.1-java (1.2-6) unstable; urgency=low
+
+ [ Giovanni Mascellani ]
+ * Adding and installing .pom file. (Closes: #613108)
+
+ [ Torsten Werner ]
+ * Remove Stefan and Arnaud from Uploaders field.
+ * Remove java*-runtime from Depends field. (Closes: #583955)
+
+ -- Torsten Werner <twerner at debian.org> Wed, 03 Aug 2011 13:58:20 +0200
+
libxml-commons-resolver1.1-java (1.2-5) unstable; urgency=low
* Add patch catalog.diff to fix catalog lookup thanks to Brian M. Carlson.
diff --git a/debian/control b/debian/control
index b78f96c..cd67c17 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: libxml-commons-resolver1.1-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Stefan Gybas <sgybas at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.8), default-jdk-builddep, ant, libjaxp1.3-java, quilt
+Uploaders: Michael Koch <konqueror at gmx.de>, Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 5), cdbs (>= 0.4.8), default-jdk-builddep, ant, libjaxp1.3-java, quilt, maven-repo-helper (>= 1.4)
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxml-commons-resolver1.1-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxml-commons-resolver1.1-java
@@ -11,7 +11,7 @@ Homepage: http://xml.apache.org/commons/
Package: libxml-commons-resolver1.1-java
Architecture: all
-Depends: classpath-common | java1-runtime | java2-runtime, ${misc:Depends}
+Depends: ${misc:Depends}
Suggests: libxml-commons-resolver1.1-java-doc
Description: XML entity and URI resolver library
Apache XML Commons Resolver simplifies the task of using XML catalog files to
diff --git a/debian/libxml-commons-resolver1.1-java.poms b/debian/libxml-commons-resolver1.1-java.poms
new file mode 100644
index 0000000..e11a133
--- /dev/null
+++ b/debian/libxml-commons-resolver1.1-java.poms
@@ -0,0 +1 @@
+debian/pom.xml --has-package-version --artifact=build/resolver.jar --java-lib
diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..3d27e92
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>xml-resolver</groupId>
+ <artifactId>xml-resolver</artifactId>
+ <version>1.2</version>
+ <name>XML entity and URI resolver library</name>
+</project>
diff --git a/debian/rules b/debian/rules
index 3bf235e..1ff8b4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,7 @@ DEB_ANT_BUILDFILE := resolver.xml
DEB_ANT_BUILD_TARGET := jar
install/libxml-commons-resolver1.1-java:: build
- mkdir -p debian/libxml-commons-resolver1.1-java/usr/share/java
- install -m 644 build/resolver.jar debian/libxml-commons-resolver1.1-java/usr/share/java/xml-commons-resolver-1.1.jar
+ mh_install
ifeq ($(with_gcj_native),yes)
install/libxml-commons-resolver1.1-java-gcj:: install/libxml-commons-resolver1.1-java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-commons-resolver1.1-java.git
More information about the pkg-java-commits
mailing list