summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-07-30 21:00:55 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-07-30 21:00:55 -0700
commit459024388fc2bee0134b1fc881d7f7e38e8eb6cd (patch)
tree98f82b0e40012a18e12c32931291faa4bfbb4954 /debian
parentbefadc54e77a7e191bde1509e07627bcd0fabf38 (diff)
downloadstylish-haskell-459024388fc2bee0134b1fc881d7f7e38e8eb6cd.tar.gz
refresh patch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/0001-Debianize-README.patch9
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f80bac8..38a8218 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
stylish-haskell (0.6.1.0-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Refresh patch to README.
-- Sean Whitton <spwhitton@spwhitton.name> Fri, 29 Jul 2016 12:35:57 -0700
diff --git a/debian/patches/0001-Debianize-README.patch b/debian/patches/0001-Debianize-README.patch
index 2483167..60fc6ea 100644
--- a/debian/patches/0001-Debianize-README.patch
+++ b/debian/patches/0001-Debianize-README.patch
@@ -8,7 +8,7 @@ Forwarded: not-needed
1 file changed, 7 deletions(-)
diff --git a/README.markdown b/README.markdown
-index 857f731..201a294 100644
+index 209f2d7..01f20d9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,8 +1,6 @@
@@ -20,7 +20,7 @@ index 857f731..201a294 100644
Introduction
------------
-@@ -12,11 +10,6 @@ manually cleaning up import statements etc. gets tedious very quickly.
+@@ -12,16 +10,6 @@ manually cleaning up import statements etc. gets tedious very quickly.
This tool tries to help where necessary without getting in the way.
@@ -29,6 +29,11 @@ index 857f731..201a294 100644
-
-You can install it using `cabal install stylish-haskell`.
-
+-You can also install it using your package manager:
+- * Debian 9 or later: `apt-get install stylish-haskell`
+- * Ubuntu 16.10 or later: `apt-get install stylish-haskell`
+- * Arch Linux: `pacman -S stylish-haskell`
+-
Features
--------