[mina] 10/26: Replace dh_clean -k by dh_prep
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 22 20:27:03 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository mina.
commit 0d5b15a1d2c2e6ccef398896d2ead1b5c4f04593
Author: Damien Raude-Morvan <drazzib at debian.org>
Date: Mon Oct 12 20:55:56 2009 +0000
Replace dh_clean -k by dh_prep
---
debian/changelog | 1 +
debian/rules | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7b69396..ca5a50d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mina (1.1.7.dfsg-7) UNRELEASED; urgency=low
* Append "Mina 1.x" in extended description
* Bump debhelper to >= 7
+ - Replace dh_clean -k by dh_prep
* Maven POMs:
- Add a Build-Depends-Indep dependency on maven-repo-helper
- Use mh_installpom and mh_installjar to install the POM and the jar to the
diff --git a/debian/rules b/debian/rules
index e9cbfa5..b1fb4cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,7 @@ clean:
install-indep: build-indep
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
binary-arch: build-arch
@@ -72,7 +72,7 @@ binary-arch: build-arch
binary-indep: build-indep install-indep
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_install -i
dh_installdocs -i
# Don't include META-INF or LICENSE files from examples
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mina.git
More information about the pkg-java-commits
mailing list