[hyphen] 03/03: Bump debhelper compat level to 10.

Mattia Rizzolo mattia at debian.org
Thu Sep 15 20:11:43 UTC 2016


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

mattia pushed a commit to branch master
in repository hyphen.

commit 10eb8fdb82f482313b589fa59bf42f3ed52cf120
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu Sep 15 19:45:39 2016 +0000

    Bump debhelper compat level to 10.
    
    Drop explicit --parallel and --with autoreconf options, now default
---
 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 ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 2bf7427..00beda9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
 Uploaders: Mattia Rizzolo <mattia at debian.org>, Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf, texlive-base (>= 2013~), gawk
+Build-Depends: debhelper (>= 10), texlive-base (>= 2013~), gawk
 Standards-Version: 3.9.8
 Homepage: https://github.com/hunspell/hyphen
 Vcs-Git: https://anonscm.debian.org/git/pkg-openoffice/hyphen.git
diff --git a/debian/rules b/debian/rules
index 39958a5..949d258 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@
 
 override_dh_auto_configure-arch:
 	dh_auto_configure AWK=gawk

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



More information about the Pkg-openoffice-commits mailing list