[Pkg-voip-commits] r8972 - in /asterisk-chan-capi/trunk/debian: changelog control patches/00list patches/series rules source/ source/format

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Fri Jun 3 22:39:31 UTC 2011


Author: tzafrir
Date: Fri Jun  3 22:39:31 2011
New Revision: 8972

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8972
Log:
Switch from dpatch to dpkg v3.

Added:
    asterisk-chan-capi/trunk/debian/patches/series
      - copied, changed from r8970, asterisk-chan-capi/trunk/debian/patches/00list
    asterisk-chan-capi/trunk/debian/source/
    asterisk-chan-capi/trunk/debian/source/format
Removed:
    asterisk-chan-capi/trunk/debian/patches/00list
Modified:
    asterisk-chan-capi/trunk/debian/changelog
    asterisk-chan-capi/trunk/debian/control
    asterisk-chan-capi/trunk/debian/rules

Modified: asterisk-chan-capi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/changelog?rev=8972&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/changelog (original)
+++ asterisk-chan-capi/trunk/debian/changelog Fri Jun  3 22:39:31 2011
@@ -1,6 +1,7 @@
 asterisk-chan-capi (1.1.5-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Switch from dpatch to dpkg v3.
   * Add myself as uploader.
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Sat, 04 Jun 2011 01:15:47 +0300

Modified: asterisk-chan-capi/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/control?rev=8972&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/control (original)
+++ asterisk-chan-capi/trunk/debian/control Fri Jun  3 22:39:31 2011
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Lionel Elie Mamane <lmamane at debian.org>, Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Faidon Liambotis <paravoid at debian.org>, Tzafrir Cohen <tzafrir at debian.org>
-Build-Depends: debhelper (>= 5), asterisk-dev (>= 1:1.6), libcapi20-dev, dpatch
+Build-Depends: debhelper (>= 5), asterisk-dev (>= 1:1.6), libcapi20-dev
 Standards-Version: 3.8.2
 Homepage: http://www.chan-capi.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/asterisk-chan-capi/trunk/

Copied: asterisk-chan-capi/trunk/debian/patches/series (from r8970, asterisk-chan-capi/trunk/debian/patches/00list)
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/patches/series?rev=8972&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/patches/00list (original)
+++ asterisk-chan-capi/trunk/debian/patches/series Fri Jun  3 22:39:31 2011
@@ -1,3 +1,3 @@
-use-systems-libcapi
-verbose-build
-asterisk.h
+use-systems-libcapi.dpatch
+verbose-build.dpatch
+asterisk.h.dpatch

Modified: asterisk-chan-capi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/rules?rev=8972&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/rules (original)
+++ asterisk-chan-capi/trunk/debian/rules Fri Jun  3 22:39:31 2011
@@ -15,8 +15,6 @@
 	INSTALL_PROGRAM += -s
 endif
 
-include /usr/share/dpatch/dpatch.make
-
 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$$//')
@@ -24,7 +22,7 @@
 FILENAME := asterisk-chan-capi_$(UPVERSION).orig.tar.gz
 URL := ftp://ftp.chan-capi.org/chan-capi/chan_capi-$(UPVERSION).tar.gz
 
-build: patch build-stamp
+build: build-stamp
 build-stamp:
 	dh_testdir
 
@@ -32,8 +30,7 @@
 
 	touch build-stamp
 
-clean:	clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp

Added: asterisk-chan-capi/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/source/format?rev=8972&op=file
==============================================================================
--- asterisk-chan-capi/trunk/debian/source/format (added)
+++ asterisk-chan-capi/trunk/debian/source/format Fri Jun  3 22:39:31 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the Pkg-voip-commits mailing list