[Pkg-voip-commits] [SCM] turnserver branch, master, updated. upstream/0.6-12-gbb61ac7

Daniel Pocock daniel at pocock.com.au
Fri Aug 10 19:49:43 UTC 2012


The following commit has been merged in the master branch:
commit bb61ac75e27957b9ef50dd115567ddafba44d75d
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Fri Aug 10 21:49:38 2012 +0200

    Exclude test_* binaries from packaging

diff --git a/debian/rules b/debian/rules
index 968ccb3..38d0444 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,10 @@ override_dh_auto_build:
 override_dh_auto_test:
 	true
 
+override_dh_auto_install:
+	dh_auto_install
+	rm debian/turnserver/usr/bin/test_*
+
 # force building in the pkgroot or it won't build
 %:
 	dh $@ --builddirectory=.

-- 
turnserver



More information about the Pkg-voip-commits mailing list