diff options
author | Trent Buck <trentbuck@gmail.com> | 2005-09-12 12:57:00 +0000 |
---|---|---|
committer | Trent Buck <trentbuck@gmail.com> | 2005-09-12 12:57:00 +0000 |
commit | daef12608ac200f0b9a460bcd009b813fdcb93cc (patch) | |
tree | f82bbb75dcbdee779d3b96c8e8bdaf2ea3518833 /debian | |
parent | f5d80743af6db6bcc803219ae2fab253c2c2a3ed (diff) |
Don't attempt to dh_installchangelogs ChangeLog in debian/rules.
darcs-hash:20050912125754-8f417-917076f0db746db226056de5f46c4cc0ee98cd4b.gz
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1233e79..3b84df0 100755 --- a/debian/rules +++ b/debian/rules @@ -60,7 +60,7 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot - dh_installchangelogs ChangeLog +# dh_installchangelogs ChangeLog dh_installdocs # dh_installexamples dh_install |