Removed dpatch support from debian/rules
authorRoman Moravcik <roman.moravcik@gmail.com>
Wed, 2 Jun 2010 11:37:14 +0000 (13:37 +0200)
committerRoman Moravcik <roman.moravcik@gmail.com>
Wed, 2 Jun 2010 11:37:14 +0000 (13:37 +0200)
debian/rules

index 08e1d25..d964026 100755 (executable)
@@ -9,8 +9,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
-
 DESTDIR=$(CURDIR)/debian/tmp
 
 configure: configure-stamp
@@ -20,7 +18,7 @@ configure-stamp:
        touch configure-stamp
 
 
-build: patch build-stamp
+build: build-stamp
 
 build-stamp: configure-stamp 
        dh_testdir
@@ -29,7 +27,7 @@ build-stamp: configure-stamp
 
        touch build-stamp
 
-clean: unpatch
+clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp