[Pkg-voip-commits] [SCM] reSIProcate branch, master, updated. debian/1.8.10-2-3-g3b28377

Daniel Pocock daniel at pocock.com.au
Sat Jun 22 16:30:26 UTC 2013


The following commit has been merged in the master branch:
commit 3b2837736c353f9c4887a1bab0e40a9569f3130c
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Sat Jun 22 17:53:31 2013 +0200

    Enable test cases. Update for 1.8.10-3

diff --git a/debian/changelog b/debian/changelog
index 9b24873..f23a07d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,13 @@
 resiprocate (1.8.10-2) unstable; urgency=low
 
+  * Remove DM-Upload-Allowed
+  * Update for standards version 3.9.4
+  * Enable test cases
+
+ -- Daniel Pocock <daniel at pocock.com.au>  Sat, 22 Jun 2013 17:52:06 +0200
+
+resiprocate (1.8.10-2) unstable; urgency=low
+
   * Disable MOHParkServer build
 
  -- Daniel Pocock <daniel at pocock.com.au>  Sat, 22 Jun 2013 13:12:54 +0200
diff --git a/debian/rules b/debian/rules
index e6fa5f1..e47064c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,14 +36,15 @@ override_dh_auto_configure:
 		--with-b2bua
 	echo "all:" > resip/recon/MOHParkServer/Makefile
 	echo "install:" >> resip/recon/MOHParkServer/Makefile
+	echo "check:" >> resip/recon/MOHParkServer/Makefile
 
 override_dh_auto_build:
 	dh_auto_build --parallel
 
 # don't actually run the test cases, they don't run well
 # automatically and require network access
-override_dh_auto_test:
-	true
+#override_dh_auto_test:
+#	true
 
 # force building in the pkgroot or it won't build
 %:

-- 
reSIProcate



More information about the Pkg-voip-commits mailing list