[vecmath] 01/02: This commit was manufactured by cvs2svn to create tag 'RELEASE_1_14-2'.
Markus Koschany
apo at moszumanska.debian.org
Wed Jul 5 09:58:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to annotated tag debian/RELEASE_1_14-2
in repository vecmath.
commit aad2d1c6055cd5fb182cbbb4f31ae1a5cd77214b
Author: (no author) <nobody at debian.org>
Date: Sun Aug 14 12:54:06 2005 +0000
This commit was manufactured by cvs2svn to create tag
'RELEASE_1_14-2'.
---
debian/changelog | 10 ++++++++++
debian/control | 4 ++--
debian/rules | 5 ++++-
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4f140a2..f2841e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+vecmath1.2 (1.14-2) unstable; urgency=low
+
+ * Upload to unstable
+ * Changed libant1.6-java build-dep to ant (changed debian/rules accordingly)
+ * Standards-Version 3.6.2 (no changes)
+
+ * Upload sponsored by Petter Reinholdtsen
+
+ -- Wolfgang Baer <WBaer at gmx.de> Sat, 13 Aug 2005 13:44:17 +0200
+
vecmath1.2 (1.14-1) experimental; urgency=low
* Initial Release (closes: #294536)
diff --git a/debian/control b/debian/control
index dd4811a..6447ade 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, libant1.6-java, kaffe (>= 1.1.4-PRECVS8-1)
-Standards-Version: 3.6.1
+Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, ant, kaffe (>= 2:1.1.5-3)
+Standards-Version: 3.6.2
Package: libvecmath1.2-java
Architecture: all
diff --git a/debian/rules b/debian/rules
index b58fec5..e1e3975 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/cdbs/1/class/ant.mk
export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
JAVA_HOME := /usr/lib/kaffe
-ANT_HOME := /usr/share/ant1.6
+ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar
DEB_ANT_COMPILER := jikes
@@ -15,5 +15,8 @@ DEB_ANT_BUILDFILE := debian/build.xml
DEB_ANT_BUILD_TARGET := all
install/libvecmath1.2-java::
+ # remove the zero byte file to fix lintian warning
+ rm -f target/docs/api/package-list
install -m 644 target/vecmath1.2.jar debian/libvecmath1.2-java/usr/share/java/vecmath1.2-$(UPSTREAM_VERSION).jar
ln -s vecmath1.2-$(UPSTREAM_VERSION).jar debian/libvecmath1.2-java/usr/share/java/vecmath1.2.jar
+
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/vecmath.git
More information about the pkg-java-commits
mailing list