Author: drazzib Date: 2010-07-07 19:09:19 +0000 (Wed, 07 Jul 2010) New Revision: 12734
Added: tags/libmx4j-java/3.0.2-10/ tags/libmx4j-java/3.0.2-10/debian/changelog tags/libmx4j-java/3.0.2-10/debian/control tags/libmx4j-java/3.0.2-10/debian/patches/series tags/libmx4j-java/3.0.2-10/debian/rules Removed: tags/libmx4j-java/3.0.2-10/debian/changelog tags/libmx4j-java/3.0.2-10/debian/control tags/libmx4j-java/3.0.2-10/debian/patches/jetty.patch tags/libmx4j-java/3.0.2-10/debian/patches/series tags/libmx4j-java/3.0.2-10/debian/rules Log: [svn-buildpackage] Tagging libmx4j-java 3.0.2-10 Deleted: tags/libmx4j-java/3.0.2-10/debian/changelog =================================================================== --- trunk/libmx4j-java/debian/changelog 2010-07-05 20:31:43 UTC (rev 12730) +++ tags/libmx4j-java/3.0.2-10/debian/changelog 2010-07-07 19:09:19 UTC (rev 12734) @@ -1,279 +0,0 @@ -libmx4j-java (3.0.2-10) UNRELEASED; urgency=low - - [ Damien Raude-Morvan ] - * FIXME Test Hessian and Jetty support. - - * d/README.source: really drop as we now use 3.0 (quilt) format. - * d/README.Debian: SOAP and Hessian are now supported - * d/control: as per new Debian Java Policy, Depends on a Java Runtime is not - needed anymore for Java libraries. - This should remove circular dependency hell between default-jre-headless - and libmx4j-java for JMX support (Closes: #576738). - * d/dirs: remove (handled by jh_installlibs) - * d/control, d/rules: enable Jetty support (Closes: #427489). - * d/control, d/rules: enable Hessian support. - - [ Niels Thykier ] - * Replaced B-D on default-jdk-builddep with gcj-native-helper and - default-jdk. - * Bumped Standards-Versions to 3.9.0 - no changes required. - - -- Damien Raude-Morvan <[email protected]> Thu, 17 Jun 2010 00:43:09 +0200 - -libmx4j-java (3.0.2-9) unstable; urgency=low - - * Team upload. - * Merge changes from Ubuntu. - * Update Standards-Version: 3.8.4. - * Remove Stefan from Uploaders list. - - -- Torsten Werner <[email protected]> Sat, 08 May 2010 15:30:34 +0200 - -libmx4j-java (3.0.2-8ubuntu1) lucid; urgency=low - - * debian/control, debian/rules: Build-depend on libservlet2.5-java instead - of libservlet2.4-java (LP: #534913) - - -- Thierry Carrez <[email protected]> Tue, 09 Mar 2010 09:57:23 +0100 - -libmx4j-java (3.0.2-8) unstable; urgency=low - - [ Michael Koch ] - * Remove Wolfgang from Uploaders. - - [ Damien Raude-Morvan ] - * Remove Arnaud Vandyck from Uploaders - * Update my email address - - [ Niels Thykier ] - * Added myself to Uploaders. - * Updated java dependencies. - * Injected OSGi metadata into mx4j.jar and mx4j-remote.jar - * Added javahelper to Build-Depends and have it handle jar installation. - * Refreshed mx4j-caucho-build.patch - * Changed source format to 3.0 (quilt). - - Removed README.source, no longer needed. - - -- Niels Thykier <[email protected]> Mon, 25 Jan 2010 00:22:45 +0100 - -libmx4j-java (3.0.2-7) unstable; urgency=low - - [ Damien Raude-Morvan ] - * Bump Standards-Version to 3.8.2: - - Move libmx4j-java to "java" section - - Add a README.source to describe patch system - * Switch to Quilt patch system: - - Refresh all patchs - - Add B-D on quilt - - Include patchsys-quilt.mk in debian/rules - * Merge mx4j-remove-invalids-providers patch into mx4j-caucho-build - - [ Michael Koch ] - * Updated to Standards-Version 3.8.3. - - -- Michael Koch <[email protected]> Fri, 18 Sep 2009 07:17:12 +0200 - -libmx4j-java (3.0.2-6) unstable; urgency=low - - * First "brown paper bag release"! - * Revert usage of openjdk-6-jdk (not available on all arch) - - reapply mx4j-no-iiop.patch to disable IIOP - - remove Depends on openjdk-6-jdk - - use /usr/lib/jvm/default-java as JAVA_HOME - - restore previous README entry about IIOP - * Revert move of all java libraries to B-D-I - and restore usage of B-D: - - we need to build JAR for architecture-dependent -gcj package - - -- Damien Raude-Morvan <[email protected]> Wed, 11 Mar 2009 21:54:29 +0100 - -libmx4j-java (3.0.2-5) unstable; urgency=low - - * Apply patch mx4j-remove-invalids-providers.patch to remove invalid - service provider from META-INF/services/. Closes: #504664. - * debian/control: - - Move all java libraries to Build-Depends-Indep - They are arch:all and not needed during clean target. - - Add Depends on openjdk-6-jdk to enable IIOP build - - Bump Standards-Version to 3.8.0. - - Bump to debhelper >= 7 - - Add ${misc:Depends} on libmx4j-java package. - - Add myself as uploader. - * debian/compat: Bump debhelper compat level to 7 - * debian/rules: Use openjdk-6-jdk as builder via JAVA_HOME - * debian/README.Debian - - Remove section about missing IIOP as we now build this part of MX4J - * debian/patches/mx4j-no-iiop.patch: Remove to re-enable IIOP build - - -- Damien Raude-Morvan <[email protected]> Mon, 09 Mar 2009 23:07:00 +0100 - -libmx4j-java (3.0.2-4) unstable; urgency=low - - * libmx4j-java: Depend on default-jre-headless as the preferred runtime, - keep the existing alternatives for now. - * Remove build dependency on gcj. - - -- Matthias Klose <[email protected]> Mon, 04 Aug 2008 23:38:24 +0200 - -libmx4j-java (3.0.2-3) unstable; urgency=low - - * Really Build-Depends on default-jdk-builddep. Closes: #477881 - - -- Michael Koch <[email protected]> Tue, 29 Apr 2008 20:59:08 -0100 - -libmx4j-java (3.0.2-2) unstable; urgency=low - - * Build-Depends on default-jdk-builddep. Closes: #477881 - - -- Michael Koch <[email protected]> Tue, 29 Apr 2008 20:33:50 -0100 - -libmx4j-java (3.0.2-1) unstable; urgency=low - - * New upstream version. Closes: #416674 - * Added Homepage, Vcs-Svn and Vcs-Browser fields. - * Updated Standards-Version to 3.7.3. - * Added watch file. - - -- Michael Koch <[email protected]> Mon, 21 Jan 2008 23:11:33 +0100 - -libmx4j-java (3.0.1-3) unstable; urgency=low - - * Upload to unstable. - - -- Michael Koch <[email protected]> Fri, 20 Apr 2007 17:31:28 -0100 - -libmx4j-java (3.0.1-2) experimental; urgency=low - - * Merged from Ubuntu. - * Upload to experimental. - - -- Michael Koch <[email protected]> Sun, 4 Mar 2007 18:08:35 +0100 - -libmx4j-java (3.0.1-1ubuntu2) feisty; urgency=low - - * Build a -gcj package. - - -- Matthias Klose <[email protected]> Thu, 15 Feb 2007 15:41:17 +0100 - -libmx4j-java (3.0.1-1ubuntu1) edgy; urgency=low - - * Upload to edgy. - - -- Matthias Klose <[email protected]> Wed, 27 Sep 2006 10:59:47 +0000 - -libmx4j-java (3.0.1-1) unstable; urgency=low - - * New upstream version. - * Added several patches to build with GCJ. - * Build and Depend on java-gcj-compat. - * Updated Standards-Version to 3.7.2. - (All changes by Vladimír Lapáček and Matthias Klose) - - -- Michael Koch <[email protected]> Wed, 20 Sep 2006 21:13:57 +0000 - -libmx4j-java (2.1.1-4) unstable; urgency=low - - * Removed forgotten files in debian directory and unused patches. - * Added jython to build-depends to build the jython mbeans - - -- Wolfgang Baer <[email protected]> Wed, 1 Feb 2006 22:08:46 +0100 - -libmx4j-java (2.1.1-3) unstable; urgency=low - - * Add remote and tools support (closes: #336856) - + Bumped build-depend on kaffe (>= 2:1.1.6.91-1) - + Build against libgnumail-java to enable mail tools, - added libgnumail-java to Build-depends and to Suggests - * Patched build.xml to get remote and tools features build - + Commented rmic iiop generation out - + Excluded tools features where needed libraries are not available - in Debian from the build - + Documented differences to upstream binaries in README.Debian - * Cleaned up dependencies - removed libjaxp1.2-java, libxerces2-java - * Removed explicit dependencies on jikes (debian/control, debian/rules) - * Removed splitted api/impl jars - only ship complete jars - * Remove Takashi from Uploaders - * Move creation of symbolic links into rules for automatic versioning - * Standards-Version 3.6.2 (no changes) - * Added myself as uploader - - -- Wolfgang Baer <[email protected]> Fri, 6 Jan 2006 15:32:15 +0100 - -libmx4j-java (2.1.1-2) unstable; urgency=low - - * forgot to update symlinks... sorry :/ - - -- Arnaud Vandyck <[email protected]> Sat, 24 Sep 2005 02:07:13 +0200 - -libmx4j-java (2.1.1-1) unstable; urgency=low - - * New upstream release - * ant transition - * build with kaffe - * build-dep on xerces2 - - -- Arnaud Vandyck <[email protected]> Fri, 23 Sep 2005 11:12:00 +0200 - -libmx4j-java (2.0.1-4) unstable; urgency=low - - * Reupload with orig tarball - - -- Michael Koch <[email protected]> Mon, 28 Mar 2005 14:43:47 +0000 - -libmx4j-java (2.0.1-3) unstable; urgency=low - - * Moved to main - * Replaces Build-Depends by Build-Depends-Indep - * Added myself to Uploaders - - -- Michael Koch <[email protected]> Mon, 21 Mar 2005 20:56:51 +0000 - -libmx4j-java (2.0.1-2) unstable; urgency=low - - * Set target=1.3 attribute for javac so the classes are usable by JDK 1.3 - when compiled using newer Jikes versions - * Removed postinst and prerm which created/removed /usr/doc symlink - * Added myself and Arnaud as uploaders - * Standards-Version: 3.6.1 - + Moved Build-Depends-Indep to Build-Depends - - -- Stefan Gybas <[email protected]> Fri, 13 Aug 2004 11:38:59 +0200 - -libmx4j-java (2.0.1-1.1) unstable; urgency=low - - * libmx4j-java should be in contrib because of libbcel-java. Move to - main as soon as libbcel-java will be in main. - * added ant1.6 launcher to avoid to FTBFS - * built with sablevm, added libjaxp1.2-java because sablevm is not yet - jaxp compliant - - -- Arnaud Vandyck <[email protected]> Wed, 14 Jul 2004 17:07:51 +0200 - -libmx4j-java (2.0.1-1) unstable; urgency=low - - * New upstream release - - -- Takashi Okamoto <[email protected]> Sat, 1 May 2004 22:26:57 +0900 - -mx4j (1.1.1-2) unstable; urgency=low - - * change log4j dependency to liblog4j1.2-java for new package name. - (closes:#191174) - - -- Takashi Okamoto <[email protected]> Tue, 29 Apr 2003 12:10:36 +0900 - -mx4j (1.1.1-1) unstable; urgency=low - - * New upstream release - - -- Takashi Okamoto <[email protected]> Sun, 29 Dec 2002 11:17:34 +0900 - -mx4j (1.1-1) unstable; urgency=low - - * Initial Release. - - -- Takashi Okamoto <[email protected]> Wed, 11 Sep 2002 21:09:56 +0900 - -Local variables: -mode: debian-changelog -End: Copied: tags/libmx4j-java/3.0.2-10/debian/changelog (from rev 12733, trunk/libmx4j-java/debian/changelog) =================================================================== --- tags/libmx4j-java/3.0.2-10/debian/changelog (rev 0) +++ tags/libmx4j-java/3.0.2-10/debian/changelog 2010-07-07 19:09:19 UTC (rev 12734) @@ -0,0 +1,276 @@ +libmx4j-java (3.0.2-10) unstable; urgency=low + + [ Damien Raude-Morvan ] + * d/README.source: really drop as we now use 3.0 (quilt) format. + * d/README.Debian: SOAP and Hessian are now supported + * d/control: as per new Debian Java Policy, Depends on a Java Runtime is not + needed anymore for Java libraries. + This should remove circular dependency hell between default-jre-headless + and libmx4j-java for JMX support (Closes: #576738). + * d/dirs: remove (handled by jh_installlibs) + * d/control, d/rules: enable Hessian support. + + [ Niels Thykier ] + * Replaced B-D on default-jdk-builddep with gcj-native-helper and + default-jdk. + * Bumped Standards-Versions to 3.9.0 - no changes required. + + -- Damien Raude-Morvan <[email protected]> Wed, 07 Jul 2010 19:49:02 +0200 + +libmx4j-java (3.0.2-9) unstable; urgency=low + + * Team upload. + * Merge changes from Ubuntu. + * Update Standards-Version: 3.8.4. + * Remove Stefan from Uploaders list. + + -- Torsten Werner <[email protected]> Sat, 08 May 2010 15:30:34 +0200 + +libmx4j-java (3.0.2-8ubuntu1) lucid; urgency=low + + * debian/control, debian/rules: Build-depend on libservlet2.5-java instead + of libservlet2.4-java (LP: #534913) + + -- Thierry Carrez <[email protected]> Tue, 09 Mar 2010 09:57:23 +0100 + +libmx4j-java (3.0.2-8) unstable; urgency=low + + [ Michael Koch ] + * Remove Wolfgang from Uploaders. + + [ Damien Raude-Morvan ] + * Remove Arnaud Vandyck from Uploaders + * Update my email address + + [ Niels Thykier ] + * Added myself to Uploaders. + * Updated java dependencies. + * Injected OSGi metadata into mx4j.jar and mx4j-remote.jar + * Added javahelper to Build-Depends and have it handle jar installation. + * Refreshed mx4j-caucho-build.patch + * Changed source format to 3.0 (quilt). + - Removed README.source, no longer needed. + + -- Niels Thykier <[email protected]> Mon, 25 Jan 2010 00:22:45 +0100 + +libmx4j-java (3.0.2-7) unstable; urgency=low + + [ Damien Raude-Morvan ] + * Bump Standards-Version to 3.8.2: + - Move libmx4j-java to "java" section + - Add a README.source to describe patch system + * Switch to Quilt patch system: + - Refresh all patchs + - Add B-D on quilt + - Include patchsys-quilt.mk in debian/rules + * Merge mx4j-remove-invalids-providers patch into mx4j-caucho-build + + [ Michael Koch ] + * Updated to Standards-Version 3.8.3. + + -- Michael Koch <[email protected]> Fri, 18 Sep 2009 07:17:12 +0200 + +libmx4j-java (3.0.2-6) unstable; urgency=low + + * First "brown paper bag release"! + * Revert usage of openjdk-6-jdk (not available on all arch) + - reapply mx4j-no-iiop.patch to disable IIOP + - remove Depends on openjdk-6-jdk + - use /usr/lib/jvm/default-java as JAVA_HOME + - restore previous README entry about IIOP + * Revert move of all java libraries to B-D-I + and restore usage of B-D: + - we need to build JAR for architecture-dependent -gcj package + + -- Damien Raude-Morvan <[email protected]> Wed, 11 Mar 2009 21:54:29 +0100 + +libmx4j-java (3.0.2-5) unstable; urgency=low + + * Apply patch mx4j-remove-invalids-providers.patch to remove invalid + service provider from META-INF/services/. Closes: #504664. + * debian/control: + - Move all java libraries to Build-Depends-Indep + They are arch:all and not needed during clean target. + - Add Depends on openjdk-6-jdk to enable IIOP build + - Bump Standards-Version to 3.8.0. + - Bump to debhelper >= 7 + - Add ${misc:Depends} on libmx4j-java package. + - Add myself as uploader. + * debian/compat: Bump debhelper compat level to 7 + * debian/rules: Use openjdk-6-jdk as builder via JAVA_HOME + * debian/README.Debian + - Remove section about missing IIOP as we now build this part of MX4J + * debian/patches/mx4j-no-iiop.patch: Remove to re-enable IIOP build + + -- Damien Raude-Morvan <[email protected]> Mon, 09 Mar 2009 23:07:00 +0100 + +libmx4j-java (3.0.2-4) unstable; urgency=low + + * libmx4j-java: Depend on default-jre-headless as the preferred runtime, + keep the existing alternatives for now. + * Remove build dependency on gcj. + + -- Matthias Klose <[email protected]> Mon, 04 Aug 2008 23:38:24 +0200 + +libmx4j-java (3.0.2-3) unstable; urgency=low + + * Really Build-Depends on default-jdk-builddep. Closes: #477881 + + -- Michael Koch <[email protected]> Tue, 29 Apr 2008 20:59:08 -0100 + +libmx4j-java (3.0.2-2) unstable; urgency=low + + * Build-Depends on default-jdk-builddep. Closes: #477881 + + -- Michael Koch <[email protected]> Tue, 29 Apr 2008 20:33:50 -0100 + +libmx4j-java (3.0.2-1) unstable; urgency=low + + * New upstream version. Closes: #416674 + * Added Homepage, Vcs-Svn and Vcs-Browser fields. + * Updated Standards-Version to 3.7.3. + * Added watch file. + + -- Michael Koch <[email protected]> Mon, 21 Jan 2008 23:11:33 +0100 + +libmx4j-java (3.0.1-3) unstable; urgency=low + + * Upload to unstable. + + -- Michael Koch <[email protected]> Fri, 20 Apr 2007 17:31:28 -0100 + +libmx4j-java (3.0.1-2) experimental; urgency=low + + * Merged from Ubuntu. + * Upload to experimental. + + -- Michael Koch <[email protected]> Sun, 4 Mar 2007 18:08:35 +0100 + +libmx4j-java (3.0.1-1ubuntu2) feisty; urgency=low + + * Build a -gcj package. + + -- Matthias Klose <[email protected]> Thu, 15 Feb 2007 15:41:17 +0100 + +libmx4j-java (3.0.1-1ubuntu1) edgy; urgency=low + + * Upload to edgy. + + -- Matthias Klose <[email protected]> Wed, 27 Sep 2006 10:59:47 +0000 + +libmx4j-java (3.0.1-1) unstable; urgency=low + + * New upstream version. + * Added several patches to build with GCJ. + * Build and Depend on java-gcj-compat. + * Updated Standards-Version to 3.7.2. + (All changes by Vladimír Lapáček and Matthias Klose) + + -- Michael Koch <[email protected]> Wed, 20 Sep 2006 21:13:57 +0000 + +libmx4j-java (2.1.1-4) unstable; urgency=low + + * Removed forgotten files in debian directory and unused patches. + * Added jython to build-depends to build the jython mbeans + + -- Wolfgang Baer <[email protected]> Wed, 1 Feb 2006 22:08:46 +0100 + +libmx4j-java (2.1.1-3) unstable; urgency=low + + * Add remote and tools support (closes: #336856) + + Bumped build-depend on kaffe (>= 2:1.1.6.91-1) + + Build against libgnumail-java to enable mail tools, + added libgnumail-java to Build-depends and to Suggests + * Patched build.xml to get remote and tools features build + + Commented rmic iiop generation out + + Excluded tools features where needed libraries are not available + in Debian from the build + + Documented differences to upstream binaries in README.Debian + * Cleaned up dependencies - removed libjaxp1.2-java, libxerces2-java + * Removed explicit dependencies on jikes (debian/control, debian/rules) + * Removed splitted api/impl jars - only ship complete jars + * Remove Takashi from Uploaders + * Move creation of symbolic links into rules for automatic versioning + * Standards-Version 3.6.2 (no changes) + * Added myself as uploader + + -- Wolfgang Baer <[email protected]> Fri, 6 Jan 2006 15:32:15 +0100 + +libmx4j-java (2.1.1-2) unstable; urgency=low + + * forgot to update symlinks... sorry :/ + + -- Arnaud Vandyck <[email protected]> Sat, 24 Sep 2005 02:07:13 +0200 + +libmx4j-java (2.1.1-1) unstable; urgency=low + + * New upstream release + * ant transition + * build with kaffe + * build-dep on xerces2 + + -- Arnaud Vandyck <[email protected]> Fri, 23 Sep 2005 11:12:00 +0200 + +libmx4j-java (2.0.1-4) unstable; urgency=low + + * Reupload with orig tarball + + -- Michael Koch <[email protected]> Mon, 28 Mar 2005 14:43:47 +0000 + +libmx4j-java (2.0.1-3) unstable; urgency=low + + * Moved to main + * Replaces Build-Depends by Build-Depends-Indep + * Added myself to Uploaders + + -- Michael Koch <[email protected]> Mon, 21 Mar 2005 20:56:51 +0000 + +libmx4j-java (2.0.1-2) unstable; urgency=low + + * Set target=1.3 attribute for javac so the classes are usable by JDK 1.3 + when compiled using newer Jikes versions + * Removed postinst and prerm which created/removed /usr/doc symlink + * Added myself and Arnaud as uploaders + * Standards-Version: 3.6.1 + + Moved Build-Depends-Indep to Build-Depends + + -- Stefan Gybas <[email protected]> Fri, 13 Aug 2004 11:38:59 +0200 + +libmx4j-java (2.0.1-1.1) unstable; urgency=low + + * libmx4j-java should be in contrib because of libbcel-java. Move to + main as soon as libbcel-java will be in main. + * added ant1.6 launcher to avoid to FTBFS + * built with sablevm, added libjaxp1.2-java because sablevm is not yet + jaxp compliant + + -- Arnaud Vandyck <[email protected]> Wed, 14 Jul 2004 17:07:51 +0200 + +libmx4j-java (2.0.1-1) unstable; urgency=low + + * New upstream release + + -- Takashi Okamoto <[email protected]> Sat, 1 May 2004 22:26:57 +0900 + +mx4j (1.1.1-2) unstable; urgency=low + + * change log4j dependency to liblog4j1.2-java for new package name. + (closes:#191174) + + -- Takashi Okamoto <[email protected]> Tue, 29 Apr 2003 12:10:36 +0900 + +mx4j (1.1.1-1) unstable; urgency=low + + * New upstream release + + -- Takashi Okamoto <[email protected]> Sun, 29 Dec 2002 11:17:34 +0900 + +mx4j (1.1-1) unstable; urgency=low + + * Initial Release. + + -- Takashi Okamoto <[email protected]> Wed, 11 Sep 2002 21:09:56 +0900 + +Local variables: +mode: debian-changelog +End: Deleted: tags/libmx4j-java/3.0.2-10/debian/control =================================================================== --- trunk/libmx4j-java/debian/control 2010-07-05 20:31:43 UTC (rev 12730) +++ tags/libmx4j-java/3.0.2-10/debian/control 2010-07-07 19:09:19 UTC (rev 12734) @@ -1,48 +0,0 @@ -Source: libmx4j-java -Section: java -Priority: optional -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, - liblog4j1.2-java, libcommons-logging-java, libbcel-java (>=5.0), - libgnujaf-java, libgnumail-java, libservlet2.5-java, jython, - libaxis-java, javahelper, libjetty-java, libhessian-java -Standards-Version: 3.9.0 -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/ - -Package: libmx4j-java -Architecture: all -Depends: libbcel-java (>=5.0), - liblog4j1.2-java, - ${misc:Depends} -Suggests: libservlet2.4-java, libgnumail-java, jython, libjetty-java, libhessian-java -Description: An 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 - 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-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 -#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. Copied: tags/libmx4j-java/3.0.2-10/debian/control (from rev 12733, trunk/libmx4j-java/debian/control) =================================================================== --- tags/libmx4j-java/3.0.2-10/debian/control (rev 0) +++ tags/libmx4j-java/3.0.2-10/debian/control 2010-07-07 19:09:19 UTC (rev 12734) @@ -0,0 +1,48 @@ +Source: libmx4j-java +Section: java +Priority: optional +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, + liblog4j1.2-java, libcommons-logging-java, libbcel-java (>=5.0), + libgnujaf-java, libgnumail-java, libservlet2.5-java, jython, + libaxis-java, javahelper, libhessian-java +Standards-Version: 3.9.0 +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/ + +Package: libmx4j-java +Architecture: all +Depends: libbcel-java (>=5.0), + liblog4j1.2-java, + ${misc:Depends} +Suggests: libservlet2.4-java, libgnumail-java, jython, libjetty-java, libhessian-java +Description: An 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 + 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-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 +#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. Deleted: tags/libmx4j-java/3.0.2-10/debian/patches/jetty.patch =================================================================== --- trunk/libmx4j-java/debian/patches/jetty.patch 2010-07-05 20:31:43 UTC (rev 12730) +++ tags/libmx4j-java/3.0.2-10/debian/patches/jetty.patch 2010-07-07 19:09:19 UTC (rev 12734) @@ -1,93 +0,0 @@ -Description: Compatibility patch for Jetty 6.x support - <http://docs.codehaus.org/display/JETTY/Porting+to+jetty6> -Author: Damien Raude-Morvan <[email protected]> -Last-Update: 2010-06-17 -Forwarded: no ---- a/src/tools/mx4j/tools/remote/http/jetty/JettyWebContainer.java -+++ b/src/tools/mx4j/tools/remote/http/jetty/JettyWebContainer.java -@@ -17,10 +17,13 @@ - import mx4j.log.Logger; - import mx4j.tools.remote.http.HTTPConnectorServer; - import mx4j.tools.remote.http.WebContainer; --import org.mortbay.http.HttpListener; -+import org.mortbay.jetty.Connector; - import org.mortbay.jetty.Server; - import org.mortbay.jetty.servlet.ServletHandler; --import org.mortbay.jetty.servlet.ServletHttpContext; -+import org.mortbay.jetty.nio.SelectChannelConnector; -+import org.mortbay.xml.XmlConfiguration; -+import org.mortbay.jetty.servlet.Context; -+import java.io.File; - - /** - * Jetty's implementation of WebContainer interface -@@ -73,16 +76,19 @@ - if (config instanceof String) - { - if (logger.isEnabledFor(Logger.DEBUG)) logger.debug("Configuring Jetty with configuration " + config); -- getServer().configure((String)config); -+ try { -+ XmlConfiguration configuration = new XmlConfiguration(new File((String)config).toURL()); -+ configuration.configure(getServer()); -+ } catch (Exception e) { e.printStackTrace(); } - - // Be sure there is at least one listener on the port specified by the JMXServiceURL -- HttpListener[] listeners = getServer().getListeners(); -+ Connector[] listeners = getServer().getConnectors(); - if (listeners != null) - { - boolean found = false; - for (int i = 0; i < listeners.length; ++i) - { -- HttpListener listener = listeners[i]; -+ Connector listener = listeners[i]; - if (listener.getPort() == url.getPort()) - { - found = true; -@@ -113,7 +119,10 @@ - if (logger.isEnabledFor(Logger.DEBUG)) logger.debug("Configuring Jetty with a default listener on port " + url.getPort()); - String host = url.getHost(); - if (host == null) host = ""; -- getServer().addListener(host + ":" + url.getPort()); -+ SelectChannelConnector connector = new SelectChannelConnector(); -+ connector.setPort(url.getPort()); -+ connector.setHost(host); -+ server.addConnector(connector); - } - - public void stop() throws IOException -@@ -122,7 +131,7 @@ - { - getServer().stop(); - } -- catch (InterruptedException x) -+ catch (Exception e) - { - Thread.currentThread().interrupt(); - } -@@ -133,10 +142,7 @@ - try - { - String urlPattern = resolveServletMapping(url); -- ServletHttpContext context = (ServletHttpContext)getServer().getContext("/"); -- context.addServlet(urlPattern, servletClassName); -- // TODO: be sure an undeployed url is not restarted ! -- if (!context.isStarted()) context.start(); -+ ((Context) getServer().getHandler()).getServletHandler().addServletWithMapping(servletClassName, urlPattern); - } - catch (Exception x) - { -@@ -146,10 +152,9 @@ - - public void undeploy(String servletName, JMXServiceURL url, Map environment) - { -- String urlPattern = resolveServletMapping(url); -- ServletHttpContext context = (ServletHttpContext)getServer().getContext("/"); -- ServletHandler handler = context.getServletHandler(); -- handler.getServletMap().remove(urlPattern); -+ // String urlPattern = resolveServletMapping(url); -+ // rvletHandler handler = ((ServletContextHandler) getServer().getHandler()).getServletHandler(); -+ // TODO handler.getServletMap().remove(urlPattern); - } - - private String resolveServletMapping(JMXServiceURL url) Deleted: tags/libmx4j-java/3.0.2-10/debian/patches/series =================================================================== --- trunk/libmx4j-java/debian/patches/series 2010-07-05 20:31:43 UTC (rev 12730) +++ tags/libmx4j-java/3.0.2-10/debian/patches/series 2010-07-07 19:09:19 UTC (rev 12734) @@ -1,6 +0,0 @@ -mx4j-no-iiop.patch -01-mx4j-javaxssl.patch -mx4j-build.patch -mx4j-docbook.patch -jetty.patch -hessian.patch Copied: tags/libmx4j-java/3.0.2-10/debian/patches/series (from rev 12733, trunk/libmx4j-java/debian/patches/series) =================================================================== --- tags/libmx4j-java/3.0.2-10/debian/patches/series (rev 0) +++ tags/libmx4j-java/3.0.2-10/debian/patches/series 2010-07-07 19:09:19 UTC (rev 12734) @@ -0,0 +1,5 @@ +mx4j-no-iiop.patch +01-mx4j-javaxssl.patch +mx4j-build.patch +mx4j-docbook.patch +hessian.patch Deleted: tags/libmx4j-java/3.0.2-10/debian/rules =================================================================== --- trunk/libmx4j-java/debian/rules 2010-07-05 20:31:43 UTC (rev 12730) +++ tags/libmx4j-java/3.0.2-10/debian/rules 2010-07-07 19:09:19 UTC (rev 12734) @@ -1,30 +0,0 @@ -#!/usr/bin/make -f -# debian/rules file for libmx4j-java (uses cdbs) - -export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-) - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/ant.mk - -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 jetty jetty-util hessian - -DEB_ANT_BUILDFILE := build/build.xml -DEB_ANT_BUILD_TARGET := compile.tools - -install/libmx4j-java:: - jar umf debian/remote-MANIFEST.MF dist/lib/mx4j-remote.jar - jar umf debian/core-MANIFEST.MF dist/lib/mx4j.jar - 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 Copied: tags/libmx4j-java/3.0.2-10/debian/rules (from rev 12733, trunk/libmx4j-java/debian/rules) =================================================================== --- tags/libmx4j-java/3.0.2-10/debian/rules (rev 0) +++ tags/libmx4j-java/3.0.2-10/debian/rules 2010-07-07 19:09:19 UTC (rev 12734) @@ -0,0 +1,30 @@ +#!/usr/bin/make -f +# debian/rules file for libmx4j-java (uses cdbs) + +export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk + +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 +DEB_ANT_BUILD_TARGET := compile.tools + +install/libmx4j-java:: + jar umf debian/remote-MANIFEST.MF dist/lib/mx4j-remote.jar + jar umf debian/core-MANIFEST.MF dist/lib/mx4j.jar + 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/mailman/listinfo/pkg-java-commits

