This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit c05cd5d54455db819ca8d85d9465e2fecc71c0d8 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 30 06:09:08 2018 +0200 debian/rules: add general dh-calling rule. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 203edc9..c407197 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add dh_strip override. - Add dh_shlibdeps override. - Remove old dh_shlibdeps override. + - Add general dh-calling rule. * 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 df6428b..6858105 100755 --- a/debian/rules +++ b/debian/rules @@ -262,6 +262,9 @@ endif override_dh_shlibdeps: dh_shlibdeps -a -l$(CURDIR)/debian/tmp$(LIB_DIR) +binary binary-arch binary-indep build build-arch build-indep clean install: + dh $@ + # 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