[classycle] 09/12: Improved the clean target

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Dec 21 17:36:59 UTC 2016


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

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

commit b3a2dfe0a690762f56c9bf48c4cdb18f75383202
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Dec 21 18:24:49 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index ea3f545..c07d861 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ classycle (1.4.2-1) UNRELEASED; urgency=medium
   * Use secure Vcs-* URLs
   * Switch to debhelper level 10
   * Updated the watch file
+  * debian/rules: Improved the clean target
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 21 Dec 2016 18:05:05 +0100
 
diff --git a/debian/rules b/debian/rules
index f3c07de..fe3b8db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ SVN_REVISION=209
 
 override_dh_auto_clean:
 	dh_auto_clean
-	-rm -rf classycle.jar classycle1.4.zip src.zip docs/WebSite/apidoc
+	-rm -rf classycle.jar classycle*.zip src.zip docs/WebSite/apidoc
 
 get-orig-source:
 	svn export -r$(SVN_REVISION) https://classycle.svn.sourceforge.net/svnroot/classycle/trunk/Classycle/ classycle-$(VERSION)

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



More information about the pkg-java-commits mailing list