[libjcommon-java] 09/31: update to 1.0.10

Markus Koschany apo at moszumanska.debian.org
Sat Oct 15 17:04:09 UTC 2016


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

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

commit 36863aa5263b7c22db6d7c2a01d05cbfee9744b2
Author: Rene Engelhard <rene at debian.org>
Date:   Thu Aug 30 07:40:23 2007 +0000

    update to 1.0.10
---
 debian/README.Debian-source           | 10 ----------
 debian/ant.properties                 | 30 ------------------------------
 debian/changelog                      | 11 +++++++++--
 debian/control                        |  4 ++--
 debian/patches/target-source-1.3.diff | 13 +++++++++++++
 debian/rules                          | 19 +++++++++++--------
 6 files changed, 35 insertions(+), 52 deletions(-)

diff --git a/debian/README.Debian-source b/debian/README.Debian-source
deleted file mode 100644
index c758a4e..0000000
--- a/debian/README.Debian-source
+++ /dev/null
@@ -1,10 +0,0 @@
-libjcommon-java
--------------
-
-Upstream does not provide source only tarballs. Therefore the following
-actions were taken to produce the orig.tar.gz:
-
-- rm lib/*
-- rm *.jar
-
- -- Wolfgang Baer <WBaer at gmx.de>  Thu, 02 Feb 2006 15:48:42 +0100 
diff --git a/debian/ant.properties b/debian/ant.properties
deleted file mode 100644
index f759a20..0000000
--- a/debian/ant.properties
+++ /dev/null
@@ -1,30 +0,0 @@
-###########################################################
-#
-#  Global settings ...
-jcommon.name=jcommon
-
-# needed for the Docs
-jcommon.version=1.0.5
-
-# If you specify a non-empty string, then dont forget the
-# trailing / here or your results wont fit your expectations...
-#
-targetdir=
-manifest-lib-prefix=lib/
-
-###########################################################
-#
-#  Used libraries ...
-# Provided via rules file
-jaxp-jar-file=
-servlet-jar-file=
-junit-jar-file=
-
-##############################################################
-#
-# Generated files ...
-jcommon-jar-file=jcommon.jar
-jcommon-bundle-file=jcommon-bundle.jar
-jcommon-junit-jar-file=jcommon-junit.jar
-jcommon-xml-jar-file=jcommon-xml.jar
-jcommon-xml-bundle-file=jcommon-xml-bundle.jar
diff --git a/debian/changelog b/debian/changelog
index 362805f..3cff517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,19 @@
-libjcommon-java (1.0.6-2) unstable; urgency=low
+libjcommon-java (1.0.10-1) unstable; urgency=low
 
+  [ Michael Koch ]
   * 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 <konqueror at gmx.de>  Thu, 02 Aug 2007 07:51:01 +0200
+  [ Rene Engelhard ]
+  * New upstream release
+  * add myself to Uploaders
+  * remove junit.jar from lib/ in clean and add compile-junit-tests to
+    DEB_ANT_TEST_TARGET; build-depend on junit
+
+ -- Rene Engelhard <rene at debian.org>  Wed, 29 Aug 2007 23:03:41 +0200
 
 libjcommon-java (1.0.6-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 284388b..d20310e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: libjcommon-java
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Christian Bayle <bayle at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Uploaders: Christian Bayle <bayle at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Rene Engelhard <rene at debian.org>
 Build-Depends: debhelper (>= 4.2.30), cdbs
-Build-Depends-Indep: java-gcj-compat-dev, ant, libservlet2.4-java
+Build-Depends-Indep: java-gcj-compat-dev, ant, libservlet2.4-java, junit
 Standards-Version: 3.7.2
 
 Package: libjcommon-java
diff --git a/debian/patches/target-source-1.3.diff b/debian/patches/target-source-1.3.diff
new file mode 100644
index 0000000..4fdaaff
--- /dev/null
+++ b/debian/patches/target-source-1.3.diff
@@ -0,0 +1,13 @@
+--- ant/build.properties-old	2007-08-28 22:05:58.000000000 +0200
++++ ant/build.properties	2007-08-28 22:06:10.000000000 +0200
+@@ -14,8 +14,8 @@
+ 
+ #
+ # Make sure that JDK 1.2 compatible class files are generated
+-build.target=1.2
+-build.source=1.2
++build.target=1.3
++build.source=1.3
+ 
+ #
+ # All path settings are relative to the project root directory
diff --git a/debian/rules b/debian/rules
index 629be7c..e7ba8f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # debian/rules file for libjcommon-java (uses cdbs)
 LIBRARY_PACKAGE := jcommon
-API_VERSION     := 1.0.6
+API_VERSION     := 1.0.10
 
 # Add here any variable or target overrides you need
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -17,17 +17,20 @@ DEB_JARS := \
 
 DEB_ANT_BUILDFILE := ant/build.xml
 DEB_ANT_BUILD_TARGET := compile compile-xml javadoc
+# FIXME: how to run this?
+DEB_ANT_CHECK_TARGET := compile-junit-tests
 
 clean::
-	-rm -rf build
-	-rm -rf javadoc
-	-rm -f jcommon.jar
-	-rm -f jcommon-xml.jar
-	-rm -f jcommon-junit.jar
+	rm -rf build
+	rm -rf javadoc
+	rm -f $(LIBRARY_PACKAGE)-$(API_VERSION).jar 
+	rm -f $(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar
+	rm -f lib/junit.jar lib/jcommon-$(API_VERSION)-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
+	install -m 644 $(LIBRARY_PACKAGE)-$(API_VERSION).jar debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE)-$(API_VERSION).jar
 	ln -s $(LIBRARY_PACKAGE)-$(API_VERSION).jar debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE).jar
 
-	install -m 644 $(LIBRARY_PACKAGE)-xml.jar debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar
+	install -m 644 $(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar
 	ln -s $(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE)-xml.jar
+

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



More information about the pkg-java-commits mailing list