This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 7fc4bfafef4e11d8d9877b875bbb09fa6a46d29e 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