[ogre-1.9] 03/07: Switch to debhelper compat level v10 - dh flags --parallel are not needed

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Mon Jul 31 22:29:23 UTC 2017


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

mafm pushed a commit to branch master
in repository ogre-1.9.

commit b68a99890ed84bed45854e033ff09bcbb0446e35
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Mon Jul 31 23:59:15 2017 +0200

    Switch to debhelper compat level v10
    - dh flags --parallel are not needed
---
 debian/changelog | 2 ++
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d297e5..7f1276a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 ogre-1.9 (1.9.0+dfsg1-8) UNRELEASED; urgency=medium
 
+  * Switch to debhelper compat level v10
+    - dh flags --parallel are not needed
   * Update Vcs-* URLs
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Mon, 31 Jul 2017 23:53:43 +0200
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 0c307f3..77687b9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Manuel A. Fernandez Montecelo <mafm at debian.org>
 Homepage: http://ogre3d.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-games/ogre-1.9.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/ogre-1.9.git
-Build-Depends: debhelper (>= 9~),
+Build-Depends: debhelper (>= 10~),
                dpkg-dev (>= 1.16.1~),
                cmake (>= 2.8.0),
                pkg-config,
diff --git a/debian/rules b/debian/rules
index c734950..5f23884 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ LIB_MULTIARCH_PRIVATE_DIR = /usr/lib/$(DEB_HOST_MULTIARCH)/OGRE-$(OGRE_VERSION)
 
 
 %:
-	dh $@ --buildsystem=cmake --parallel
+	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
         # Samples removed (do not meet DFSG), modify CMake files accordingly

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ogre-1.9.git



More information about the Pkg-games-commits mailing list