summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-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 083e81cfd..54bbc0f43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+installation-guide (20120827) UNRELEASED; urgency=low
+
+ * debian/rules: Fix suite name.
+
+ -- Samuel Thibault <sthibault@debian.org> Sun, 26 Aug 2012 16:47:22 +0200
+
installation-guide (20120826) unstable; urgency=low
[ Samuel Thibault ]
diff --git a/debian/rules b/debian/rules
index d23549751..e3ecb7847 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=lenny
+SUITE=wheezy
endif
MANTMP=$(shell pwd)/debian/manual