diff -rNU3 spandsp-0.0.6/debian/changelog spandsp-0.0.6pre5/debian/changelog
--- spandsp-0.0.6/debian/changelog      2008-05-05 13:25:01.000000000 +0200
+++ spandsp-0.0.6pre5/debian/changelog  2009-03-08 16:00:25.000000000 +0100
@@ -1,10 +1,11 @@
-spandsp (0.0.5~pre2-1) unstable; urgency=low
+spandsp (0.0.6~pre5-1) unstable; urgency=low
 
   [ Massimo Cetra ]
   * New upstream release.
   * Fixed upstream file name for get-orig-source.
   * Updates to 64bit archs support
   * Removal of obsoleted files
+  * See tarball changelog
 
  -- Massimo Cetra <[email protected]>  Mon, 5 May 2008 09:23:36 +0100
 
diff -rNU3 spandsp-0.0.6/debian/control spandsp-0.0.6pre5/debian/control
--- spandsp-0.0.6/debian/control        2008-05-05 13:25:01.000000000 +0200
+++ spandsp-0.0.6pre5/debian/control    2009-03-08 15:56:00.000000000 +0100
@@ -3,15 +3,15 @@
 Priority: optional
 Maintainer: Debian VoIP Team <[email protected]>
 Uploaders: Jose Carlos Garcia Sogo <[email protected]>, Kilian Krause 
<[email protected]>, Santiago Garcia Mantinan <[email protected]>, Mark Purcell 
<[email protected]>, Tzafrir Cohen <[email protected]>, Santiago Ruano 
Rincón <[email protected]>
-Build-Depends: debhelper (>= 4.0.0), libtiff4-dev, libjpeg62-dev, dpatch, 
doxygen, autotools-dev, xsltproc
+Build-Depends: debhelper (>= 4.0.0), libtiff4-dev, libjpeg62-dev, dpatch, 
autotools-dev
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/
 
-Package: libspandsp5
+Package: libspandsp6
 Architecture: any
 Depends: ${shlibs:Depends}
-Conflicts: libspandsp0, libspandsp1, libspandsp2
+Conflicts: libspandsp0, libspandsp1, libspandsp2, libspandsp3, libspandsp4, 
libspandsp5
 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
@@ -22,7 +22,7 @@
 Package: libspandsp-dev
 Section: libdevel
 Architecture: any
-Depends: libspandsp5 (= ${Source-Version}), libtiff4-dev, libjpeg62-dev
+Depends: libspandsp6 (= ${Source-Version}), libtiff4-dev, libjpeg62-dev
 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
@@ -32,11 +32,3 @@
  .
  Homepage: http://www.soft-switch.org/
 
-Package: libspandsp-doc
-Section: doc
-Architecture: all
-Description: Documentation for the spandsp signal processing library
- This package contains the online API in HTML for the libspandsp, a low
- level signal processing library that modulate and demodulate siignals
- commonly used in telephony, such as the "noise" generated by a fax
- modem or DTMF touchpad.
diff -rNU3 spandsp-0.0.6/debian/libspandsp5.install 
spandsp-0.0.6pre5/debian/libspandsp5.install
--- spandsp-0.0.6/debian/libspandsp5.install    2008-05-05 17:00:11.000000000 
+0200
+++ spandsp-0.0.6pre5/debian/libspandsp5.install        1970-01-01 
01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-debian/tmp/usr/lib*/libspandsp.so.1.*
-debian/tmp/usr/lib*/libspandsp.so.1
diff -rNU3 spandsp-0.0.6/debian/libspandsp6.install 
spandsp-0.0.6pre5/debian/libspandsp6.install
--- spandsp-0.0.6/debian/libspandsp6.install    1970-01-01 01:00:00.000000000 
+0100
+++ spandsp-0.0.6pre5/debian/libspandsp6.install        2009-03-08 
15:38:32.000000000 +0100
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib*/libspandsp.so.2.*
+debian/tmp/usr/lib*/libspandsp.so.2
diff -rNU3 spandsp-0.0.6/debian/rules spandsp-0.0.6pre5/debian/rules
--- spandsp-0.0.6/debian/rules  2007-07-08 14:38:19.000000000 +0200
+++ spandsp-0.0.6pre5/debian/rules      2008-10-25 07:00:09.000000000 +0200
@@ -16,13 +16,14 @@
 FULLNAME := spandsp-$(UPVERSION)
 URL := http://soft-switch.org/downloads/spandsp/spandsp-$(UPVERSION).tgz
 
-CFLAGS = -Wall -g
+#CFLAGS = -Wall -g
+CFLAGS = -Wall -g3
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+#ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0
-else
-       CFLAGS += -O2
-endif
+#else
+#      CFLAGS += -O2
+#endif
 
 include /usr/share/dpatch/dpatch.make
 
@@ -40,7 +41,7 @@
          --prefix=/usr \
          --mandir=\$${prefix}/share/man \
          --infodir=\$${prefix}/share/info \
-         --enable-doc
+         --enable-mmx
 
 build: build-stamp
 
@@ -71,7 +72,7 @@
        dh_testdir -i
        dh_testroot -i
        dh_installchangelogs -i ChangeLog
-       dh_installdocs -i DueDiligence
+#      dh_installdocs -i DueDiligence
        dh_install -i
        dh_compress -i
        dh_fixperms -i
@@ -84,9 +85,10 @@
        dh_testdir -a
        dh_testroot -a
        dh_installchangelogs -a ChangeLog
-       dh_installdocs -a DueDiligence
+#      dh_installdocs -a DueDiligence
        dh_install -a
-       dh_strip -a
+#      dh_strip -a
+#      dh_strip --dbg-package=libspandsp-dbg
        dh_compress -a
        dh_fixperms -a
        dh_makeshlibs -a

_______________________________________________
Callweaver-dev mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-dev

Reply via email to