[async-http-client] 06/08: debian/rules: Improved the clean target

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Dec 17 18:29:39 UTC 2014


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

ebourg-guest pushed a commit to branch master
in repository async-http-client.

commit 6237bcf8c99141184cd654050471a1c6f3f44f73
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Dec 17 17:34:35 2014 +0100

    debian/rules: Improved the clean target
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c2c81f3..27f7a66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ async-http-client (1.6.5-3) UNRELEASED; urgency=medium
   * Standards-Version updated to 3.9.6 (no changes)
   * Removed the unnecessary build dependency on libclirr-maven-plugin-java
   * Use canonical URLs for the Vcs-* fields
+  * debian/rules: Improved the clean target
 
  -- tony mancill <tmancill at debian.org>  Thu, 13 Feb 2014 20:00:09 -0800
 
diff --git a/debian/rules b/debian/rules
index b76c54a..9d66ddf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@ JAVA_HOME := /usr/lib/jvm/default-java
 
 get-orig-source:
 	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+
+clean::
+	rm -Rf META-INF/MANIFEST.MF

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/async-http-client.git



More information about the pkg-java-commits mailing list