[cppunit] 04/05: Bump debhelper compat level to 10

Mattia Rizzolo mattia at debian.org
Sat Jul 29 19:18:27 UTC 2017


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

mattia pushed a commit to branch master
in repository cppunit.

commit 0181a6d1f99466a4e7dffa40dcc70132855615c0
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Jul 29 21:16:27 2017 +0200

    Bump debhelper compat level to 10
    
    + drop --parallel, now default
    + drop --with autoreconf, now default
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 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 c290b74..068d316 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
 Uploaders: Rene Engelhard <rene at debian.org>, Steve M. Robbins <smr at debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: doxygen
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-openoffice/cppunit.git
diff --git a/debian/rules b/debian/rules
index 2537fb3..63f2c3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/dpkg/architecture.mk
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@
 
 override_dh_auto_build-arch:
 	dh_auto_configure -- --disable-html-docs --disable-doxygen

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



More information about the Pkg-openoffice-commits mailing list