summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
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