This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit f7ce593d111c21be4bcef44e462a4306e7fcb8f2 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 23 02:48:50 2018 +0100 debian/rules: add all clause. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1af63e7..02e7837 100644 --- a/debian/changelog +++ b/debian/changelog @@ -150,6 +150,7 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low - Whitespace only. - Switch to building cdmanager/powerej via Qt5. - Modernize respective build flags. + - Add all clause. * debian/compat: - Bump DH compat level to 9. diff --git a/debian/rules b/debian/rules index 859b684..83dfcde 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk +%: + dh $@ --parallel configure: configure-stamp configure-stamp: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git