[icu4j-4.2] 09/32: Made it svn-buildpackage-able and added missing ${misc:Depends}.

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Thu Mar 24 09:11:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

seamlik-guest pushed a commit to branch master
in repository icu4j-4.2.

commit bbeba332b86b49110f8cd46090bb31f681351409
Author: Niels Thykier <nthykier at debian.org>
Date:   Sun Jan 10 15:23:25 2010 +0000

    Made it svn-buildpackage-able and added missing ${misc:Depends}.
---
 debian/build.xml | 3 ---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/links     | 2 +-
 debian/rules     | 6 +++---
 5 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/debian/build.xml b/debian/build.xml
index 1c4aaca..edc37d9 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -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}/" />
diff --git a/debian/changelog b/debian/changelog
index bfd32a8..9a2e239 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ icu4j (4.0.1.1-1) UNRELEASED; urgency=low
   * 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
 
diff --git a/debian/control b/debian/control
index 2b83ecf..88d1f46 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Andreas Tille <tille at debian.org>,
  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/
diff --git a/debian/links b/debian/links
index 13947b5..7a4017d 100644
--- a/debian/links
+++ b/debian/links
@@ -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
diff --git a/debian/rules b/debian/rules
index 0360097..ee5605e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,10 @@ build-stamp:
 
 clean:
 	dh_testdir
-	rm -f build-stamp
-	ant normSrc
-	ant clean
 	dh_testroot
+	rm -f build-stamp
+	if [ -f build.xml ] ; then ant normSrc && ant clean ; fi
+	rm -f *.jar
 	dh_clean
 
 binary-arch:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/icu4j-4.2.git



More information about the pkg-java-commits mailing list