[Pkg-voip-commits] r6043 - in /rtpproxy/trunk/debian: changelog control rules

marcusb-guest at alioth.debian.org marcusb-guest at alioth.debian.org
Sun Aug 17 10:00:18 UTC 2008


Author: marcusb-guest
Date: Sun Aug 17 10:00:18 2008
New Revision: 6043

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6043
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=6043&op=diff
==============================================================================
--- rtpproxy/trunk/debian/changelog (original)
+++ rtpproxy/trunk/debian/changelog Sun Aug 17 10:00:18 2008
@@ -1,3 +1,9 @@
+rtpproxy (1.1-3) UNRELEASED; urgency=low
+
+  * Build with hardening-wrapper.
+
+ -- Marcus Better <marcus at better.se>  Sun, 17 Aug 2008 09:59:54 +0000
+
 rtpproxy (1.1-2) unstable; urgency=medium
 
   * Run as user rtpproxy instead of root. (Closes: #489136)

Modified: rtpproxy/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/control?rev=6043&op=diff
==============================================================================
--- rtpproxy/trunk/debian/control (original)
+++ rtpproxy/trunk/debian/control Sun Aug 17 10:00:18 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=6043&op=diff
==============================================================================
--- rtpproxy/trunk/debian/rules (original)
+++ rtpproxy/trunk/debian/rules Sun Aug 17 10:00:18 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