This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 385d19670d60db34c1ebf73820223b704a7ff67b Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:05:24 2018 +0200 debian/control.in: split out run-time dependencies a bit. --- debian/changelog | 1 + debian/control.in | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0d0b28f..b341a34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add build conflicts. - Remove ffmpeg/libav run-time dependencies, Palemoon should be using the bundled version. + - Split out run-time dependencies a bit. * debian/rules: - Tabbify. - Add dh_testdir protection. Debian's firefox(-esr) package uses it. diff --git a/debian/control.in b/debian/control.in index 54c9897..26ff444 100644 --- a/debian/control.in +++ b/debian/control.in @@ -101,7 +101,8 @@ Homepage: http://www.palemoon.org/ Package: palemoon Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, +Depends: ${shlibs:Depends}, + ${misc:Depends}, Provides: x-www-browser Conflicts: palemoon-nonsse2 Replaces: palemoon-nonsse2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git