[jakarta-taglibs-standard] 05/08: debian/rules: Improved the clean target

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Dec 2 22:33:28 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository jakarta-taglibs-standard.

commit ef1834c393a2c2af5ba85a092e2caf2dd478b219
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Dec 2 17:34:12 2015 +0100

    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 31bcd82..ab0c0ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ jakarta-taglibs-standard (1.1.2-4) UNRELEASED; urgency=medium
     - Standards-Version updated to 3.9.6 (no changes)
     - Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9
+  * debian/rules: Improved the clean target
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 02 Dec 2015 17:25:02 +0100
 
diff --git a/debian/rules b/debian/rules
index e22e6ac..bcae12e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,10 @@ MAVEN_REPO           := http://repo1.maven.org/maven2
 override_dh_auto_build:
 	ant -propertyfile debian/ant.properties -f standard/build.xml
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -Rf standard/build
+
 get-orig-source:
 	uscan --force-download --rename
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jakarta-taglibs-standard.git



More information about the pkg-java-commits mailing list