[libws-commons-util-java] 04/30: * Added missing Build-Depends-Indep on ant. Closes: 433745. * Added myself to Uploaders.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Apr 20 16:55:19 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libws-commons-util-java.
commit 999cb42758b4dfba91a024faa074e6f1a8500204
Author: Michael Koch <konqueror at gmx.de>
Date: Thu Jul 19 21:30:04 2007 +0000
* Added missing Build-Depends-Indep on ant. Closes: 433745.
* Added myself to Uploaders.
---
debian/build.xml | 2 +-
debian/changelog | 11 ++++-------
debian/control | 4 ++--
debian/copyright | 4 ++--
debian/rules | 6 +++---
5 files changed, 12 insertions(+), 15 deletions(-)
diff --git a/debian/build.xml b/debian/build.xml
index 31d62bd..8181668 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -21,7 +21,7 @@
<target name="compile">
<mkdir dir="${build_classdir}" />
- <javac srcdir="${srcdir}/main/java" destdir="${build_classdir}" />
+ <javac srcdir="${srcdir}/main/java" destdir="${build_classdir}" debug="true" />
</target>
<target name="dist" depends="compile">
diff --git a/debian/changelog b/debian/changelog
index 0ef01c2..296947d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,12 @@
libws-commons-util (1.0.1-2) unstable; urgency=low
- * Changed maintainer field
- * Moved debian/install and debian/links to debian/rules
- * Added autor to debian/copyright
- * Fixed debian/control
+ * Added missing Build-Depends-Indep on ant. Closes: 433745.
+ * Added myself to Uploaders.
- -- Michael Koch <konqueror at gmx.de> Tue, 12 Jun 2007 21:24:21 +0200
+ -- Michael Koch <konqueror at gmx.de> Thu, 19 Jul 2007 09:24:30 -0100
libws-commons-util (1.0.1-1) unstable; urgency=low
- * Initial release
+ * Initial release (Closes: #429570)
-- Vladimír Lapáček <vladimir.lapacek at gmail.com> Fri, 27 Apr 2007 22:48:48 +0200
-
diff --git a/debian/control b/debian/control
index 5f61067..c12f2f7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
Source: libws-commons-util
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Vladimír Lapáček <vladimir.lapacek at gmail.com>
+Uploaders: Vladimír Lapáček <vladimir.lapacek at gmail.com>, Michael Koch <konqueror at gmx.de>
Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: java-gcj-compat-dev
+Build-Depends-Indep: java-gcj-compat-dev, ant
Standards-Version: 3.7.2
Section: libs
diff --git a/debian/copyright b/debian/copyright
index dd2ba1c..10af7f1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,11 @@ Fri, 27 Apr 2007 22:48:48 +0200.
It was downloaded from http://apache.osuosl.org/ws/commons/util/
-Copyright: 2006 Apache
Author: Jochen Wiedmann <jochen.wiedmann at gmail.com>
-License:
+Copyright: (c) 2007 Apache Software Foundation
+License:
Apache License
Version 2.0, January 2004
diff --git a/debian/rules b/debian/rules
index 6c79080..e279846 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,11 @@ 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
-VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-)
+DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-)
install/libws-commons-util-java::
- dh_install ws-commons-util-$(VERSION).jar usr/share/java
- dh_link usr/share/java/ws-commons-util-$(VERSION).jar usr/share/java/ws-commons-util.jar
+ dh_install ws-commons-util-$(DEB_UPSTREAM_VERSION).jar usr/share/java
+ dh_link usr/share/java/ws-commons-util-$(DEB_UPSTREAM_VERSION).jar usr/share/java/ws-commons-util.jar
JAVA_HOME := /usr/lib/jvm/java-gcj
BUILD_FILE := debian/build.xml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libws-commons-util-java.git
More information about the pkg-java-commits
mailing list