[rbdoom3bfg] 08/13: Bump compat level to 10

Tobias Frost tobi at moszumanska.debian.org
Sat Oct 15 09:54:55 UTC 2016


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

tobi pushed a commit to branch master
in repository rbdoom3bfg.

commit 1a519e1384c12164714d319b90b248aa794fc62d
Author: Tobias Frost <tobi at coldtobi.de>
Date:   Sat Oct 15 09:35:03 2016 +0200

    Bump compat level to 10
---
 debian/changelog | 4 +++-
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 97ccfce..df8791c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,13 +5,15 @@ rbdoom3bfg (1.1.0~preview3+dfsg+git20160807-1) UNRELEASED; urgency=medium
     - 70-ffmpeg_2.9.patch is obsolete, upstream fixed issue, so rm from series.
     - 20-reproducible.patch updated to remove one additional __DATE__.
     - Add new files to d/copyright,
-      - neo/renderer/SMAA/*: licensed expat.
+      - neo/renderer/SMAA/*: licensed expat
       - neo/libs/irrxml/*: licensed libpng/zlib
     - Switch to dfsg suffix as files removed without source. (docs of rirrxml)
     - those files and rapidjson is removed via d/copyright's Files-Excluded.
   * New patch 90-system-rapidjson.patch to utilize Debian's rapidjson
   * Fix typo in d/README.source -- the var is UPSVER not USVER.
   * Bump S-V -- no changes
+  * Change compat level to 10, "--parallel" in d/rules is now default and so
+    was dropped.
 
  -- Tobias Frost <tobi at debian.org>  Fri, 14 Oct 2016 21:16:02 +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 465f178..1dba841 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Tobias Frost <tobi at debian.org>
 Uploaders: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Build-Depends: cmake,
-               debhelper (>= 9),
+               debhelper (>= 10),
                libavcodec-dev | libavcodec-ffmpeg-dev,
                libavformat-dev | libavformat-ffmpeg-dev,
                libavutil-dev | libavutil-ffmpeg-dev,
diff --git a/debian/rules b/debian/rules
index 2b6faa2..f3035a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ CMAKE_ADDITIONAL_FLAGS ?= -DUSE_INTRINSICS=OFF
 endif
 
 %:
-	dh $@ --sourcedirectory=neo --parallel
+	dh $@ --sourcedirectory=neo
 
 # 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/rbdoom3bfg.git



More information about the Pkg-games-commits mailing list