[jenkins-htmlunit] 06/08: debian/rules: Added a clean target to allow rebuilds

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Sep 5 09:16:49 UTC 2014


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

ebourg-guest pushed a commit to branch master
in repository jenkins-htmlunit.

commit dad3c320753bb1b977d5c980de7d4f565e4701ef
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Sep 5 10:32:41 2014 +0200

    debian/rules: Added a clean target to allow rebuilds
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 012e193..87047f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jenkins-htmlunit (2.6-jenkins-6-2) unstable; urgency=medium
 
   * Team upload.
   * debian/watch: Match only the jenkins versions
+  * debian/rules: Added a clean target to allow rebuilds
   * debian/control:
     - Removed the deprecated DM-Upload-Allowed field
     - Standards-Version updated to 3.9.5 (no changes)
diff --git a/debian/rules b/debian/rules
index 2d36ab9..5e9d2b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,5 +17,8 @@ binary-post-install/lib$(PACKAGE)-java::
         target/$(JAR)-$(DEB_UPSTREAM_VERSION).jar
 	jh_classpath  -plib$(PACKAGE)-java
 
+clean::
+	-rm -Rf artifacts
+
 get-orig-source:
 	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-htmlunit.git



More information about the pkg-java-commits mailing list