This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from a70de4a debian/rules: ignore js/src/build/autoconf/config.{guess,sub} if they do not exist. new e221cab debian/control: fix dpkg-dev dependency string. 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/control | 2 +- 2 files changed, 2 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 e221cabce5bc181bba81d6fb1611fe2dc5852ff9 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Aug 17 16:08:50 2018 +0200 debian/control: fix dpkg-dev dependency string. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 306ef2e..27d43a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add dpkg-dev build dep. - Add new palemoon-dev binary package, blatantly copied from Debian's control file. + - Fix dpkg-dev dependency string. * debian/rules: - Tabbify. - Add dh_testdir protection. Debian's firefox(-esr) package uses it. diff --git a/debian/control b/debian/control index b34d712..6d039a3 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: X2Go Developers <x2go-dev@lists.x2go.org> XSBC-Original-Maintainer: Steven Pusser <stevep@mxlinux.org> Build-Depends: debhelper (>= 9), autotools-dev, - dpkg-dev (>= 1.16.1.1~) + dpkg-dev (>= 1.16.1.1~), # Add for the conditional in rules to force use of gcc-4.9 on newer distreleases # that default to gcc-5 or 6 lsb-release, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git