summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-06-13 12:59:58 +0200
committerRoland Hieber <r.hieber@pengutronix.de>2018-06-13 16:28:16 +0200
commit0ba29e9ce179eda8adfbfba6189e0cdf3804b23e (patch)
tree7459ca58c914f1ff138ca871a230b657af442508
parent4ec61ae785599ae0cbbeac075985cc929729ae12 (diff)
downloadbarebox-0ba29e9ce179eda8adfbfba6189e0cdf3804b23e.tar.gz
barebox-0ba29e9ce179eda8adfbfba6189e0cdf3804b23e.tar.xz
debian: downgrade debhelper Build-Depends to >= 10 so we can build on stretch
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat
index b4de394767..f599e28b8a 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-11
+10
diff --git a/debian/control b/debian/control
index bef318622f..1cc8910d4f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: barebox
Section: devel
Priority: optional
Maintainer: Roland Hieber <r.hieber@pengutronix.de>
-Build-Depends: debhelper (>= 11~)
+Build-Depends: debhelper (>= 10)
Standards-Version: 4.1.4
Homepage: https://barebox.org
Vcs-Browser: https://git.pengutronix.de/cgit/debian/barebox