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

ebourg-guest pushed a commit to branch master
in repository libcommons-modeler-java.

commit f2ed8c41f731c71eebd477c7b0f6ef358cac218a
Author: Arnaud Vandyck <av...@debian.org>
Date:   Sun Aug 7 20:53:37 2005 +0000

    libcommons-modeler-java (1.1-5) unstable; urgency=low
    
      * Rebuild with target=1.3 (01_build_xml.patch)
        This enables tomcat4 to work with JDK 1.3 again (closes: #314364)
      * Fixed homepage location in descriptions
      * Bumped Standards-Version to 3.6.2 (no changes)
      * Added myself to uploaders
      * Upload sponsored by Arnaud Vandyck
    
     -- Wolfgang Baer <wb...@gmx.de>  Thu, 04 Aug 2005 22:22:11 +0200
---
 debian/changelog                  | 11 +++++++++++
 debian/control                    | 10 +++++-----
 debian/patches/01_build_xml.patch | 11 +++++++++++
 debian/rules                      |  2 ++
 4 files changed, 29 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bf6eabb..5c3b670 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libcommons-modeler-java (1.1-5) unstable; urgency=low
+
+  * Rebuild with target=1.3 (01_build_xml.patch)
+    This enables tomcat4 to work with JDK 1.3 again (closes: #314364)
+  * Fixed homepage location in descriptions
+  * Bumped Standards-Version to 3.6.2 (no changes)
+  * Added myself to uploaders
+  * Upload sponsored by Arnaud Vandyck
+
+ -- Wolfgang Baer <wb...@gmx.de>  Thu, 04 Aug 2005 22:22:11 +0200
+
 libcommons-modeler-java (1.1-4) unstable; urgency=low
 
   * upload with sources.
diff --git a/debian/control b/debian/control
index 19ce83e..3e56b04 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
-Source:  libcommons-modeler-java
+Source: libcommons-modeler-java
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Takashi Okamoto <t...@debian.org>, Stefan Gybas 
<sgy...@debian.org>, Arnaud Vandyck <av...@debian.org>
+Uploaders: Takashi Okamoto <t...@debian.org>, Stefan Gybas 
<sgy...@debian.org>, Arnaud Vandyck <av...@debian.org>, Wolfgang Baer 
<wb...@gmx.de>
 Build-Depends-Indep: debhelper (>= 4.1.0), cdbs (>= 0.4.8), kaffe, jikes, 
libant1.6-java, libcommons-logging-java, libcommons-digester-java, libmx4j-java
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2
 
 Package: libcommons-modeler-java
 Architecture: all
@@ -20,7 +20,7 @@ Description: A convenience library to use Java Management 
Extensions (JMX)
     for all management activities where the attribute accesses or
     operation calls are simply reflected on to the managed object.
   .
-  For more information see http://jakarta.apache.org/commons/modeler.html.
+  For more information see http://jakarta.apache.org/commons/modeler/.
 
 Package: libcommons-modeler-java-doc
 Architecture: all
@@ -31,5 +31,5 @@ Description: Javadoc API documentation and examples for 
Commons Modeler
  .
  This package contains the Javadoc API documentation and examples.
  .
- For more information see http://jakarta.apache.org/commons/modeler.html.
+ For more information see http://jakarta.apache.org/commons/modeler/.
 
diff --git a/debian/patches/01_build_xml.patch 
b/debian/patches/01_build_xml.patch
new file mode 100644
index 0000000..dd81a42
--- /dev/null
+++ b/debian/patches/01_build_xml.patch
@@ -0,0 +1,11 @@
+--- build.xml.orig     2003-07-29 02:50:44.000000000 +0200
++++ build.xml  2005-08-04 22:19:22.000000000 +0200
+@@ -157,7 +157,7 @@
+            destdir="${build.home}/classes"
+              debug="${compile.debug}"
+        deprecation="${compile.deprecation}"
+-          optimize="${compile.optimize}">
++          optimize="${compile.optimize}" target="1.3">
+       <classpath refid="compile.classpath"/>
+       <exclude name="org/apache/commons/modeler/ant/*PropertyHelper.java" 
unless="ant16.available" />
+       <exclude 
name="org/apache/commons/modeler/modules/MbeansDescriptorsDigesterSource.java" 
unless="digester.available" />
diff --git a/debian/rules b/debian/rules
index 4d41177..fe1dae9 100644
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,10 @@
 # debian/rules file for libcommons-modeler-java (uses cdbs)
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/ant.mk
 
+
 # Directories to look for JAVA_HOME (JDK 1.2+ required!)
 JAVA_HOME_DIRS := /usr/lib/kaffe
 ANT_HOME := /usr/share/ant1.6

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to