This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository apache-mime4j.
commit 06f78b5c79460bc655358a2af77c77e76ec4f2c1 Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 9 01:22:10 2014 +0200 Preserve the apache-mime4j-project pom in the binary package --- debian/changelog | 4 +++- debian/rules | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8530095..b740ecf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,9 @@ apache-mime4j (0.7.2-3) UNRELEASED; urgency=medium * debian/control: - Changed the priority from extra to optional * Updated the watch file - * debian/rules: Added a get-orig-source target + * debian/rules: + - Preserve the apache-mime4j-project pom in the binary package + - Added a get-orig-source target -- Emmanuel Bourg <[email protected]> Mon, 07 Jul 2014 14:03:10 +0200 diff --git a/debian/rules b/debian/rules index b85d19e..5fbe05f 100755 --- a/debian/rules +++ b/debian/rules @@ -44,8 +44,7 @@ override_dh_auto_install: $$i/target/apache-mime4j-$$i-debian.jar ; \ done - rm -rf $(CURDIR)/debian/libapache-mime4j-java/usr/share/maven-repo/org/apache/james/apache-mime4j-examples/ \ - $(CURDIR)/debian/libapache-mime4j-java/usr/share/maven-repo/org/apache/james/apache-mime4j-project/ + rm -rf $(CURDIR)/debian/libapache-mime4j-java/usr/share/maven-repo/org/apache/james/apache-mime4j-examples/ override_dh_auto_clean: dh_auto_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-mime4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

