summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2015-05-01 07:34:29 +0200
committerNiels Thykier <niels@thykier.net>2015-05-01 07:34:41 +0200
commit6194f1a2c38aa27bb373505fb9f969678c26a6df (patch)
tree7ec27684c11767b4d5ad30a382476180247140b4 /debian
parentc6d8f32acffddfc66e78dea00c6c0a23a5bd5aeb (diff)
downloaddebhelper-6194f1a2c38aa27bb373505fb9f969678c26a6df.tar.gz
d/changelog: Break a long line into two
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e59eb50e..591764b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -96,7 +96,8 @@ debhelper (9.20150101.1) UNRELEASED; urgency=medium
control field names. (Closes: #772129)
* add DH_QUIET environment variable to make things more silent
* dh: don't output commands to run if DH_QUIET is set
- * buildsystems print commands unless DH_QUIET is set (Closes: #639168, #680687)
+ * buildsystems print commands unless DH_QUIET is set
+ (Closes: #639168, #680687)
* autoconf is always passed one of
--enable-silent-rules (if DH_QUIET is set) or
--disable-silent-rules (otherwise). (Closes: #551463, #680686)