[Pkg-voip-commits] r8613 - in /op-panel/trunk/debian: changelog control rules source/format

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Sun Aug 15 22:13:37 UTC 2010


Author: tzafrir
Date: Sun Aug 15 22:13:36 2010
New Revision: 8613

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8613
Log:
Dpkg V3 format. Refresh patches while we're at it.

Modified:
    op-panel/trunk/debian/changelog
    op-panel/trunk/debian/control
    op-panel/trunk/debian/rules
    op-panel/trunk/debian/source/format

Modified: op-panel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/changelog?rev=8613&op=diff
==============================================================================
--- op-panel/trunk/debian/changelog (original)
+++ op-panel/trunk/debian/changelog Sun Aug 15 22:13:36 2010
@@ -9,8 +9,9 @@
 
   [ Tzafrir Cohen ]
   * Use a @debian.org email.
+  * Dpkg V3 format. Refresh patches while we're at it.
 
- -- Tzafrir Cohen <tzafrir at debian.org>  Sun, 15 Aug 2010 23:55:10 +0300
+ -- Tzafrir Cohen <tzafrir at debian.org>  Mon, 16 Aug 2010 01:12:49 +0300
 
 op-panel (0.30~dfsg-2) unstable; urgency=low
 

Modified: op-panel/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/control?rev=8613&op=diff
==============================================================================
--- op-panel/trunk/debian/control (original)
+++ op-panel/trunk/debian/control Sun Aug 15 22:13:36 2010
@@ -4,7 +4,7 @@
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Alejandro Rios P. <alerios at debian.org>, Kilian Krause <kilian at debian.org>,
  Tzafrir Cohen <tzafrir at debian.org>
-Build-Depends: debhelper (>= 5.0.0), quilt
+Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5), libswf-perl (>= 0.3.0-8), ttf-dejavu-core
 Standards-Version: 3.9.1
 Homepage: http://www.asternic.org/

Modified: op-panel/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/rules?rev=8613&op=diff
==============================================================================
--- op-panel/trunk/debian/rules (original)
+++ op-panel/trunk/debian/rules Sun Aug 15 22:13:36 2010
@@ -5,8 +5,6 @@
 
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
-
-include /usr/share/quilt/quilt.make
 
 DEBVERSION:=$(shell head -n 1 debian/changelog \
                     | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
@@ -29,7 +27,7 @@
 
 build: build-stamp
 
-build-stamp: patch
+build-stamp:
 	dh_testdir
 	
 	# Add here commands to compile the package.
@@ -39,9 +37,7 @@
 	/usr/bin/pod2man --section 8 op_server debian/op_server.8
 	touch build-stamp
 
-clean: clean-patched unpatch
-
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 

Modified: op-panel/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/source/format?rev=8613&op=diff
==============================================================================
--- op-panel/trunk/debian/source/format (original)
+++ op-panel/trunk/debian/source/format Sun Aug 15 22:13:36 2010
@@ -1,1 +1,1 @@
-1.0
+3.0 (quilt)




More information about the Pkg-voip-commits mailing list