[Pkg-voip-commits] r4715 - in /iaxmodem/trunk/debian: changelog control patches/11_build_configure-stamp.dpatch

paravoid at alioth.debian.org paravoid at alioth.debian.org
Fri Oct 12 12:48:24 UTC 2007


Author: paravoid
Date: Fri Oct 12 12:48:24 2007
New Revision: 4715

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4715
Log:
* New upstream release.
* Add myself to uploaders.

Modified:
    iaxmodem/trunk/debian/changelog
    iaxmodem/trunk/debian/control
    iaxmodem/trunk/debian/patches/11_build_configure-stamp.dpatch

Modified: iaxmodem/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/iaxmodem/trunk/debian/changelog?rev=4715&op=diff
==============================================================================
--- iaxmodem/trunk/debian/changelog (original)
+++ iaxmodem/trunk/debian/changelog Fri Oct 12 12:48:24 2007
@@ -1,8 +1,12 @@
-iaxmodem (0.3.1~dfsg-2) UNRELEASED; urgency=low
+iaxmodem (0.3.2~dfsg-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
 
- -- Julien BLACHE <jblache at debian.org>  Sun, 05 Aug 2007 11:05:31 +0200
+  [ Faidon Liambotis ]
+  * New upstream release.
+  * Add myself to uploaders.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Fri, 12 Oct 2007 15:47:17 +0300
 
 iaxmodem (0.3.1~dfsg-1) unstable; urgency=low
 

Modified: iaxmodem/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/iaxmodem/trunk/debian/control?rev=4715&op=diff
==============================================================================
--- iaxmodem/trunk/debian/control (original)
+++ iaxmodem/trunk/debian/control Fri Oct 12 12:48:24 2007
@@ -2,7 +2,7 @@
 Section: comm
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Julien BLACHE <jblache at debian.org>, Kilian Krause <kilian at debian.org>
+Uploaders: Julien BLACHE <jblache at debian.org>, Kilian Krause <kilian at debian.org>, Faidon Liambotis <paravoid at debian.org>
 Build-Depends: debhelper (>= 5), dpatch, libtiff4-dev, autotools-dev
 Build-Conflicts: libiax-dev, libspandsp-dev
 Standards-Version: 3.7.2

Modified: iaxmodem/trunk/debian/patches/11_build_configure-stamp.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/iaxmodem/trunk/debian/patches/11_build_configure-stamp.dpatch?rev=4715&op=diff
==============================================================================
--- iaxmodem/trunk/debian/patches/11_build_configure-stamp.dpatch (original)
+++ iaxmodem/trunk/debian/patches/11_build_configure-stamp.dpatch Fri Oct 12 12:48:24 2007
@@ -6,30 +6,36 @@
 ## DP: debian/rules takes care of that.
 
 @DPATCH@
-diff -urNad iaxmodem-0.2.0~dfsg~/build iaxmodem-0.2.0~dfsg/build
---- iaxmodem-0.2.0~dfsg~/build	2007-01-03 17:14:00.329768050 +0100
-+++ iaxmodem-0.2.0~dfsg/build	2007-01-03 17:14:13.665012655 +0100
-@@ -22,13 +22,16 @@
+diff -urNad iaxmodem-0.3.2~dfsg~/build iaxmodem-0.3.2~dfsg/build
+--- iaxmodem-0.3.2~dfsg~/build	2007-10-12 13:20:48.000000000 +0300
++++ iaxmodem-0.3.2~dfsg/build	2007-10-12 15:45:59.000000000 +0300
+@@ -31,19 +31,16 @@
  fi
  
  if [ "$1" = "static" ]; then
 -    cd lib/libiax2 && \
 -    ./configure --disable-shared && \
--    make && \
+-    ${MAKE-make} && \
 -    cd ../spandsp && \
 -    ./configure --disable-shared && \
--    make && \
+-    if [ "`uname`" = "SunOS" ]; then
+-	grep -v HAVE_TGMATH_H src/config.h > src/config.h.new && \
+-	mv -f src/config.h.new src/config.h && \
+-        grep -v HAVE_TGMATH_H config-h.in > config-h.in.new && \
+-        mv -f config-h.in.new config-h.in
+-    fi && \
+-    ${MAKE-make} && \
 -    cd ../.. && \
 +    if [ ! -e configure-stamp ]; then
 +	cd lib/libiax2 && \
 +	    ./configure --disable-shared && \
-+	    make && \
++	    ${MAKE-make} && \
 +	    cd ../spandsp && \
 +	    ./configure --disable-shared && \
-+	    make && \
++	    ${MAKE-make} && \
 +	    cd ../.. || exit 1
 +    fi
 +
      getVersions && \
-     gcc -Wall -g $PTYUSE -DMODEMVER=\"$MODEMVER\" -DDSPVER=\"$DSPVER\" -DIAXVER=\"$IAXVER\" -DSTATICLIBS \
+     gcc -Wall -g $PTYUSE $CFLAGS -DMODEMVER=\"$MODEMVER\" -DDSPVER=\"$DSPVER\" -DIAXVER=\"$IAXVER\" -DSTATICLIBS \
  	-std=c99 -Ilib/libiax2/src -Ilib/spandsp/src -c -o iaxmodem.o iaxmodem.c && \




More information about the Pkg-voip-commits mailing list