summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-05-25 11:31:40 -0400
committerJoey Hess <joey@kitenet.net>2013-05-25 11:31:40 -0400
commit2849f4e33bc6ae46335f64d62d33c73e606f7c41 (patch)
tree68978c6682d865da4a12e6ff98f047cfd817aa00 /debian/changelog
parent7a7b1ca082897cd5ff3e421075f4d5f92ac87397 (diff)
dh_installchangelogs: No longer automatically converts html changelogs. A plain text version can be provided as a second parameter, or it will generate a file with a pointer to the html changelog if not. html2text's reign of terror has ended. Closes: #562874
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 922d3817..43975a2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
debhelper (9.20130519) UNRELEASED; urgency=low
+ * dh_installchangelogs: No longer automatically converts html changelogs.
+ A plain text version can be provided as a second parameter, or it will
+ generate a file with a pointer to the html changelog if not.
+ html2text's reign of terror has ended. Closes: #562874
* Allow building debhelper with USE_NLS=no to not require po4a to build.
Closes: #709557