[libgltf] 05/07: bump dh compat to 10 and remove manual --parallel again

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:54:50 UTC 2016


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

rene pushed a commit to branch master
in repository libgltf.

commit 27c3fa711e9d3e0e43b58efb9c0d84e81d90bc22
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Mon Sep 12 20:03:25 2016 +0200

    bump dh compat to 10 and remove manual --parallel again
---
 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 11ccb3f..27bddfa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libgltf
 Priority: optional
 Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
 Uploaders: Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf, libboost-dev, libglm-dev, libglew-dev, pkg-config
+Build-Depends: debhelper (>= 10), dh-autoreconf, libboost-dev, libglm-dev, libglew-dev, pkg-config
 # , libcppunit-dev, libpng-dev, libgl1-mesa-dev, libx11-dev
 Standards-Version: 3.9.5
 Section: libs
diff --git a/debian/rules b/debian/rules
index 4ec3cce..aa41b52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
 %:
-	dh $@  --parallel --with autoreconf
+	dh $@  --with autoreconf
 
 # needs OpenGL working, we shouldn't and can't rely on $DISPLAY, though
 # and xfvb-run doesn't work...

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



More information about the Pkg-openoffice-commits mailing list