This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 24970c66df801ad9a0b89530305ddc287c17e9fe Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 30 06:05:04 2018 +0200 debian/rules: add dh_shlibdeps override. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index acc8c48..39c5165 100644 --- a/debian/changelog +++ b/debian/changelog @@ -57,6 +57,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add dh_install stamp. - Add dh_install override. - Add dh_strip override. + - Add dh_shlibdeps 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 9bf0621..472ef22 100755 --- a/debian/rules +++ b/debian/rules @@ -262,6 +262,9 @@ else dh_strip endif +override_dh_shlibdeps: + dh_shlibdeps -a -l$(CURDIR)/debian/tmp$(LIB_DIR) + # 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