[joptsimple] 06/08: Removed the override_dh_auto_clean target in debian/rules

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Sep 12 07:50:16 UTC 2017


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

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

commit 094e7174678b8989b3ff17ab75201d505b31f1fd
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Sep 12 09:42:00 2017 +0200

    Removed the override_dh_auto_clean target in debian/rules
---
 debian/changelog | 1 +
 debian/rules     | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c499e57..1d4115e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ joptsimple (5.0.4-2) UNRELEASED; urgency=medium
   * Removed no-oss-parent.patch
   * Removed no_gitexe.patch
   * Removed maven-bundle-plugin_is_2.5.4.patch
+  * Removed the override_dh_auto_clean target in debian/rules
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 12 Sep 2017 08:04:55 +0200
 
diff --git a/debian/rules b/debian/rules
index 73adb4b..5985cac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,5 @@
 %:
 	dh $@
 
-override_dh_auto_clean:
-	rm -rf debian/maven-repo target debian/maven.cleanIgnoreRules pom.xml.save
-	find . -name "*.class" -delete
-
 get-orig-source:
 	uscan --download-current-version --force-download --no-symlink
-

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



More information about the pkg-java-commits mailing list