[SCM] horgand packaging branch, master, updated. upstream/1.14-14-g60937a4

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Tue Feb 23 21:45:51 UTC 2010


The following commit has been merged in the master branch:
commit 60937a4809c1390eea5deaecb6393fcd7c39b8df
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Tue Feb 23 22:45:47 2010 +0100

    Drop dpatch support.

diff --git a/debian/control b/debian/control
index 4308d28..d6e617c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,12 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Free Ekanayaka <free at agnula.org>,
  Alessio Treglia <quadrispro at ubuntu.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), libfltk1.1-dev, libjack-dev, libasound2-dev (>= 0.9.8), fluid, libsndfile1-dev (>= 1.0.4), dpatch
+Build-Depends: debhelper (>= 7),
+ libfltk1.1-dev,
+ libjack-dev,
+ libasound2-dev (>= 0.9.8),
+ fluid,
+ libsndfile1-dev (>= 1.0.4)
 Standards-Version: 3.8.4
 
 Package: horgand
diff --git a/debian/rules b/debian/rules
index 14fdedd..972fc58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,6 @@ export DH_COMPAT=3
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-include /usr/share/dpatch/dpatch.make
-
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -g
 endif
@@ -29,7 +27,7 @@ config.status:
 
 build: build-stamp
 
-build-stamp:  config.status patch
+build-stamp:  config.status
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -37,7 +35,7 @@ build-stamp:  config.status patch
 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 

-- 
horgand packaging



More information about the pkg-multimedia-commits mailing list