[Pkg-voip-commits] r6027 - in /rtpproxy/trunk/debian: changelog control rules
marcusb-guest at alioth.debian.org
marcusb-guest at alioth.debian.org
Tue Aug 12 10:17:56 UTC 2008
Author: marcusb-guest
Date: Tue Aug 12 10:17:56 2008
New Revision: 6027
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6027
Log:
Build with hardening-wrapper.
Modified:
rtpproxy/trunk/debian/changelog
rtpproxy/trunk/debian/control
rtpproxy/trunk/debian/rules
Modified: rtpproxy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/changelog?rev=6027&op=diff
==============================================================================
--- rtpproxy/trunk/debian/changelog (original)
+++ rtpproxy/trunk/debian/changelog Tue Aug 12 10:17:56 2008
@@ -5,6 +5,7 @@
not running.
* Add README.source file explaining quilt usage.
* Set umask to make control socket group-writable.
+ * Build with hardening-wrapper.
-- Marcus Better <marcus at better.se> Tue, 12 Aug 2008 10:10:43 +0000
Modified: rtpproxy/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/control?rev=6027&op=diff
==============================================================================
--- rtpproxy/trunk/debian/control (original)
+++ rtpproxy/trunk/debian/control Tue Aug 12 10:17:56 2008
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Marcus Better <marcus at better.se>
-Build-Depends: debhelper (>= 5), quilt, autotools-dev, autoconf, automake1.10, xsltproc, docbook-xsl, docbook-xml
+Build-Depends: hardening-wrapper, debhelper (>= 5), quilt, autotools-dev, autoconf, automake1.10, xsltproc, docbook-xsl, docbook-xml
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 3.8.0
Homepage: http://www.rtpproxy.org
Modified: rtpproxy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/rules?rev=6027&op=diff
==============================================================================
--- rtpproxy/trunk/debian/rules (original)
+++ rtpproxy/trunk/debian/rules Tue Aug 12 10:17:56 2008
@@ -18,6 +18,7 @@
else
CFLAGS += -O2
endif
+export DEB_BUILD_HARDENING=1
PKGNAME := rtpproxy
DEBVERSION:=$(shell head -n 1 debian/changelog \
More information about the Pkg-voip-commits
mailing list