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

apo pushed a commit to branch master
in repository libjcommon-java.

commit 786dd643c23442c321a9326bd8543053a8c6503c
Author: Michael Koch <konque...@gmx.de>
Date:   Thu Aug 2 05:53:27 2007 +0000

    libjcommon-java (1.0.6-2) unstable; urgency=low
    
      * Fixed typo in java1-runtime dependency.
      * Fixed clean target to delete the created jars on second build.
      * Removed Build-Depends on ecj-bootstrap and special handling for it in
        debian/rules.
      * Added myself and Removed Wolfgang from Uploaders.
    
     -- Michael Koch <konque...@gmx.de>  Thu, 02 Aug 2007 07:51:01 +0200
---
 debian/changelog | 10 ++++++++++
 debian/control   |  6 +++---
 debian/rules     | 11 +++--------
 3 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b179ab8..362805f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libjcommon-java (1.0.6-2) unstable; urgency=low
+
+  * Fixed typo in java1-runtime dependency.
+  * Fixed clean target to delete the created jars on second build.
+  * Removed Build-Depends on ecj-bootstrap and special handling for it in
+    debian/rules.
+  * Added myself and Removed Wolfgang from Uploaders.
+
+ -- Michael Koch <konque...@gmx.de>  Thu, 02 Aug 2007 07:51:01 +0200
+
 libjcommon-java (1.0.6-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 4fb06cb..284388b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,15 @@ Source: libjcommon-java
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
-Uploaders: Christian Bayle <ba...@debian.org>, Wolfgang Baer <wb...@gmx.de>, 
Arnaud Vandyck <av...@debian.org>
+Uploaders: Christian Bayle <ba...@debian.org>, Arnaud Vandyck 
<av...@debian.org>, Michael Koch <konque...@gmx.de>
 Build-Depends: debhelper (>= 4.2.30), cdbs
-Build-Depends-Indep: java-gcj-compat-dev, ecj-bootstrap, ant, 
libservlet2.4-java
+Build-Depends-Indep: java-gcj-compat-dev, ant, libservlet2.4-java
 Standards-Version: 3.7.2
 
 Package: libjcommon-java
 Section: libs
 Architecture: all
-Depends: java-gcj-compat | java1-runtime1 | java2-runtime
+Depends: java-gcj-compat | java1-runtime | java2-runtime
 Suggests: java-virtual-machine, libjcommon-java-doc
 Description: General Purpose library for Java
  JCommon is a free general purpose Java class library that is used in
diff --git a/debian/rules b/debian/rules
index 60a5585..629be7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,20 +15,15 @@ DEB_JARS := \
        junit \
        servlet-api-2.4
 
-# Build compiler
-DEB_ANT_COMPILER := org.eclipse.jdt.core.JDTCompilerAdapter
-ifneq (,$(findstring eclipse,$(DEB_ANT_COMPILER)))
-    DEB_JARS += ecj.jar /usr/share/ant/lib/ecj-adapter.jar
-endif
 DEB_ANT_BUILDFILE := ant/build.xml
 DEB_ANT_BUILD_TARGET := compile compile-xml javadoc
 
 clean::
        -rm -rf build
        -rm -rf javadoc
-       -rm -f jcommon-$(API_VERSION).jar
-       -rm -f jcommon-xml-$(API_VERSION).jar
-       -rm -f jcommon-$(API_VERSION)-junit.jar
+       -rm -f jcommon.jar
+       -rm -f jcommon-xml.jar
+       -rm -f jcommon-junit.jar
 
 install/lib$(LIBRARY_PACKAGE)-java:: 
        install -m 644 $(LIBRARY_PACKAGE).jar 
debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE)-$(API_VERSION).jar

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

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

Reply via email to