This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from d61907c debian/control.in: fix syntax error. new 35e3a2d debian/upstream.mk: fix upstream version fetching, version.txt location changed. 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 | 2 ++ debian/upstream.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- 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 35e3a2dbcbcba4c489a188cefd4825056956ac8d Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 16 04:39:16 2019 +0100 debian/upstream.mk: fix upstream version fetching, version.txt location changed. --- debian/changelog | 2 ++ debian/upstream.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 902ea0a..0338cab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ palemoon (28.3.1+repack-1-0x2go1) UNRELEASED; urgency=medium splice patch file. * debian/control.in: - Fix syntax error. + * debian/upstream.mk: + - Fix upstream version fetching, version.txt location changed. -- Mihai Moldovan <ionic@ionic.de> Thu, 31 Jan 2019 01:36:58 +0100 diff --git a/debian/upstream.mk b/debian/upstream.mk index d9865e4..173b322 100644 --- a/debian/upstream.mk +++ b/debian/upstream.mk @@ -15,7 +15,7 @@ include /usr/share/dpkg/pkg-info.mk # 4.0b5 -> 4.0~b5 # That should ensure the proper ordering VERSION_FILTER := sed 's/\([0-9]\)\([ab]\)/\1~\2/g' -$(call lazy,UPSTREAM_VERSION,$$(shell cat browser/config/version.txt)) +$(call lazy,UPSTREAM_VERSION,$$(shell cat application/palemoon/config/version.txt)) # Last version in debian/changelog DEBIAN_SOURCE := $(DEB_SOURCE) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git