From e464532a7a9f3c5f3419adbbac817ea5f1949f3a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 1 Nov 2016 20:31:46 -0700 Subject: drop override_dh_compress stanza --- debian/changelog | 7 +++++++ debian/rules | 4 ---- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b5f3c83..f99b2ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +stylish-haskell (0.6.1.0-2) UNRELEASED; urgency=medium + + * Drop override_dh_compress stanza. + Policy does not actually require us to compress a file that small. + + -- Sean Whitton Tue, 01 Nov 2016 20:31:17 -0700 + stylish-haskell (0.6.1.0-1) unstable; urgency=medium * New upstream release. diff --git a/debian/rules b/debian/rules index 163b419..5ea127f 100755 --- a/debian/rules +++ b/debian/rules @@ -22,10 +22,6 @@ override_dh_auto_clean: override_dh_auto_test: ./Setup test -override_dh_compress: - # add file that dh_compress somehow misses - dh_compress debian/stylish-haskell/usr/share/doc/stylish-haskell/README.markdown - override_dh_strip: # GHC cannot produce debugging symbols so the -dbgsym package # ends up empty, so disable generating it -- cgit v1.2.3