[SCM] soundtouch/master: Revert "Preserve -03 in hardened builds."
micove-guest at users.alioth.debian.org
micove-guest at users.alioth.debian.org
Mon Mar 5 02:05:30 UTC 2012
The following commit has been merged in the master branch:
commit d9cd8aa488a244f232ca6e74a349688d599e1d74
Author: Miguel Colon <debian.micove at gmail.com>
Date: Sun Mar 4 20:58:31 2012 -0500
Revert "Preserve -03 in hardened builds."
This reverts commit 5b798f13f3b85eac1b95430bf2590420e4086803.
Use the default -O2. Also the user variable DEB_CXXFLAGS_APPEND could not
override the MAINT version.
diff --git a/debian/control b/debian/control
index 13de0fa..32ff2fb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
Uploaders: Alessio Treglia <alessio at debian.org>,
Miguel Colon <debian.micove at gmail.com>
Build-Depends: debhelper (>= 9),
- dpkg-dev (>= 1.16.1.1~),
dh-autoreconf
Standards-Version: 3.9.3
Homepage: http://www.surina.net/soundtouch/
diff --git a/debian/rules b/debian/rules
index cfda002..9eb8638 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# Build with -O3 (as upstream does) if noopt is not set.
-ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-export DEB_CXXFLAGS_MAINT_APPEND=-O3
-endif
-
override_dh_auto_configure:
dh_auto_configure -- --enable-shared=yes
--
soundtouch packaging
More information about the pkg-multimedia-commits
mailing list