summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-07 12:10:03 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-07 12:10:03 +0300
commit2fe438ce66fb9b59ed792fa056b8d17bcb3e3dc1 (patch)
treeb3df32f7c9d1ac5387658b16348c1c6a619c009c
parent748531131bd4b314e4737f4dea43d7e7d6b44b51 (diff)
downloadinstallation-guide-2fe438ce66fb9b59ed792fa056b8d17bcb3e3dc1.zip
rules: Fix release name.
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9767cd7c6..c21c0260a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+installation-guide (20180604) UNRELEASED; urgency=medium
+
+ * rules: Fix release name.
+
+ -- Samuel Thibault <sthibault@debian.org> Thu, 07 Jun 2018 12:09:44 +0300
+
installation-guide (20180603) unstable; urgency=medium
[ Samuel Thibault ]
diff --git a/debian/rules b/debian/rules
index 91bdd00e4..b7a5cfbf5 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=stretch
+SUITE=buster
endif
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))