[X2Go-Commits] [pale-moon] 135/216: debian/control.in: move autotools build dependency around.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:43:20 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pale-moon.

commit b270a980e579c19eaf450355dc881d1809aaeb26
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Sep 21 22:43:50 2018 +0200

    debian/control.in: move autotools build dependency around.
---
 debian/changelog  | 1 +
 debian/control.in | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4f0f634..7ca06ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - Rework GCC dependencies.
     - Put lsb-release build-time dependency to the bottom in Palemoon-specific
       section.
+    - Move autotools build dependency 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 95d0231..f09e252 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,7 +3,7 @@ Section: contrib/web
 Priority: optional
 Maintainer: X2Go Developers <x2go-dev at lists.x2go.org>
 XSBC-Original-Maintainer: Steven Pusser <stevep at mxlinux.org>
-Build-Depends:
+Build-Depends: autotools-dev,
 %if DIST == wheezy || DIST == jessie
                debhelper (>= 9),
 %else
@@ -20,10 +20,9 @@ Build-Depends:
                gcc-6,
                g++-6,
 %endif
-        autotools-dev,
+               autoconf2.13,
         dpkg-dev (>= 1.16.1.1~),
 # standard build-deps
-        autoconf2.13,
         python (>= 2.7),
         unzip,
         zip,

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list