This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 00df1dac34e2b50f06a994df14fa7850275ce2e6 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 30 23:30:41 2018 +0200 debian/rules: add non-parallel stamps/dummy target. --- debian/changelog | 1 + debian/rules | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 090bd77..14104ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add line that actually exports stuff. Duh. - Add autoconf config.{guess,sub} replacement hack from Debian crossstream. + - Add non-parallel stamps/dummy target. * 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 f73e23f..ca298a1 100755 --- a/debian/rules +++ b/debian/rules @@ -119,4 +119,12 @@ override_dh_shlibdeps: # It's OK to leave this in for those that do. override_dh_builddeb: dh_builddeb -- -Z xz + + +.NOTPARALLEL: + +$(shell awk -F:: '$$1 ~ /^stamps\// && !/%/ { print $$1 }' debian/rules) stamps/dummy:: + @mkdir -p stamps + $(if $(wildcard $@),,touch $@) + endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git