This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from 59a5ffb debian/palemoon.links.in: use DICT_DIR. new 77c7fbe debian/rules: include upstream.mk for proper DIST support (and the like). The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 77c7fbe19f6e7b93b39f0b86331f5225abff030e Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 20:46:32 2018 +0200 debian/rules: include upstream.mk for proper DIST support (and the like). --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 649aa3f..b95543e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -182,6 +182,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Use safer UPSTREAM_VERSION instead of globbing *. - Use gcc-mozilla on wheezy. Needs control.in update as well. - Define and pass down DICT_DIR. + - Include upstream.mk for proper DIST support (and the like). * 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 f64dd7a..d7e4ef0 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,7 @@ $(call lazy,DEB_BUILD_ARCH_ENDIAN,$$(shell dpkg-architecture -qDEB_BUILD_ARCH_EN export SHELL=/bin/bash PYTHON := python -B +include debian/upstream.mk SYSTEM_LIBS = zlib bz2 hunspell ffi libevent ifeq (,$(filter wheezy jessie stretch,$(DIST))) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git