diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-03-27 06:22:57 +0200 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-03-27 06:22:57 +0200 |
commit | 2be8569c88d7741ecece450b10aabcc8e773e80c (patch) | |
tree | 50ab8a75ad73ea4bcc48ad1938245c65187a829e | |
parent | b3793bdf1f285c024ec31ce9f5c3dfeb407fd6d3 (diff) | |
download | xutils-dev-2be8569c88d7741ecece450b10aabcc8e773e80c.tar.gz |
Install that file through dh_installdocs.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0d4c206..296f01a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ xutils-dev (1:7.6+3) UNRELEASED; urgency=low [ Cyril Brulebois ] * Add debian/versions, containing upstream to Debian version mappings, to ease lookups. + * Install that file through dh_installdocs. -- Robert Hooker <sarvatt@ubuntu.com> Tue, 15 Mar 2011 17:09:52 -0400 diff --git a/debian/rules b/debian/rules index cd1a896..2fb60ab 100755 --- a/debian/rules +++ b/debian/rules @@ -85,7 +85,7 @@ binary-arch: build install dh_testdir dh_testroot - dh_installdocs + dh_installdocs debian/versions dh_install --sourcedir=debian/tmp --fail-missing dh_installchangelogs dh_link |