diff options
author | Niels Thykier <niels@thykier.net> | 2019-05-19 10:03:20 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2019-05-19 10:03:20 +0000 |
commit | 809f5afc73b068944f2bdda349b16dedfe1882e7 (patch) | |
tree | 3eb60be2a00ca0005cc5d919935be9cfdb1bd334 /debian | |
parent | c262372b3684fe116f7a1d2f79c0a166d6ea68b3 (diff) | |
download | debhelper-809f5afc73b068944f2bdda349b16dedfe1882e7.tar.gz |
dh_compress: Exclude .haddock and .hs by default
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d5437c73..ed2da600 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ debhelper (12.1.2) UNRELEASED; urgency=medium DH_AUTOSCRIPTDIR can be used for testing purposes to shadow existing or test new autoscript snippets. Thanks to Dmitry Bogatov for the suggestion. (Closes: #925281) + * dh_compress: Exclude .haddock and .hs files (as this is + customary for haskell packages). [ Helmut Grohne ] * Buildsystem/cmake: Fix CMAKE_SYSTEM_PROCESSOR for mips64el. |