From: gregor herrmann Date: Sat, 1 Dec 2007 01:18:00 +0000 (-0000) Subject: debian/rules: use $(DPATCH_STAMPFN) and $@. X-Git-Tag: debian/0.4.1-1~3 X-Git-Url: https://git.toastfreeware.priv.at/debian/iodine.git/commitdiff_plain/880c9871af50b9f5cb8940f255cad07134c241db?ds=sidebyside debian/rules: use $(DPATCH_STAMPFN) and $@. --- diff --git a/debian/changelog b/debian/changelog index eab1121..85b5796 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ iodine (0.4.1-1) UNRELEASED; urgency=low - fixes the install dir for the manpage, therefore adapting patch 01_mandir.dpatch. * debian/copyright: update years of copyright. + * debian/rules: use $(DPATCH_STAMPFN) and $@. -- gregor herrmann Sat, 01 Dec 2007 01:43:40 +0100 diff --git a/debian/rules b/debian/rules index 47e91a2..fa1ae88 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ endif configure: configure-stamp configure-stamp: $(DPATCH_STAMPFN) dh_testdir - touch configure-stamp + touch $@ build: build-stamp build-stamp: configure-stamp