This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository uimaj.
commit e6ac56f3fc4655d2e76c0ea582d3aec9c5c71d8e Author: Emmanuel Bourg <[email protected]> Date: Thu Mar 20 22:56:15 2014 +0100 debian/rules: Fixed the clean target when used after an incomplete build --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d3dc16e..454983e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ uimaj (2.4.1-1) UNRELEASED; urgency=low * Switched to debhelper level 9 * Use XZ compression for the upstream tarball * debian/watch: Updated to detect the latest release + * debian/rules: Fixed the clean target when used after an incomplete build -- Emmanuel Bourg <[email protected]> Wed, 26 Jun 2013 17:51:41 +0200 diff --git a/debian/rules b/debian/rules index 51c1bad..7f45ad9 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ get-orig-source: clean:: mh_clean - -rm $(UIMA_MANPAGES) + -rm -Rf $(UIMA_MANPAGES) binary-install/uima-utils:: # Remove suffixes on binaries -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uimaj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

