[axis] 23/60: * Team upload. * Drop package libaxis-java-gcj.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jan 12 17:30:43 UTC 2017


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

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

commit fe12092e449bfdd64a5c9912b051d8a816ac458f
Author: Torsten Werner <twerner at debian.org>
Date:   Thu Sep 8 15:23:07 2011 +0000

    * Team upload.
    * Drop package libaxis-java-gcj.
---
 debian/changelog |  7 +++++++
 debian/control   | 13 ++-----------
 debian/rules     | 12 ------------
 3 files changed, 9 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1256232..b352914 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+axis (1.4-14) unstable; urgency=low
+
+  * Team upload.
+  * Drop package libaxis-java-gcj.
+
+ -- Torsten Werner <twerner at debian.org>  Thu, 08 Sep 2011 17:13:34 +0200
+
 axis (1.4-13) unstable; urgency=low
 
   [ tony mancill ]
diff --git a/debian/control b/debian/control
index 5cc2361..f14e7f9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Michael Koch <konqueror at gmx.de>, Torsten Werner <twerner at debian.org>, Damien Raude-Morvan <drazzib at debian.org>
 Build-Depends: debhelper (>= 7), cdbs, ant-optional, default-jdk, libwsdl4j-java, libcommons-logging-java,
  libcommons-discovery-java, libgnujaf-java, libgnumail-java, libservlet2.5-java,
- maven-repo-helper, gcj-native-helper
+ maven-repo-helper
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/axis
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/axis
@@ -14,7 +14,7 @@ Homepage: http://ws.apache.org/axis/
 Package: libaxis-java
 Architecture: all
 Recommends: ant
-Suggests: libaxis-java-doc, libaxis-java-gcj
+Suggests: libaxis-java-doc
 Depends: libwsdl4j-java, libcommons-logging-java, libcommons-discovery-java, libgnujaf-java, libgnumail-java, libservlet2.5-java, ${misc:Depends}
 Description: SOAP implementation in Java
  Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")
@@ -31,15 +31,6 @@ Description: SOAP implementation in Java
  .
  This project is a follow-on to the Apache SOAP project.
 
-Package: libaxis-java-gcj
-Architecture: any
-Depends: libaxis-java (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
-Description: SOAP implementation in Java (native code)
- Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")
- submission to W3C.
- .
- This package contains the natively compiled code for use by gij.
-
 Package: libaxis-java-doc
 Architecture: all
 Section: doc
diff --git a/debian/rules b/debian/rules
index b5b0b5c..b79c910 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,17 +3,10 @@
 include /usr/share/cdbs/1/rules/debhelper.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
-ANT_HOME := /usr/share/ant
 DEB_JARS := $(ANT_HOME)/lib/ant-nodeps.jar wsdl4j commons-logging commons-discovery activation gnumail servlet-api-2.5 xmlParserAPIs xercesImpl
 
 DEB_ANT_BUILD_TARGET := compile javadocs
-DEB_ANT_INSTALL_TARGET := 
 
 install/libaxis-java::
 	mh_installpoms -plibaxis-java -e$(DEB_UPSTREAM_VERSION)
@@ -26,11 +19,6 @@ install/libaxis-java-doc::
 	mv build/javadocs build/api
 	dh_install -plibaxis-java-doc build/api/ /usr/share/doc/libaxis-java/
 
-ifeq ($(with_gcj_native),yes)
-install/libaxis-java-gcj:: install/libaxis-java
-	dh_nativejava -plibaxis-java-gcj
-endif
-
 clean::
 	-rm -rf debian/tmp
 	-rm -rf build/api

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



More information about the pkg-java-commits mailing list