Browse Source

debian/rules: Added targets for dh_quilt_*.

David Martínez Moreno 14 years ago
parent
commit
20d5b3a09d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      debian/rules

+ 2 - 0
debian/rules

@@ -15,6 +15,7 @@ endif
 
 build: build-stamp
 build-stamp:
+	dh_quilt_patch
 	$(MAKE) PLATFORM=$(PLATFORM)
 	touch build-stamp
 
@@ -52,4 +53,5 @@ clean:
 	dh_testroot
 	$(MAKE) clean
 	rm -f *-stamp
+	dh_quilt_unpatch
 	dh_clean