[bullet] 18/19: export DEB_BUILD_MAINT_OPTIONS = hardening=+all

Markus Koschany apo at moszumanska.debian.org
Mon Dec 26 22:49:22 UTC 2016


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

apo pushed a commit to branch experimental
in repository bullet.

commit b9cf80a2b1b479b841b2043f6a1decd920117f90
Author: Markus Koschany <apo at debian.org>
Date:   Mon Dec 26 22:55:34 2016 +0100

    export DEB_BUILD_MAINT_OPTIONS = hardening=+all
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 09d7941..f176b81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ bullet (2.85.1+dfsg-1) experimental; urgency=medium
   * Simplify the packaging and provide libbullet2.85 which includes all Bullet
     2 and Bullet 3 core libraries from now on and libbullet-extras2.85 for all
     extras.
+  * Export DEB_BUILD_MAINT_OPTIONS = hardening=+all.
 
  -- Markus Koschany <apo at debian.org>  Mon, 26 Dec 2016 19:45:01 +0100
 
diff --git a/debian/rules b/debian/rules
index cb7a89e..94f537e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@ --buildsystem=cmake

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



More information about the Pkg-games-commits mailing list