This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit a8fc976880c56b157ef78b5faba490745e18c640 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 30 06:10:14 2018 +0200 debian/rules: make some targets phony. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9b40fc5..7c2adda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -61,6 +61,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Remove old dh_shlibdeps override. - Add general dh-calling rule. - Remove old and commented-out dh-calling rule. + - Make some targets phony. * debian/mozconfig: - Remove autoconf flags that should better be handled by debian/rules. * debian/make.mk: diff --git a/debian/rules b/debian/rules index f0da0e0..b6c44ce 100755 --- a/debian/rules +++ b/debian/rules @@ -262,6 +262,8 @@ override_dh_shlibdeps: binary binary-arch binary-indep build build-arch build-indep clean install: dh $@ +.PHONY: build clean binary-indep binary-arch binary install + # For releases that don't use xz compression by default, such as Wheezy. # It's OK to leave this in for those that do. override_dh_builddeb: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git