This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit d6a529c5689882440818e5876b04d6953fc791ed Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 30 06:03:38 2018 +0200 debian/rules: add dh_strip override. --- debian/changelog | 1 + debian/rules | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5ab7d6b..acc8c48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,6 +56,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Move branding and remotingname variables up a few hunks. - Add dh_install stamp. - Add dh_install override. + - Add dh_strip override. * 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 5e7be6c..9bf0621 100755 --- a/debian/rules +++ b/debian/rules @@ -255,6 +255,13 @@ stamps/dh_install:: debian/noinstall override_dh_install: stamps/dh_install +override_dh_strip: +ifneq (,$(filter wheezy jessie,$(DIST))) + dh_strip -a --dbg-package=palemoon-dbg +else + dh_strip +endif + # 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