[SCM] gmidimonitor/master: Fix hardening.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Dec 22 04:02:31 UTC 2016
The following commit has been merged in the master branch:
commit 981b570ddd7ebdaabd32c484ddb4ea321fa5f532
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Dec 22 04:26:37 2016 +0100
Fix hardening.
diff --git a/debian/rules b/debian/rules
index 34711fa..a026103 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,6 @@
#!/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.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
ifneq ($(DEB_HOST_ARCH_OS),linux)
EXTRA_CONFIGURE_ARGS += --alsa=no
--
gmidimonitor packaging
More information about the pkg-multimedia-commits
mailing list