From aca155a9820a197cc0c019e45c01c91211541adc Mon Sep 17 00:00:00 2001
From: Hans-Christoph Steiner <eighthave@users.sourceforge.net>
Date: Sun, 12 Sep 2010 16:28:50 +0000
Subject: remove quilt dep since its not needed until patches are added to the
 package

svn path=/trunk/externals/hcs/; revision=14073
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'debian/rules')

diff --git a/debian/rules b/debian/rules
index 68c6bf3..55a9ecf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PACKAGE = pd-$(LIBRARY_NAME)
 pkglibdir = /usr/lib/pd/extra
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_install:
 	make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install
-- 
cgit v1.2.1