[libreoffice-dictionaries] 01/02: Bump debhelper compat level to 10.

Mattia Rizzolo mattia at debian.org
Mon Sep 12 08:46:00 UTC 2016


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

mattia pushed a commit to branch master
in repository libreoffice-dictionaries.

commit f2b6af0f55740948c53a72eef0b91d00fbb62489
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Sep 11 14:59:28 2016 +0000

    Bump debhelper compat level to 10.
    
    Drop explicit --parallel option, now default
---
 debian/compat     | 2 +-
 debian/control    | 2 +-
 debian/control.in | 2 +-
 debian/rules      | 2 +-
 4 files changed, 4 insertions(+), 4 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 042c8c2..1614d2d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
 Uploaders: Chris Halls <halls at debian.org>,
            Mattia Rizzolo <mattia at debian.org>,
            Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: unzip, libmythes-dev, python
 Standards-Version: 3.9.8
 Homepage: https://wiki.documentfoundation.org/Language_support_of_LibreOffice
diff --git a/debian/control.in b/debian/control.in
index a9cacd9..144f3e5 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,7 +5,7 @@ Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
 Uploaders: Chris Halls <halls at debian.org>,
            Mattia Rizzolo <mattia at debian.org>,
            Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: unzip, libmythes-dev, python
 Standards-Version: 3.9.8
 Homepage: https://wiki.documentfoundation.org/Language_support_of_LibreOffice
diff --git a/debian/rules b/debian/rules
index d52d0bb..4329656 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ mv -v $(strip $(2)).dat $(strip $(3)).dat; mv $(strip $(2)).idx $(strip $(3)).id
 endef
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_build:
 	cd dictionaries/cs_CZ/thesaurus && \

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



More information about the Pkg-openoffice-commits mailing list