This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository icu4j.
commit 61f66574006fbdc69e8a1b097af3fafb20539d41 Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 9 22:41:29 2014 +0000 debian/rules: Improved the clean target --- debian/changelog | 1 + debian/rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index e66ebce..73b9297 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ icu4j (4.2.1.1-3) UNRELEASED; urgency=medium * Team upload. * Patched to build with OpenJDK 8 * Standards-Version updated to 3.9.5 (no changes) + * debian/rules: Improved the clean target -- Emmanuel Bourg <[email protected]> Thu, 10 Apr 2014 00:20:49 +0200 diff --git a/debian/rules b/debian/rules index 5499d44..9434b6b 100755 --- a/debian/rules +++ b/debian/rules @@ -18,5 +18,9 @@ install/libicu4j-java:: mh_linkjar -plibicu4j-java debian/pom.xml usr/share/java/icu4j.jar mh_installpom -plibicu4j-java debian/pom.xml +clean:: + mh_clean + rm -f *.jar stamp-extra-build + get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/icu4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

