X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=e57bdbcf56bdfe3cbe100b3d91c4ec8a75dcfefb;hb=c9a70fd435a9b29e9b250877ca1d0270d7fee7c3;hp=455ed48f99ab26d4f9d1bb443bc170af917ad3bf;hpb=8ea46e829fe6ab3fc1e1c11254ec8062c02d2e82;p=live-boot-grml.git diff --git a/debian/rules b/debian/rules index 455ed48..e57bdbc 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,13 @@ #!/usr/bin/make -f +include /usr/share/dpatch/dpatch.make + +build: patch-stamp + dh build + +clean: unpatch + dh clean + %: dh ${@}