[tomcat-native] 05/08: Replaced override_dh_auto_clean in debian/rules with debian/clean
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Nov 17 18:19:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat-native.
commit c26e2c0a4ab916def523f6e0d0ee56c77ee4b687
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Nov 17 17:18:11 2016 +0100
Replaced override_dh_auto_clean in debian/rules with debian/clean
---
debian/changelog | 1 +
debian/clean | 2 ++
debian/rules | 5 -----
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 42b010c..a28f393 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ tomcat-native (1.2.10-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
* Switch to debhelper level 10
+ * Replaced override_dh_auto_clean in debian/rules with debian/clean
-- Emmanuel Bourg <ebourg at apache.org> Sun, 13 Nov 2016 22:29:50 +0100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..5b577e9
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+native/config.nice
+native/config.log
diff --git a/debian/rules b/debian/rules
index 46d5c16..1386fe3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,6 @@ override_dh_auto_configure:
JAVA_HOME=/usr/lib/jvm/default-java \
dh_auto_configure -- --with-apr=/usr --with-ssl=/usr
-override_dh_auto_clean:
- dh_auto_clean
- rm -f native/config.nice
- rm -f native/config.log
-
override_dh_auto_install:
dh_auto_install
rmdir debian/libtcnative-1/usr/bin
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat-native.git
More information about the pkg-java-commits
mailing list