summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-04-16 09:48:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-04-16 09:48:26 -0700
commit2651fe02f57c709fdbfeba4a36b85c1e75aab9ce (patch)
treed7d0d5b14bf22b6d2825394fdea933bb3a1bb32c /debian
parentbb6be8570e375efac4e775b4374a1abda66dc5f2 (diff)
downloadstylish-haskell-2651fe02f57c709fdbfeba4a36b85c1e75aab9ce.tar.gz
patch README and CHANGELOG for Debian
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/0001-Debianize-README.patch34
-rw-r--r--debian/patches/0002-move-CHANGELOG-entry-from-README.patch35
-rw-r--r--debian/patches/series2
3 files changed, 71 insertions, 0 deletions
diff --git a/debian/patches/0001-Debianize-README.patch b/debian/patches/0001-Debianize-README.patch
new file mode 100644
index 0000000..2483167
--- /dev/null
+++ b/debian/patches/0001-Debianize-README.patch
@@ -0,0 +1,34 @@
+From: Sean Whitton <spwhitton@spwhitton.name>
+Date: Sat, 16 Apr 2016 09:43:35 -0700
+Subject: Debianize-README
+Forwarded: not-needed
+
+---
+ README.markdown | 7 -------
+ 1 file changed, 7 deletions(-)
+
+diff --git a/README.markdown b/README.markdown
+index 857f731..201a294 100644
+--- a/README.markdown
++++ b/README.markdown
+@@ -1,8 +1,6 @@
+ stylish-haskell
+ ===============
+
+-[![Build Status](https://secure.travis-ci.org/jaspervdj/stylish-haskell.svg?branch=master)](http://travis-ci.org/jaspervdj/stylish-haskell)
+-
+ Introduction
+ ------------
+
+@@ -12,11 +10,6 @@ manually cleaning up import statements etc. gets tedious very quickly.
+
+ This tool tries to help where necessary without getting in the way.
+
+-Installation
+-------------
+-
+-You can install it using `cabal install stylish-haskell`.
+-
+ Features
+ --------
+
diff --git a/debian/patches/0002-move-CHANGELOG-entry-from-README.patch b/debian/patches/0002-move-CHANGELOG-entry-from-README.patch
new file mode 100644
index 0000000..ca8e2ac
--- /dev/null
+++ b/debian/patches/0002-move-CHANGELOG-entry-from-README.patch
@@ -0,0 +1,35 @@
+From: Sean Whitton <spwhitton@spwhitton.name>
+Date: Sat, 16 Apr 2016 09:44:31 -0700
+Subject: move-CHANGELOG-entry-from-README
+Forwarded: https://github.com/jaspervdj/stylish-haskell/pull/101
+
+---
+ CHANGELOG | 3 +++
+ README.markdown | 6 ------
+ 2 files changed, 3 insertions(+), 6 deletions(-)
+
+diff --git a/CHANGELOG b/CHANGELOG
+index d8f24d7..61aa915 100644
+--- a/CHANGELOG
++++ b/CHANGELOG
+@@ -51,3 +51,6 @@
+ - 0.5.10.0
+ * Bump `haskell-src-exts` dependency to 1.15
+ * Fix test which was not run before
++
++- `0.5.9.0`
++ * Add `compact_line` setting for Language Pragma styling
+diff --git a/README.markdown b/README.markdown
+index 201a294..f6925c0 100644
+--- a/README.markdown
++++ b/README.markdown
+@@ -129,9 +129,3 @@ Contributors:
+ - Leonid Onokhov
+ - Michael Snoyman
+ - Mikhail Glushenkov
+-
+-Changelog
+----------
+-
+-- `0.5.9.0`
+- * Add `compact_line` setting for Language Pragma styling
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e5ef750
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+0001-Debianize-README.patch
+0002-move-CHANGELOG-entry-from-README.patch