[mythes] 02/09: use dh compat 9; dh_clean -k -> dh_prep

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:55:33 UTC 2016


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

rene pushed a commit to branch master
in repository mythes.

commit 76ef20469689014899fa760827dc49103f1bd63f
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Sep 6 07:59:36 2016 +0200

    use dh compat 9; dh_clean -k -> dh_prep
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 4cd85dc..09b4d5e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: mythes
 Priority: optional
 Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
 Uploaders: Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 6.0.7~), pkg-config (>= 0.9.0), libhunspell-dev, autotools-dev
+Build-Depends: debhelper (>= 9), pkg-config (>= 0.9.0), libhunspell-dev, autotools-dev
 Standards-Version: 3.6.1
 Section: libs
 
diff --git a/debian/rules b/debian/rules
index 78d5aeb..c46e6f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp

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



More information about the Pkg-openoffice-commits mailing list