[Pkg-voip-commits] r7751 - in /asterisk/trunk/debian: changelog rules source/ source/format

paravoid at alioth.debian.org paravoid at alioth.debian.org
Wed Nov 4 19:29:19 UTC 2009


Author: paravoid
Date: Wed Nov  4 19:29:19 2009
New Revision: 7751

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7751
Log:
Switch to the "3.0 (quilt)" package source format.

Added:
    asterisk/trunk/debian/source/
    asterisk/trunk/debian/source/format
Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/rules

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=7751&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Wed Nov  4 19:29:19 2009
@@ -1,3 +1,9 @@
+asterisk (1:1.6.2.0~rc3-3) UNRELEASED; urgency=low
+
+  * Switch to the "3.0 (quilt)" package source format.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Wed, 04 Nov 2009 21:29:11 +0200
+
 asterisk (1:1.6.2.0~rc3-2) unstable; urgency=high
 
   [ Faidon Liambotis ]

Modified: asterisk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/rules?rev=7751&op=diff
==============================================================================
--- asterisk/trunk/debian/rules (original)
+++ asterisk/trunk/debian/rules Wed Nov  4 19:29:19 2009
@@ -32,8 +32,6 @@
 	INSTALL_PROGRAM += -s
 endif
 
-include /usr/share/quilt/quilt.make
-
 DEBVERSION:=$(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
 DEB_NOEPOCH_VERSION:=$(shell echo $(DEBVERSION) | cut -d':' -f 2)
@@ -51,7 +49,7 @@
 # fetch script that always returns an error.
 FETCH_ENV = PATH=$$PATH:$(CURDIR)/debian/dummyprogs
 
-config.status: debian/stamp-patched
+config.status:
 	dh_testdir
 
 	[ -f .version.debian_sav ] || cp -a .version .version.debian_sav
@@ -85,9 +83,7 @@
 	dh_testdir
 	touch $@
 
-clean: cleaned unpatch 
-# make clean breaks if we don't patch it up, hence the dependency
-cleaned: patch
+clean:
 	dh_testdir
 	dh_testroot
 	
@@ -195,4 +191,4 @@
 	@@echo Downloading $(UPFILENAME) from $(URL) ...
 	@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
 
-.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install clean patch unpatch
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install clean

Added: asterisk/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/source/format?rev=7751&op=file
==============================================================================
--- asterisk/trunk/debian/source/format (added)
+++ asterisk/trunk/debian/source/format Wed Nov  4 19:29:19 2009
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the Pkg-voip-commits mailing list