Author: twerner
Date: 2011-09-08 15:23:07 +0000 (Thu, 08 Sep 2011)
New Revision: 14760

Modified:
   trunk/axis/debian/changelog
   trunk/axis/debian/control
   trunk/axis/debian/rules
Log:
* Team upload.
* Drop package libaxis-java-gcj.

Modified: trunk/axis/debian/changelog
===================================================================
--- trunk/axis/debian/changelog 2011-09-07 23:51:25 UTC (rev 14759)
+++ trunk/axis/debian/changelog 2011-09-08 15:23:07 UTC (rev 14760)
@@ -1,3 +1,10 @@
+axis (1.4-14) unstable; urgency=low
+
+  * Team upload.
+  * Drop package libaxis-java-gcj.
+
+ -- Torsten Werner <[email protected]>  Thu, 08 Sep 2011 17:13:34 +0200
+
 axis (1.4-13) unstable; urgency=low
 
   [ tony mancill ]

Modified: trunk/axis/debian/control
===================================================================
--- trunk/axis/debian/control   2011-09-07 23:51:25 UTC (rev 14759)
+++ trunk/axis/debian/control   2011-09-08 15:23:07 UTC (rev 14760)
@@ -5,7 +5,7 @@
 Uploaders: Michael Koch <[email protected]>, Torsten Werner 
<[email protected]>, Damien Raude-Morvan <[email protected]>
 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 @@
 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 @@
  .
  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

Modified: trunk/axis/debian/rules
===================================================================
--- trunk/axis/debian/rules     2011-09-07 23:51:25 UTC (rev 14759)
+++ trunk/axis/debian/rules     2011-09-08 15:23:07 UTC (rev 14760)
@@ -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 @@
        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


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to