[Pkg-sdl-commits] [SCM] Packaging of SDL_net branch, master, updated. debian/1.2.7-4

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Mon Dec 19 00:42:19 UTC 2011


The following commit has been merged in the master branch:
commit d17cc32d9fd9f49d050b64fbad17ae5625cc1dc3
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Mon Dec 19 00:29:14 2011 +0000

    Switch to debhelper compat level v9

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 29a3b2a..f95a68f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.de
 Uploaders: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
 DM-Upload-Allowed: yes
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 8.0.0),
+Build-Depends: debhelper (>= 8.9.0~),
                dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
                libsdl1.2-dev (>= 1.2.14),
diff --git a/debian/rules b/debian/rules
index 6576cba..08c7731 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,14 +2,9 @@
 
 #export DH_VERBOSE=1
 
-export DEB_BUILD_MAINT_OPTIONS := hardening=+pie,+bindnow
 
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-
-CFLAGS +=	-pipe -Wall
-LDFLAGS +=	-Wl,--no-undefined -Wl,-Bsymbolic -Wl,--as-needed
-export CFLAGS LDFLAGS
+export DEB_CFLAGS_MAINT_APPEND = -pipe -Wall
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,-Bsymbolic -Wl,--as-needed
 
 
 # according to help: speeds up one-time build

-- 
Packaging of SDL_net



More information about the pkg-sdl-commits mailing list