Author: twerner Date: 2011-09-23 20:03:12 +0000 (Fri, 23 Sep 2011) New Revision: 15013
Modified: trunk/libmx4j-java/debian/changelog trunk/libmx4j-java/debian/control trunk/libmx4j-java/debian/rules Log: * Team upload. * Do no longer build the libmx4j-java-gcj package. * Improve Description. Modified: trunk/libmx4j-java/debian/changelog =================================================================== --- trunk/libmx4j-java/debian/changelog 2011-09-23 19:46:22 UTC (rev 15012) +++ trunk/libmx4j-java/debian/changelog 2011-09-23 20:03:12 UTC (rev 15013) @@ -1,3 +1,11 @@ +libmx4j-java (3.0.2-12) unstable; urgency=low + + * Team upload. + * Do no longer build the libmx4j-java-gcj package. + * Improve Description. + + -- Torsten Werner <[email protected]> Fri, 23 Sep 2011 22:02:57 +0200 + libmx4j-java (3.0.2-11) unstable; urgency=low * d/control: Bump Standards-Version to 3.9.2 (no changes needed). Modified: trunk/libmx4j-java/debian/control =================================================================== --- trunk/libmx4j-java/debian/control 2011-09-23 19:46:22 UTC (rev 15012) +++ trunk/libmx4j-java/debian/control 2011-09-23 20:03:12 UTC (rev 15013) @@ -4,7 +4,7 @@ Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Michael Koch <[email protected]>, Damien Raude-Morvan <[email protected]>, Niels Thykier <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant, gcj-native-helper, +Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant, liblog4j1.2-java, libcommons-logging-java, libbcel-java (>=5.0), libgnujaf-java, libgnumail-java, libservlet2.5-java, jython, libaxis-java, javahelper, libhessian-java @@ -19,7 +19,7 @@ liblog4j1.2-java, ${misc:Depends} Suggests: libservlet2.5-java, libgnumail-java, jython, libjetty-java, libhessian-java -Description: An open source implementation of the JMX(TM) technology +Description: Open Source implementation of the JMX(TM) technology JMX defines the architecture, the patterns , the API and services to build manageable Java applications. It provide flexible framework to stop and restart services, and remove it from the application or to add @@ -27,19 +27,6 @@ do some operation (such as downloading information from an URL the system administrator passes in), and so on. -Package: libmx4j-java-gcj -Architecture: any -Depends: libmx4j-java (>= ${source:Version}), liblog4j1.2-java-gcj, ${misc:Depends}, ${shlibs:Depends} -Description: An open source implementation of the JMX(TM) technology (native code) - JMX defines the architecture, the patterns , the API and services to - build manageable Java applications. It provide flexible framework to - stop and restart services, and remove it from the application or to add - it to an application, to change its configuration files, to ask it to - do some operation (such as downloading information from an URL the - system administrator passes in), and so on. - . - This package contains the natively compiled code for use by gij. - #Package: libmx4j-java-doc #Architecture: all #Suggests: junit Modified: trunk/libmx4j-java/debian/rules =================================================================== --- trunk/libmx4j-java/debian/rules 2011-09-23 19:46:22 UTC (rev 15012) +++ trunk/libmx4j-java/debian/rules 2011-09-23 20:03:12 UTC (rev 15013) @@ -8,11 +8,6 @@ JAVA_HOME := /usr/lib/jvm/default-java -include /usr/share/gcj/debian_defaults -ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs))) - with_gcj_native := yes -endif - DEB_JARS := log4j-1.2 commons-logging servlet-api-2.5 bcel jython gnumail activation axis jaxrpc saaj hessian DEB_ANT_BUILDFILE := build/build.xml @@ -24,7 +19,3 @@ jh_installlibs -plibmx4j-java dist/lib/mx4j.jar \ dist/lib/mx4j-remote.jar dist/lib/mx4j-tools.jar -ifeq ($(with_gcj_native),yes) -install/libmx4j-java-gcj:: install/libmx4j-java - dh_nativejava -plibmx4j-java-gcj -endif _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

