Author: ebourg-guest Date: 2014-10-17 09:34:46 +0000 (Fri, 17 Oct 2014) New Revision: 18545
Modified: trunk/libmx4j-java/debian/changelog trunk/libmx4j-java/debian/compat trunk/libmx4j-java/debian/control Log: Refreshed the package Modified: trunk/libmx4j-java/debian/changelog =================================================================== --- trunk/libmx4j-java/debian/changelog 2014-10-17 08:52:47 UTC (rev 18544) +++ trunk/libmx4j-java/debian/changelog 2014-10-17 09:34:46 UTC (rev 18545) @@ -1,3 +1,11 @@ +libmx4j-java (3.0.2-14) UNRELEASED; urgency=medium + + * Updated Standards-Version to 3.9.6 (no changes) + * Use canonical URLs for the Vcs-* fields + * Switch to debhelper level 9 + + -- Emmanuel Bourg <[email protected]> Fri, 17 Oct 2014 11:31:01 +0200 + libmx4j-java (3.0.2-13) unstable; urgency=low * Removed the dependency on the Activation Framework (libgnujaf-java) Modified: trunk/libmx4j-java/debian/compat =================================================================== --- trunk/libmx4j-java/debian/compat 2014-10-17 08:52:47 UTC (rev 18544) +++ trunk/libmx4j-java/debian/compat 2014-10-17 09:34:46 UTC (rev 18545) @@ -1 +1 @@ -7 +9 Modified: trunk/libmx4j-java/debian/control =================================================================== --- trunk/libmx4j-java/debian/control 2014-10-17 08:52:47 UTC (rev 18544) +++ trunk/libmx4j-java/debian/control 2014-10-17 09:34:46 UTC (rev 18545) @@ -2,34 +2,38 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Damien Raude-Morvan <[email protected]>, Emmanuel Bourg <[email protected]>, - Niels Thykier <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant, - liblog4j1.2-java, libcommons-logging-java, libbcel-java (>=5.0), - libgnumail-java, libservlet3.0-java, jython, - libaxis-java, javahelper, libhessian-java -Standards-Version: 3.9.4 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libmx4j-java -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libmx4j-java/ -Homepage: http://mx4j.sourceforge.net/ +Uploaders: Damien Raude-Morvan <[email protected]>, + Niels Thykier <[email protected]> +Build-Depends: ant, + cdbs, + debhelper (>= 9), + default-jdk, + javahelper, + jython, + libaxis-java, + libbcel-java (>= 5.0), + libcommons-logging-java, + libgnumail-java, + libhessian-java, + liblog4j1.2-java, + libservlet3.0-java +Standards-Version: 3.9.6 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libmx4j-java +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libmx4j-java/ +Homepage: http://mx4j.sourceforge.net Package: libmx4j-java Architecture: all -Depends: libbcel-java (>=5.0), - liblog4j1.2-java, - ${misc:Depends} -Suggests: libservlet3.0-java, libgnumail-java, jython, libjetty-java, libhessian-java +Depends: libbcel-java (>= 5.0), liblog4j1.2-java, ${misc:Depends} +Suggests: jython, + libgnumail-java, + libhessian-java, + libjetty-java, + libservlet3.0-java Description: Open Source implementation of the JMX(TM) technology - JMX defines the architecture, the patterns , the API and services to + 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 + 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. - -#Package: libmx4j-java-doc -#Architecture: all -#Suggests: junit -#Description: Document for mx4j which is the JMX(TM) implementation. -# This package provide documents and examples for mx4j which is opensource -# implementataion of JMX(TM) technology. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

