[pybtex] 07/108: Explicitly mark phony targets.
Daniel Stender
stender at moszumanska.debian.org
Fri Jul 21 10:18:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch master
in repository pybtex.
commit 6c2f3e5a90343d2ebc943063736fb05205b3e6e9
Author: Jakub Wilk <jwilk at debian.org>
Date: Thu Nov 26 21:01:23 2009 +0000
Explicitly mark phony targets.
---
debian/rules | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 0a6ff2e..a3b9cce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
+.PHONY: override_dh_auto_install
override_dh_auto_install:
dh_auto_install
cd debian/pybtex/usr/bin && mv pybtex bibtex.pybtex
@@ -7,10 +8,12 @@ override_dh_auto_install:
rm -Rf debian/pybtex/usr/lib/python*/*-packages/pybtex/$$module/; \
done
+.PHONY: override_dh_installman
override_dh_installman:
dh_installman
cd debian/pybtex/ && rename.ul pybtex bibtex.pybtex usr/share/man/man*/pybtex.[0-9]
+.PHONY: override_dh_installchangelog
override_dh_installchangelogs:
elinks -config-file /dev/null -dump -no-numbering -no-references docs/html/history.html \
| grep -A1000 ^Version \
@@ -18,7 +21,8 @@ override_dh_installchangelogs:
> docs/changelog
dh_installchangelogs docs/changelog
-%:
+.PHONY: build build-arch build-indep binary binary-arch binary-indep clean
+build build-arch build-indep binary binary-arch binary-indep clean:
dh $(@)
# vim:ts=4 sw=4 noet
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git
More information about the debian-science-commits
mailing list