[cowdancer] 01/02: debian/rules: mark debian/qemubuilder.README.Debian target as .PHONY, so it'll always run when called

Mattia Rizzolo mattia at debian.org
Thu Jan 19 09:56:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository cowdancer.

commit 01c4f76b62ae7dc2fec48339d069de4da6495718
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu Jan 19 10:55:20 2017 +0100

    debian/rules: mark debian/qemubuilder.README.Debian target as .PHONY, so it'll always run when called
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a0292ec..5a8e1a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_configure:
 override_dh_install:
 	dh_install --fail-missing
 
-# (shell-command "cd ../ ; debian/rules debian/qemubuilder.README.Debian")
+.PHONY: debian/qemubuilder.README.Debian
 debian/qemubuilder.README.Debian:
 	w3m -dump 'http://wiki.debian.org/qemubuilder?action=raw' > $@.tmp
 	mv $@.tmp $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list