[X2Go-Commits] [pale-moon] 68/216: debian/control: update {g{cc, ++}, cpp} dependency to prefer 6, then 4.9, then the system compiler.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:42:57 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 1d6462c98ce931afe28a092cd1e6de1f45084200
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Aug 30 05:00:51 2018 +0200

    debian/control: update {g{cc,++},cpp} dependency to prefer 6, then 4.9, then the system compiler.
---
 debian/changelog | 2 ++
 debian/control   | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a6cf36c..38fae2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - Add new palemoon-dev binary package, blatantly copied from Debian's
       control file.
     - Fix dpkg-dev dependency string.
+    - Update {g{cc,++},cpp} dependency to prefer 6, then 4.9, then the system
+      compiler.
   * debian/rules:
     - Tabbify.
     - Add dh_testdir protection. Debian's firefox(-esr) package uses it.
diff --git a/debian/control b/debian/control
index 6d039a3..5dec751 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,9 @@ Build-Depends: debhelper (>= 9),
 # 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,
-        gcc-4.9 | gcc-4.8 | gcc-4.7,
-        g++-4.9 | g++-4.8 | g++-4.7,
-        cpp-4.9 | cpp-4.8 | cpp-4.7,
+        gcc-6 | gcc-4.9 | gcc,
+        g++-6 | g++-4.9 | g++,
+        cpp-6 | cpp-4.9 | cpp,
 # standard build-deps
         autoconf2.13,
         python (>= 2.7),

--
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