[SCM] brutefir/master: Switch to format 3.0 (quilt).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Sep 20 11:39:09 UTC 2010


The following commit has been merged in the master branch:
commit 9cb545820e93d00df402d492b32cbf424b294468
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Sep 20 13:38:44 2010 +0200

    Switch to format 3.0 (quilt).

diff --git a/debian/control b/debian/control
index 73af149..9edccbb 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,7 @@ Build-Depends: docbook-to-man,
  libfftw3-dev,
  libjack-dev,
  flex,
- libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
- dpatch
+ libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
 Standards-Version: 3.6.2
 Vcs-Git: git://git.debian.org/pkg-multimedia/brutefir.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/brutefir.git
diff --git a/debian/rules b/debian/rules
index b4f974e..35c7ad1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
-
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -20,7 +18,7 @@ endif
 
 build: build-stamp
 
-build-stamp: patch-stamp
+build-stamp:
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -29,7 +27,7 @@ build-stamp: patch-stamp
 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
brutefir packaging



More information about the pkg-multimedia-commits mailing list