summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-11-01 20:31:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-11-01 20:31:46 -0700
commite464532a7a9f3c5f3419adbbac817ea5f1949f3a (patch)
tree9bed33a7da7251e412ebaa8ce2ad017e1319ea4c /debian
parentdba645f674ab2b3e0b4000f987547ea559a9b447 (diff)
downloadstylish-haskell-e464532a7a9f3c5f3419adbbac817ea5f1949f3a.tar.gz
drop override_dh_compress stanza
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules4
2 files changed, 7 insertions, 4 deletions
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 <spwhitton@spwhitton.name> 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