X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Frules;h=ba09d0a1491652dd88b6c22789b1bfa38b80491c;hb=refs%2Ftags%2Fdebian%2F1.2.2-20;hp=56cae22af82f7216a4a0698a520b19c1eedc9a03;hpb=11c8159d307fbde222e528ea93fc21eafb0e2f9d;p=pkg%2Fbeep.git diff --git a/debian/rules b/debian/rules index 56cae22..ba09d0a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f # debian/rules file for beep +# copyright 2002++ by Gerfried Fuchs +# Licenced the same way as beep itself PKG1 = beep TMP1 = $(CURDIR)/debian/$(PKG1) @@ -26,7 +28,9 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) endif -clean: +include /usr/share/quilt/quilt.make + +clean: unpatch $(checkdir) $(checkroot) -rm -rf $(TMP1) $(TMP2) debian/substvars debian/files build-stamp @@ -34,7 +38,7 @@ clean: build: build-stamp -build-stamp: +build-stamp: patch $(checkdir) $(MAKE) FLAGS="$(FLAGS)" touch build-stamp