This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 5f48621d6c8033062c03ef0d881a33d0ae05abb1 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:47:03 2018 +0200 debian/control.in: move (un)zip build dependencies around. --- debian/changelog | 1 + debian/control.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 71f8b4e..f9f4896 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Move libpulse build dependency around. - Move yasm build dependency around. - Add (optional) rust build dependencies. + - Move (un)zip build dependencies around. * 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 d9a687b..48bb40f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -77,9 +77,9 @@ Build-Depends: autotools-dev, rustc (>= 1.10) [amd64 i386], cargo (>= 0.13) [amd64 i386], %endif + zip, + unzip, # standard build-deps - unzip, - zip, pkg-config, libxt-dev, # Palemoon-specific dependencies. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git