[SCM] ardour3/master: Partially fixed hardening.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Aug 24 01:04:28 UTC 2013


The following commit has been merged in the master branch:
commit 5fa1c022279858e5d6342c678be1b5d6f482d052
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Aug 24 03:05:53 2013 +0200

    Partially fixed hardening.

diff --git a/debian/rules b/debian/rules
index 481af33..3da60c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,10 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 
+export LINKFLAGS = $(LDFLAGS)
 
+#export CFLAGS += $(CPPFLAGS)
+#export CXXFLAGS += $(CPPFLAGS)
 
 DEB_CLEAN_EXCLUDE=debian/tmp
 DEB_DESTDIR = $(CURDIR)/debian/tmp/
@@ -72,7 +75,8 @@ clean::
 # Needed at build time
 # (separated in build tools, core, Glib/GTK and audio dependencies)
 CDBS_BUILD_DEPENDS += , gettext,\
-					  intltool
+					  intltoolm,\
+					  debhelper (>= 9)
 CDBS_BUILD_DEPENDS += , libboost-dev (>= 1.49.0),\
 					  libcurl4-gnutls-dev (>= 7.25.0),\
 					  libfftw3-dev (>= 3.3.1),\

-- 
ardour3 packaging



More information about the pkg-multimedia-commits mailing list