Alexander Wirt wrote:
> Adding the file to debian/package.changelog is much easier.
Okay, new patch.
debian/package.changelog is for changelog.Debian.gz and thus can't be
used for this. Luckily, as the manpage for dh_installchangelogs
explains:
An upstream changelog file may be specified as an option. If
none is specified, it looks for files with names that seem
likely to be changelogs. (In compatibility level 7 and
above.)
---
debian/changelog | 7 +++++++
debian/compat | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7e87db40..8d8ad147 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+asciidoc (8.6.4-1.1) local; urgency=low
+
+ * Install upstream changelog to /usr/share/doc/asciidoc/changelog.gz.
+ * Bump debhelper compatibility level to 7.
+
+ -- Jonathan Nieder <[email protected]> Mon, 18 Jul 2011 02:16:53 -0500
+
asciidoc (8.6.4-1) unstable; urgency=low
* New upstream version
diff --git a/debian/compat b/debian/compat
index 7ed6ff82..7f8f011e 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
--
1.7.6
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]