[Pkg-voip-commits] r5942 - in /libunicall/trunk/debian: control rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Jul 15 22:32:34 UTC 2008


Author: tzafrir-guest
Date: Tue Jul 15 22:32:34 2008
New Revision: 5942

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5942
Log:
* Fix target get-orig-source (wget -O -N).
* Remove empty unused dpatch dependency.

Modified:
    libunicall/trunk/debian/control
    libunicall/trunk/debian/rules

Modified: libunicall/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libunicall/trunk/debian/control?rev=5942&op=diff
==============================================================================
--- libunicall/trunk/debian/control (original)
+++ libunicall/trunk/debian/control Tue Jul 15 22:32:34 2008
@@ -2,7 +2,7 @@
 Priority: extra
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Alejandro Rios P. <alejandro.rios at avatar.com.co>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-Build-Depends: debhelper (>= 5), libspandsp-dev (>=0.0.4~pre1), libxml2-dev, libtiff-dev, libsupertone-dev, xsltproc, dpatch, autotools-dev, dpkg-dev (>= 1.13.19)
+Build-Depends: debhelper (>= 5), libspandsp-dev (>=0.0.5~pre3), libxml2-dev, libtiff-dev, libsupertone-dev, xsltproc, autotools-dev, dpkg-dev (>= 1.13.19)
 Section: libs
 Standards-Version: 3.8.0
 Homepage: http://www.soft-switch.org/

Modified: libunicall/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libunicall/trunk/debian/rules?rev=5942&op=diff
==============================================================================
--- libunicall/trunk/debian/rules (original)
+++ libunicall/trunk/debian/rules Tue Jul 15 22:32:34 2008
@@ -23,14 +23,12 @@
 	CFLAGS += -O2
 endif
 
-include /usr/share/dpatch/dpatch.make
-
 autotools: 
 	ln -s /usr/share/misc/config.sub config.sub
 	ln -s /usr/share/misc/config.guess config.guess
 	touch autotools
 
-config.status: patch configure
+config.status: configure
 	dh_testdir
 	if [ ! -r aclocal.m4.saved ]; then cp -a aclocal.m4 aclocal.m4.saved; fi
 	sed -i -r 's/(hardcode_into_libs=).*$$/\1=no/' aclocal.m4
@@ -50,7 +48,7 @@
 	$(MAKE) manual
 	touch $@
 
-clean: clean-patched unpatch
+clean: clean-patched
 clean-patched:
 	dh_testdir
 	dh_testroot
@@ -103,7 +101,7 @@
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
 	@@echo Downloading $(FILENAME) from $(URL) ...
-	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+	@@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