This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 208d49bd86a14683c62c7c2c78feddbf9fcb16f1 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 30 05:14:46 2018 +0200 debian/rules: add dh_install override. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3cccda2..053be13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -55,6 +55,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Enhance configure phase with branding options and the remotingname hack. - Move branding and remotingname variables up a few hunks. - Add dh_install stamp. + - Add dh_install 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 ef2f163..5e7be6c 100755 --- a/debian/rules +++ b/debian/rules @@ -253,6 +253,8 @@ stamps/dh_install:: debian/noinstall sed 's/viewBox="[^"]*"/viewBox="-41 35 32 32"/' $(call branding_icon,content/silhouette-40.svg) > \ debian/palemoon/usr/share/icons/hicolor/symbolic/apps/palemoon-symbolic.svg +override_dh_install: stamps/dh_install + # 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