[SCM] midisnoop/master: Added hardening-wraper to build-deps to fix hardening

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Feb 12 18:39:38 UTC 2013


The following commit has been merged in the master branch:
commit b9244cb6f17199e745ddb4d09ee7ab8362aa6e37
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Feb 12 19:39:26 2013 +0100

    Added hardening-wraper to build-deps to fix hardening

diff --git a/debian/control b/debian/control
index 9bb9642..3f41788 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends:
  qt4-qmake,
  libqt4-dev,
  librtmidi-dev (>= 2.0.1~),
- python
+ python,
+ hardening-wrapper
 Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/midisnoop.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/midisnoop.git
diff --git a/debian/rules b/debian/rules
index bdf08da..a44d79e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
-LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
-export LDFLAGS+=-Wl,--as-needed
+#LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+#export LDFLAGS+=-Wl,--as-needed
+
+export DEB_BUILD_HARDENING=1
 
 %:
 	dh $@

-- 
midisnoop packaging



More information about the pkg-multimedia-commits mailing list