[Pkg-voip-commits] r8481 - in /sip-tester/trunk/debian: changelog patches/enable-gsl.patch
msp at alioth.debian.org
msp at alioth.debian.org
Sun Jun 13 06:08:41 UTC 2010
Author: msp
Date: Sun Jun 13 06:08:35 2010
New Revision: 8481
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8481
Log:
Enable GLS - Build-Depends: & enable-gsl.patch (Closes: #581335)
Added:
sip-tester/trunk/debian/patches/enable-gsl.patch
Modified:
sip-tester/trunk/debian/changelog
Modified: sip-tester/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/changelog?rev=8481&op=diff
==============================================================================
--- sip-tester/trunk/debian/changelog (original)
+++ sip-tester/trunk/debian/changelog Sun Jun 13 06:08:35 2010
@@ -1,4 +1,4 @@
-sip-tester (3.1-1) UNRELEASED; urgency=low
+sip-tester (1:3.1-1) UNRELEASED; urgency=low
* New Upstream Release - (Closes: #510663)
* Update debian/watch - (Closes: #450035)
@@ -16,8 +16,9 @@
- possible-gpl-code-linked-with-openssl
- Fixes "GPL code linked with OpenSSL without permission" (Closes: #581069)
* Add resonable man page with help2man - sipp.1 (Closes: #581067)
+ * Enable GLS - Build-Depends: & enable-gsl.patch (Closes: #581335)
- -- Mark Purcell <msp at debian.org> Sun, 13 Jun 2010 15:55:15 +1000
+ -- Mark Purcell <msp at debian.org> Sun, 13 Jun 2010 16:03:48 +1000
sip-tester (3.1.r590-1) unstable; urgency=low
Added: sip-tester/trunk/debian/patches/enable-gsl.patch
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/patches/enable-gsl.patch?rev=8481&op=file
==============================================================================
--- sip-tester/trunk/debian/patches/enable-gsl.patch (added)
+++ sip-tester/trunk/debian/patches/enable-gsl.patch Sun Jun 13 06:08:35 2010
@@ -1,0 +1,11 @@
+diff -Nur -x '*.orig' -x '*~' sip-tester-3.1//local.mk sip-tester-3.1.new//local.mk
+--- sip-tester-3.1//local.mk 2008-01-12 06:53:48.000000000 +1100
++++ sip-tester-3.1.new//local.mk 2010-06-13 16:01:48.000000000 +1000
+@@ -1,4 +1,4 @@
+ # Remove '#' if you want to enable GSL features (pause)
+-# EXTRACPPFLAGS=-DHAVE_GSL -I`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; else echo ./ext; fi;`/include
+-# EXTRACFLAGS=-DHAVE_GSL -I`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; else echo ./ext; fi;`/include
+-# EXTRALIBS=-L`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; else echo ./ext; fi;`/lib -lgsl -lgslcblas
++EXTRACPPFLAGS=-DHAVE_GSL -I`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; else echo ./ext; fi;`/include
++EXTRACFLAGS=-DHAVE_GSL -I`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; else echo ./ext; fi;`/include
++EXTRALIBS=-L`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; else echo ./ext; fi;`/lib -lgsl -lgslcblas
More information about the Pkg-voip-commits
mailing list