[Pkg-voip-commits] r5343 - in /rtpproxy/trunk/debian: control rules

marcusb-guest at alioth.debian.org marcusb-guest at alioth.debian.org
Sat Mar 22 21:34:08 UTC 2008


Author: marcusb-guest
Date: Sat Mar 22 21:34:07 2008
New Revision: 5343

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5343
Log:
Do not depend on dpatch, there are no patches.

Modified:
    rtpproxy/trunk/debian/control
    rtpproxy/trunk/debian/rules

Modified: rtpproxy/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/control?rev=5343&op=diff
==============================================================================
--- rtpproxy/trunk/debian/control (original)
+++ rtpproxy/trunk/debian/control Sat Mar 22 21:34:07 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Jan Janak <jan at iptel.org>, Kilian Krause <kilian at debian.org>
-Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev, xsltproc, docbook-xsl
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, xsltproc, docbook-xsl
 Standards-Version: 3.6.1
 Vcs-Svn: svn://svn.debian.org/pkg-voip/rtpproxy/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/?op=log

Modified: rtpproxy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/rules?rev=5343&op=diff
==============================================================================
--- rtpproxy/trunk/debian/rules (original)
+++ rtpproxy/trunk/debian/rules Sat Mar 22 21:34:07 2008
@@ -8,8 +8,6 @@
 
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
-
-include /usr/share/dpatch/dpatch.make
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
@@ -32,7 +30,7 @@
 FILENAME := rtpproxy_$(UPVERSION).orig.tar.gz
 URL := http://ftp.iptel.org/pub/rtpproxy/rtpproxy-$(UPVERSION).tar.gz
 
-config.status: patch configure
+config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc 
@@ -47,8 +45,7 @@
 	$(MAKE)
 	touch build-stamp
 
-clean: clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp debian/rtpproxy.8 
@@ -108,4 +105,4 @@
 						
 
 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