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 02099e7942a0e0cde460c0188429f7b71613ea22 Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 19 01:14:44 2017 +0200 Removed the GCJ package --- debian/changelog | 1 + debian/control | 13 +------------ debian/rules | 10 ---------- 3 files changed, 2 insertions(+), 22 deletions(-) diff --git a/debian/changelog b/debian/changelog index 98f8535..9c60354 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libxml-commons-resolver1.1-java (1.2-8) UNRELEASED; urgency=medium * Team upload. + * Removed the GCJ package * Moved the package to Git -- Emmanuel Bourg <[email protected]> Mon, 19 Jun 2017 00:58:33 +0200 diff --git a/debian/control b/debian/control index 9a61b8c..d6c916a 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Michael Koch <[email protected]>, Torsten Werner <[email protected]>, Jakub Adam <[email protected]> Build-Depends: debhelper (>= 5), cdbs (>= 0.4.8), default-jdk, ant, - javahelper, libjaxp1.3-java, maven-repo-helper (>= 1.4), gcj-native-helper + javahelper, libjaxp1.3-java, maven-repo-helper (>= 1.4) Standards-Version: 3.9.2 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libxml-commons-resolver1.1-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libxml-commons-resolver1.1-java.git @@ -31,14 +31,3 @@ Description: XML entity and URI resolver library -- documentation Xerces-J and Xalan-J. . This package includes the HTML and Javadoc API documentation. - -Package: libxml-commons-resolver1.1-java-gcj -Architecture: any -Section: libs -Depends: libxml-commons-resolver1.1-java (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} -Description: XML entity and URI resolver library -- native library - Apache XML Commons Resolver simplifies the task of using XML catalog files to - perform entity resolution. They are used by other Apache XML projects like - Xerces-J and Xalan-J. - . - This package contains the natively compiled code for use by gij. diff --git a/debian/rules b/debian/rules index b57565b..e69dc56 100755 --- a/debian/rules +++ b/debian/rules @@ -5,11 +5,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/javahelper.mk include /usr/share/cdbs/1/class/ant.mk -include /usr/share/gcj/debian_defaults -ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs))) - with_gcj_native := yes -endif - JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := xerces jaxp-1.3 @@ -18,8 +13,3 @@ DEB_ANT_BUILD_TARGET := jar install/libxml-commons-resolver1.1-java:: build mh_install - -ifeq ($(with_gcj_native),yes) -install/libxml-commons-resolver1.1-java-gcj:: install/libxml-commons-resolver1.1-java - dh_nativejava -plibxml-commons-resolver1.1-java-gcj -endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-commons-resolver1.1-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

