[liboro-java] 04/37: * Removed Takashi Okamoto from the uploaders (closes: Bug#352989). * Removed jikes and gjdoc from the dependencies, modified the debian/rules accordingly. * debian/rules: removed ant-launcher.jar from classpath. * debian/watch: added. * updated the orig tarball (removed generated jar and apidoc).
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jul 27 13:12:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository liboro-java.
commit cfdd180628ee218e962e240d0451a8ff749bc713
Author: Arnaud Vandyck <avdyk at debian.org>
Date: Mon Apr 24 22:29:08 2006 +0000
* Removed Takashi Okamoto from the uploaders (closes: Bug#352989).
* Removed jikes and gjdoc from the dependencies, modified the
debian/rules accordingly.
* debian/rules: removed ant-launcher.jar from classpath.
* debian/watch: added.
* updated the orig tarball (removed generated jar and apidoc).
---
.../01-build-xml-dont-replace-non-existing-file.patch | 13 +++++++++++++
debian/rules | 4 +++-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/debian/patches/01-build-xml-dont-replace-non-existing-file.patch b/debian/patches/01-build-xml-dont-replace-non-existing-file.patch
new file mode 100644
index 0000000..e222ed2
--- /dev/null
+++ b/debian/patches/01-build-xml-dont-replace-non-existing-file.patch
@@ -0,0 +1,13 @@
+--- build.xml.old 2006-04-24 22:09:08.000000000 +0000
++++ build.xml 2006-04-24 22:09:37.000000000 +0000
+@@ -162,8 +162,8 @@
+ header="<a href='http://jakarta.apache.org/oro/' target=_top><img src='{@docroot}/../images/logoSmall.gif' alt='Jakarta ORO' width=48 height=47 align=center border=0 hspace=1 vspace=1></a>"
+ bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved.">
+ </javadoc>
+- <replace file="${javadoc.destdir}/overview-frame.html"
+- token="{@docroot}" value="."/>
++ <!-- replace file="${javadoc.destdir}/overview-frame.html"
++ token="{@docroot}" value="."/ -->
+ <replace dir="${javadoc.destdir}" includes="**/*.html"
+ token="@version@" value="${version}"/>
+ </target>
diff --git a/debian/rules b/debian/rules
index 9fe7599..c0f3c48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,12 @@
#!/usr/bin/make -f
# debian/rules file for liboro-java (uses cdbs)
-UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -\d' ' | cut -f1 -d- )
+#UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -\d' ' | cut -f1 -d- )
+UPSTREAM_VERSION := 2.0.8
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
JAVA_HOME_DIRS := /usr/lib/kaffe
ANT_HOME := /usr/share/ant
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/liboro-java.git
More information about the pkg-java-commits
mailing list