[libxerces2-java] 28/61: - package uploaded to unstable

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Jun 18 22:23:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libxerces2-java.

commit 9c31ef173aedbf9faccd826aac5af23d3dc1a03b
Author: Matthias Klose <doko at debian.org>
Date:   Wed Jan 3 12:28:31 2007 +0000

    - package uploaded to unstable
---
 debian/changelog | 4 ++--
 debian/control   | 2 +-
 debian/rules     | 7 +++++++
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 395bf69..657e22f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxerces2-java (2.8.1-2) UNRELEASED; urgency=low
+libxerces2-java (2.8.1-2) unstable; urgency=low
 
   [Arnaud Vandyck]
   * debian/watch: added
@@ -9,7 +9,7 @@ libxerces2-java (2.8.1-2) UNRELEASED; urgency=low
     - Move build-indep dependencies to build dependencies.
     - Add gij as alternative runtime dependency.
 
- -- Arnaud Vandyck <avdyk at debian.org>  Mon,  6 Nov 2006 10:47:57 +0100
+ -- Matthias Klose <doko at debian.org>  Wed,  3 Jan 2007 13:27:26 +0100
 
 libxerces2-java (2.8.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 26c8ac1..0d1b4e2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxerces2-java
 Section: libs
 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>, Wolfgang Baer <WBaer at gmx.de>, Marcus Better <marcus at better.se>
+Uploaders: Stefan Gybas <sgybas at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>, Marcus Better <marcus at better.se>, Matthias Klose <doko at ubuntu.com>
 Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.0), java-gcj-compat-dev, ant, libxml-commons-resolver1.1-java, libjaxp1.3-java
 Standards-Version: 3.7.2
 
diff --git a/debian/rules b/debian/rules
index 78085ff..f4596bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,11 @@ include /usr/share/cdbs/1/class/ant.mk
 JAVA_HOME := /usr/lib/jvm/java-gcj
 ANT_HOME  := /usr/share/ant
 
+include /usr/share/gcj/debian_defaults
+ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))
+  with_gcj_native := yes
+endif
+
 # Additional JARs to add to the class path, either full path or just the
 # basename for JARs in /usr/share/java. The ".jar" suffix may also be ommitted
 DEB_JARS := xml-commons-resolver-1.1 jaxp-1.3.jar
@@ -20,8 +25,10 @@ install/libxerces2-java::
 	mkdir -p debian/libxerces2-java/usr/share/java
 	install -m 644 build/xercesImpl.jar debian/libxerces2-java/usr/share/java/
 
+ifeq ($(with_gcj_native),yes)
 install/libxerces2-java-gcj:: install/libxerces2-java
 	dh_nativejava -plibxerces2-java-gcj
+endif
 
 clean::
 	rm -rf build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxerces2-java.git



More information about the pkg-java-commits mailing list