[Pkg-voip-commits] r3535 - spandsp/trunk/debian
Santiago Ruano Rincón
santiago at alioth.debian.org
Sun May 13 01:14:42 UTC 2007
Author: santiago
Date: 2007-05-13 01:14:42 +0000 (Sun, 13 May 2007)
New Revision: 3535
Modified:
spandsp/trunk/debian/changelog
spandsp/trunk/debian/control
spandsp/trunk/debian/rules
Log:
conflicts with libspandsp2
fixed URL in debian/rules
Modified: spandsp/trunk/debian/changelog
===================================================================
--- spandsp/trunk/debian/changelog 2007-05-13 00:57:37 UTC (rev 3534)
+++ spandsp/trunk/debian/changelog 2007-05-13 01:14:42 UTC (rev 3535)
@@ -1,6 +1,8 @@
spandsp (0.0.4~pre1-2) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * Added Conflicts: libspandsp2
+ * Fixed URL in debian/rules
-- Santiago Ruano Rincón <santiago at debian.org> Sat, 12 May 2007 17:21:10 -0500
Modified: spandsp/trunk/debian/control
===================================================================
--- spandsp/trunk/debian/control 2007-05-13 00:57:37 UTC (rev 3534)
+++ spandsp/trunk/debian/control 2007-05-13 01:14:42 UTC (rev 3535)
@@ -11,7 +11,7 @@
Package: libspandsp3
Architecture: any
Depends: ${shlibs:Depends}
-Conflicts: libspandsp0, libspandsp1
+Conflicts: libspandsp0, libspandsp1, libspandsp2
Description: Telephony signal processing library
This is a low-level signal processing library that modulate and demodulate
signals commonly used in telephony, such as the "noise" generated by a
@@ -29,6 +29,8 @@
fax modem or DTMF touchpad.
.
This package contains the static library and development headers.
+ .
+ Homepage: http://www.soft-switch.org/
Package: libspandsp-doc
Section: doc
Modified: spandsp/trunk/debian/rules
===================================================================
--- spandsp/trunk/debian/rules 2007-05-13 00:57:37 UTC (rev 3534)
+++ spandsp/trunk/debian/rules 2007-05-13 01:14:42 UTC (rev 3535)
@@ -8,11 +8,11 @@
DEBVERSION:=$(shell head -n 1 debian/changelog \
| sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
-UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
+UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//' -e 's/~//')
FILENAME := spandsp_$(UPVERSION).orig.tar.gz
FULLNAME := spandsp-$(UPVERSION)
-URL := http://soft-switch.org/downloads/spandsp/spandsp-0.0.3.tgz
+URL := http://soft-switch.org/downloads/spandsp/spandsp-$(UPVERSION).tgz
CFLAGS = -Wall -g
More information about the Pkg-voip-commits
mailing list