[X2Go-Commits] [pale-moon] 128/216: debian/control.in: update debhelper dependency.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:43:19 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 a819a9adbd2f98df86f2e2a9ef249e59377606df
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Sep 21 04:34:40 2018 +0200

    debian/control.in: update debhelper dependency.
---
 debian/changelog  | 2 ++
 debian/control.in | 7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c59df61..bff5822 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - Fix dpkg-dev dependency string.
     - Update {g{cc,++},cpp} dependency to prefer 6, then 4.9, then the system
       compiler.
+  * debian/control.in:
+    - Update debhelper dependency.
   * 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 5dec751..43996cc 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,7 +3,12 @@ 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: debhelper (>= 9),
+Build-Depends:
+%if DIST == wheezy || DIST == jessie
+               debhelper (>= 9),
+%else
+               debhelper (>= 9.20160114),
+%endif
         autotools-dev,
         dpkg-dev (>= 1.16.1.1~),
 # Add for the conditional in rules to force use of gcc-4.9 on newer distreleases

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