[Pkg-voip-commits] r5203 - in /zaptel/trunk/debian: changelog control patches/series rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sun Feb 10 07:19:10 UTC 2008


Author: tzafrir-guest
Date: Sun Feb 10 07:19:10 2008
New Revision: 5203

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5203
Log:
Converting patches from dpatch to quilt. Stage 1: series file and rules.

Added:
    zaptel/trunk/debian/patches/series
      - copied, changed from r5202, zaptel/trunk/debian/patches/00list
Modified:
    zaptel/trunk/debian/changelog
    zaptel/trunk/debian/control
    zaptel/trunk/debian/rules

Modified: zaptel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/changelog?rev=5203&op=diff
==============================================================================
--- zaptel/trunk/debian/changelog (original)
+++ zaptel/trunk/debian/changelog Sun Feb 10 07:19:10 2008
@@ -1,3 +1,9 @@
+zaptel (1:1.4.8~dfsg-2) UNRELEASED; urgency=low
+
+  * Converting patches to quilt (because bristuff uses them). 
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sun, 10 Feb 2008 09:17:33 +0200
+
 zaptel (1:1.4.8~dfsg-1) unstable; urgency=low
 
   * New upstream release

Modified: zaptel/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/control?rev=5203&op=diff
==============================================================================
--- zaptel/trunk/debian/control (original)
+++ zaptel/trunk/debian/control Sun Feb 10 07:19:10 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Kilian Krause <kilian at debian.org>, Mark Purcell <msp at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper, libnewt-dev, dpatch, bzip2, libusb-dev, asciidoc
+Build-Depends: debhelper, libnewt-dev, quilt, bzip2, libusb-dev, asciidoc
 Standards-Version: 3.7.3
 Homepage: http://www.asterisk.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/zaptel/trunk/

Copied: zaptel/trunk/debian/patches/series (from r5202, zaptel/trunk/debian/patches/00list)
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/series?rev=5203&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/00list (original)
+++ zaptel/trunk/debian/patches/series Sun Feb 10 07:19:10 2008
@@ -1,10 +1,10 @@
-Makefile_bristuff
-oslec_zaptel
-#bristuff
-bri_dchan
-proc_read
-zt_alarm_notify_no_master_change
-ztcfg-start_stop
-zaphfc-florz
-zaptel_perl
-kbuild_src
+Makefile_bristuff.dpatch
+oslec_zaptel.dpatch
+#bristuff.dpatch
+bri_dchan.dpatch
+proc_read.dpatch
+zt_alarm_notify_no_master_change.dpatch
+ztcfg-start_stop.dpatch
+zaphfc-florz.dpatch
+zaptel_perl.dpatch
+kbuild_src.dpatch

Modified: zaptel/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/rules?rev=5203&op=diff
==============================================================================
--- zaptel/trunk/debian/rules (original)
+++ zaptel/trunk/debian/rules Sun Feb 10 07:19:10 2008
@@ -9,7 +9,7 @@
 USE_BRISTUFF=1
 export HOTPLUG_FIRMWARE=1
 
--include /usr/share/dpatch/dpatch.make
+-include /usr/share/quilt/quilt.make
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -g
@@ -113,8 +113,8 @@
 			    PATH=$(CURDIR)/debian/fake:$$PATH; export PATH; \
 			  fi
 
-build: build-stamp
-build-stamp: patch-stamp tonezones.txt
+build: patch build-stamp
+build-stamp: tonezones.txt
 	dh_testdir
 	
 	./configure




More information about the Pkg-voip-commits mailing list