[pkg-java] r11339 - trunk/icu4j/debian
Niels Thykier
nthykier-guest at alioth.debian.org
Sun Jan 10 15:23:31 UTC 2010
Author: nthykier-guest
Date: 2010-01-10 15:23:25 +0000 (Sun, 10 Jan 2010)
New Revision: 11339
Modified:
trunk/icu4j/debian/build.xml
trunk/icu4j/debian/changelog
trunk/icu4j/debian/control
trunk/icu4j/debian/links
trunk/icu4j/debian/rules
Log:
Made it svn-buildpackage-able and added missing ${misc:Depends}.
Modified: trunk/icu4j/debian/build.xml
===================================================================
--- trunk/icu4j/debian/build.xml 2010-01-10 15:10:26 UTC (rev 11338)
+++ trunk/icu4j/debian/build.xml 2010-01-10 15:23:25 UTC (rev 11339)
@@ -19,9 +19,6 @@
<param name="build.part" value="com.ibm.icu" />
</antcall>
</target>
- <target name="clean">
- <delete dir="${output.dir}" />
- </target>
<target name="build-jar" depends="init">
<mkdir dir="${output.dir}/" />
Modified: trunk/icu4j/debian/changelog
===================================================================
--- trunk/icu4j/debian/changelog 2010-01-10 15:10:26 UTC (rev 11338)
+++ trunk/icu4j/debian/changelog 2010-01-10 15:23:25 UTC (rev 11339)
@@ -16,6 +16,7 @@
* Converted source to 3.0 (quilt).
* Bumped version in NEWS to match first affected version
released in Debian.
+ * Added a missing ${misc:Depends}.
-- Niels Thykier <niels at thykier.net> Mon, 28 Sep 2009 20:21:19 +0200
Modified: trunk/icu4j/debian/control
===================================================================
--- trunk/icu4j/debian/control 2010-01-10 15:10:26 UTC (rev 11338)
+++ trunk/icu4j/debian/control 2010-01-10 15:23:25 UTC (rev 11339)
@@ -7,7 +7,7 @@
Niels Thykier <niels at thykier.net>
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 7), ant (>= 1.7.0), default-jdk, unzip,
- javahelper
+ javahelper, ${misc:Depends}
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/icu4j
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/icu4j/
Homepage: http://www.icu-project.org/
Modified: trunk/icu4j/debian/links
===================================================================
--- trunk/icu4j/debian/links 2010-01-10 15:10:26 UTC (rev 11338)
+++ trunk/icu4j/debian/links 2010-01-10 15:23:25 UTC (rev 11339)
@@ -1 +1 @@
-/usr/share/java/com.ibm.icu_*.jar /usr/share/java/icu4j.jar
+/usr/share/java/com.ibm.icu.jar /usr/share/java/icu4j.jar
Modified: trunk/icu4j/debian/rules
===================================================================
--- trunk/icu4j/debian/rules 2010-01-10 15:10:26 UTC (rev 11338)
+++ trunk/icu4j/debian/rules 2010-01-10 15:23:25 UTC (rev 11339)
@@ -10,10 +10,10 @@
clean:
dh_testdir
+ dh_testroot
rm -f build-stamp
- ant normSrc
- ant clean
- dh_testroot
+ if [ -f build.xml ] ; then ant normSrc && ant clean ; fi
+ rm -f *.jar
dh_clean
binary-arch:
More information about the pkg-java-commits
mailing list