[Pkg-voip-commits] r5905 - in /spandsp/trunk/debian: changelog control patches/ rules

paravoid at alioth.debian.org paravoid at alioth.debian.org
Thu Jun 26 09:47:03 UTC 2008


Author: paravoid
Date: Thu Jun 26 09:47:02 2008
New Revision: 5905

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5905
Log:
Remove dpatch from debian/rules and the build-dependency to it.

Removed:
    spandsp/trunk/debian/patches/
Modified:
    spandsp/trunk/debian/changelog
    spandsp/trunk/debian/control
    spandsp/trunk/debian/rules

Modified: spandsp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/changelog?rev=5905&op=diff
==============================================================================
--- spandsp/trunk/debian/changelog (original)
+++ spandsp/trunk/debian/changelog Thu Jun 26 09:47:02 2008
@@ -1,9 +1,6 @@
 spandsp (0.0.5~pre4-1) UNRELEASED; urgency=low
 
   * New upstream release.
-
-  [ Mark Purcell ]
-  * libspandsp3.install spandsp/* usr/share/spandsp
 
   [ Tzafrir Cohen ]
   * Upstream seems to be commited to the ABI and bumped soname. We follow.
@@ -14,8 +11,9 @@
   [ Faidon Liambotis ]
   * Remove unneeded Conflicts with previous versions since
     /usr/share/spandsp/{global-tones.xml,tones.dtd} is not provided anymore.
+  * Remove dpatch from debian/rules and the build-dependency to it.
 
- -- Faidon Liambotis <paravoid at debian.org>  Thu, 26 Jun 2008 12:36:26 +0300
+ -- Faidon Liambotis <paravoid at debian.org>  Thu, 26 Jun 2008 12:46:03 +0300
 
 spandsp (0.0.4pre18-1) unstable; urgency=low
 

Modified: spandsp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/control?rev=5905&op=diff
==============================================================================
--- spandsp/trunk/debian/control (original)
+++ spandsp/trunk/debian/control Thu Jun 26 09:47:02 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>, Kilian Krause <kilian at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Mark Purcell <msp at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Santiago Ruano Rincón <santiago at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libtiff4-dev, libjpeg62-dev, dpatch, doxygen, autotools-dev, libtool, dpkg-dev (>= 1.13.19), xsltproc
+Build-Depends: debhelper (>= 4.0.0), libtiff4-dev, libjpeg62-dev, doxygen, autotools-dev, libtool, dpkg-dev (>= 1.13.19), xsltproc
 Standards-Version: 3.8.0
 Homepage: http://www.soft-switch.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/spandsp/trunk/

Modified: spandsp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/rules?rev=5905&op=diff
==============================================================================
--- spandsp/trunk/debian/rules (original)
+++ spandsp/trunk/debian/rules Thu Jun 26 09:47:02 2008
@@ -24,10 +24,7 @@
 	CFLAGS += -O2
 endif
 
-include /usr/share/dpatch/dpatch.make
-
-
-autotools: patch-stamp
+autotools:
 	ln -s /usr/share/misc/config.sub config.sub
 	ln -s /usr/share/misc/config.guess config.guess
 	touch autotools
@@ -51,8 +48,7 @@
 	$(MAKE)
 	touch build-stamp
 
-clean: clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp autotools
@@ -109,4 +105,4 @@
 	@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-voip-commits mailing list