Author: avdyk
Date: 2006-04-24 22:29:08 +0000 (Mon, 24 Apr 2006)
New Revision: 2079

Added:
   trunk/liboro-java/debian/patches/
   
trunk/liboro-java/debian/patches/01-build-xml-dont-replace-non-existing-file.patch
Modified:
   trunk/liboro-java/debian/rules
Log:
  * 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).


Added: 
trunk/liboro-java/debian/patches/01-build-xml-dont-replace-non-existing-file.patch
===================================================================
--- 
trunk/liboro-java/debian/patches/01-build-xml-dont-replace-non-existing-file.patch
  2006-04-24 22:21:18 UTC (rev 2078)
+++ 
trunk/liboro-java/debian/patches/01-build-xml-dont-replace-non-existing-file.patch
  2006-04-24 22:29:08 UTC (rev 2079)
@@ -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='[EMAIL 
PROTECTED]/../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="[EMAIL PROTECTED]" value="."/>
++         <!-- replace file="${javadoc.destdir}/overview-frame.html"
++                  token="[EMAIL PROTECTED]" value="."/ -->
+          <replace dir="${javadoc.destdir}" includes="**/*.html"
+                   token="@version@" value="${version}"/>
+     </target>

Modified: trunk/liboro-java/debian/rules
===================================================================
--- trunk/liboro-java/debian/rules      2006-04-24 22:21:18 UTC (rev 2078)
+++ trunk/liboro-java/debian/rules      2006-04-24 22:29:08 UTC (rev 2079)
@@ -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


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to