[SCM] single/multiplayer lobby for the Spring RTS engine branch, master, updated. debian/0.139-1-13-g845ab2b

Jan Dittberner jandd at debian.org
Tue May 22 18:56:08 UTC 2012


The following commit has been merged in the master branch:
commit d34b69438c49a8b26167bc3ccb21843231e53d46
Author: Jan Dittberner <jandd at debian.org>
Date:   Mon May 21 22:59:21 2012 +0200

    enable hardening build flags
    
    * enable hardening build flags
      - add dpkg-dev (>= 1.16.1~) to Build-Depends
      - add DPKG_EXPORT_BUILDFLAGS = 1 and include
        /usr/share/dpkg/buildflags.mk in debian/rules
      - bump debian/compat to 9
      - bump debhelper version in Build-Depends to (>= 9.20120417~)

diff --git a/debian/changelog b/debian/changelog
index 1685522..6953571 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
 springlobby (0.147-1) UNRELEASED; urgency=low
 
   * New upstream version
+  * enable hardening build flags
+    - add dpkg-dev (>= 1.16.1~) to Build-Depends
+    - add DPKG_EXPORT_BUILDFLAGS = 1 and include
+      /usr/share/dpkg/buildflags.mk in debian/rules
+    - bump debian/compat to 9
+    - bump debhelper version in Build-Depends to (>= 9.20120417~)
 
  -- Jan Dittberner <jandd at debian.org>  Mon, 21 May 2012 22:34:46 +0200
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 53d8785..4303270 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Marco Amadori <marco.amadori at gmail.com>, Jan Dittberner <jandd at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), cmake, libwxgtk2.8-dev,
+Build-Depends: debhelper (>= 9.20120417~), cmake, libwxgtk2.8-dev,
  libopenal-dev, asciidoc, xsltproc, docbook-xsl, libcurl4-gnutls-dev,
- libboost-dev
+ libboost-dev, dpkg-dev (>= 1.16.1~)
 Standards-Version: 3.9.3
 Homepage: http://springlobby.info
 Vcs-Browser: http://git.debian.org/?p=pkg-games/springlobby.git;a=summary
diff --git a/debian/rules b/debian/rules
index 86e6491..2326ec9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 

-- 
single/multiplayer lobby for the Spring RTS engine



More information about the Pkg-games-commits mailing list