[Pkg-voip-commits] r10704 - in /sip-tester/trunk/debian: changelog control docs rules

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Thu Mar 24 12:55:03 UTC 2016


Author: tzafrir
Date: Thu Mar 24 12:55:03 2016
New Revision: 10704

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10704
Log:
ack NMU and update control && rules

Modified:
    sip-tester/trunk/debian/changelog
    sip-tester/trunk/debian/control
    sip-tester/trunk/debian/docs
    sip-tester/trunk/debian/rules

Modified: sip-tester/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/changelog?rev=10704&op=diff
==============================================================================
--- sip-tester/trunk/debian/changelog	(original)
+++ sip-tester/trunk/debian/changelog	Thu Mar 24 12:55:03 2016
@@ -5,9 +5,20 @@
     - Makefile.patch: removed. no longer needed
     - enable-gsl.patch: removed. use a ./configure option
     - spelling-error-in-binary: removed. merged upstream.
+    - README.md and FAQ.md instead of README.txt
   * Patch gnutls: TLS support using GNU TLS.
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Thu, 21 Mar 2013 07:15:27 +0200
+
+sip-tester (1:3.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Bas Couwenberg ]
+  * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev.
+    Closes: #807226
+
+ -- Mattia Rizzolo <mattia at debian.org>  Tue, 26 Jan 2016 12:16:10 +0000
 
 sip-tester (1:3.2-1) unstable; urgency=low
 

Modified: sip-tester/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/control?rev=10704&op=diff
==============================================================================
--- sip-tester/trunk/debian/control	(original)
+++ sip-tester/trunk/debian/control	Thu Mar 24 12:55:03 2016
@@ -4,12 +4,13 @@
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, ARAKI Yasuhiro <ar at debian.org>, Tzafrir Cohen <tzafrir at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
+ dh-autoreconf,
  pkg-config,
  libncurses5-dev,
  libnet1-dev,
  libpcap-dev,
- libgsl0-dev,
- libgnutls-dev,
+ libgsl-dev,
+ libgnutls-openssl-dev,
 Standards-Version: 3.8.4
 Homepage: http://sourceforge.net/projects/sipp/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/sip-tester/trunk/

Modified: sip-tester/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/docs?rev=10704&op=diff
==============================================================================
--- sip-tester/trunk/debian/docs	(original)
+++ sip-tester/trunk/debian/docs	Thu Mar 24 12:55:03 2016
@@ -1 +1,3 @@
-README.txt
+README.md
+FAQ.md
+sipp.dtd

Modified: sip-tester/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/rules?rev=10704&op=diff
==============================================================================
--- sip-tester/trunk/debian/rules	(original)
+++ sip-tester/trunk/debian/rules	Thu Mar 24 12:55:03 2016
@@ -25,7 +25,11 @@
 		-n 'Session Initiation Protol (SIP) performance testing tool'
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
-override_dh_auto_build:
-	        dh_auto_build -- pcapplay
+override_dh_auto_test:
+	# Tests depend on gmock which is not packaged in Debian.
+	# Disable them.
+
+override_dh_auto_configure:
+	dh_auto_configure --with-gsl --with-pcap --with-openssl




More information about the Pkg-voip-commits mailing list