summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorHolger Wansing <holgerw@debian.org>2016-12-29 08:49:30 +0000
committerHolger Wansing <holgerw@debian.org>2016-12-29 08:49:30 +0000
commit7c1d412a5b9415d77eb55283608506820691ad7e (patch)
tree10275d276e4d92f39f2079c5d5b57a42526a0efe /debian
parent302a45f9b7d284e55d68312c1e1e101c9618f714 (diff)
downloadinstallation-guide-7c1d412a5b9415d77eb55283608506820691ad7e.zip
Fix release name in rules
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c03bd79bf..91bdd00e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ VERSION=$(shell LC_ALL=C dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
DATE=$(shell echo $(VERSION) | cut -d '.' -f 1)
SUITE=$(shell LC_ALL=C dpkg-parsechangelog | grep ^Distribution: | cut -d ' ' -f 2)
ifeq (${SUITE},unstable)
-SUITE=wheezy
+SUITE=stretch
endif
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))