From: Axel Beckert Date: Thu, 17 Jan 2013 00:48:33 +0000 (+0100) Subject: Debian package: consistently use "touch $@" for stamp files X-Git-Tag: debian-1.0--pre-1+git160130-1~198 X-Git-Url: https://repo.or.cz/w/conkeror.git/commitdiff_plain/bf1f6228ff3f38b20503537cdc4dd943bdae2106 Debian package: consistently use "touch $@" for stamp files --- diff --git a/debian/changelog b/debian/changelog index bee9221..f9ed2ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ conkeror (1.0~~pre+git130117-1) UNRELEASED; urgency=low + * New upstream snapshot * Add support for xulrunner 18 to 20 + * Consistently use "touch $@" for stamp files. -- Axel Beckert Thu, 17 Jan 2013 01:42:48 +0100 diff --git a/debian/rules b/debian/rules index 10ee5e7..02a10c0 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. - touch configure-stamp + touch $@ # Architecture build: build-arch build-indep