debian/rules.real: Mark most targets as phony

This commit is contained in:
Ben Hutchings 2018-12-01 18:59:32 +00:00
parent 94a9229d27
commit 63b7ced1fc
2 changed files with 5 additions and 0 deletions

3
debian/changelog vendored
View File

@ -24,6 +24,9 @@ linux (4.19.6-1~exp1) UNRELEASED; urgency=medium
* perf: do not ship python2-only call-graph-from-sql script.
* Override Lintian warning dbg-package-missing-depends in source too.
[ Ben Hutchings ]
* debian/rules.real: Mark most targets as phony
-- Uwe Kleine-König <ukleinek@debian.org> Wed, 28 Nov 2018 12:20:46 +0100
linux (4.19.5-1~exp1) experimental; urgency=medium

2
debian/rules.real vendored
View File

@ -842,4 +842,6 @@ install-bootwrapper: build-bootwrapper
dh_md5sums
dh_builddeb
.PHONY: binary-% build-% install-% setup-% source-%
# vim: filetype=make