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

tobi pushed a commit to branch master
in repository dhewm3.

commit 6dbf02768dbda5ffd89d1503fa9b109ea84aa059
Author: Tobias Frost <t...@coldtobi.de>
Date:   Tue Nov 28 18:38:48 2017 +0100

    Update d/compat level to 10, update B-D on debhelper >10 and  drop 
--parallel
    in d/rules.
---
 debian/changelog | 2 ++
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e8dd036..0b07b1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ dhewm3 (1.4.1+git20171102+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream git snapshot.
   * d/control: Fix spelling error in package description.
+  * Update d/compat level to 10, update B-D on debhelper >10 and  drop
+    --parallel in d/rules.
 
  -- Tobias Frost <t...@debian.org>  Tue, 28 Nov 2017 18:31:52 +0100
 
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 cc33c8c..9e0e59b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
 Uploaders: Tobias Frost <t...@debian.org>
 Build-Depends: cmake,
-               debhelper (>= 9),
+               debhelper (>= 10),
                libcurl4-gnutls-dev,
                libjpeg-dev,
                libogg-dev,
diff --git a/debian/rules b/debian/rules
index c5f6587..fd84721 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
 # output every command that modifies files on the build system.
-DH_VERBOSE = 1
+#DH_VERBOSE = 1
 
 %:
-       dh $@ -Dneo --parallel
+       dh $@ -Dneo
 
 # debmake generated override targets
 # This is example for Cmake (See http://bugs.debian.org/641051 )

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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to