patat (0.3.3.0-1) unstable; urgency=medium
authorFélix Sipma <felix+debian@gueux.org>
Mon, 31 Oct 2016 12:28:53 +0000 (12:28 +0000)
committerFélix Sipma <felix+debian@gueux.org>
Mon, 31 Oct 2016 12:28:53 +0000 (12:28 +0000)
  * Initial release (Closes: #840738)

[dgit import unpatched patat 0.3.3.0-1]

1  2 
debian/changelog
debian/control
debian/patches/0001-Debianize-README.md.patch
debian/patches/series

index 35e9936608901ca56aa77a6cb7c6a8f71acae807,0000000000000000000000000000000000000000..11719845dbcbf0a430b3f21265fe93e67ab54410
mode 100644,000000..100644
--- /dev/null
@@@ -1,5 -1,0 +1,5 @@@
- patat (0.3.2.0-1) unstable; urgency=medium
++patat (0.3.3.0-1) unstable; urgency=medium
 +
 +  * Initial release (Closes: #840738)
 +
-  -- Félix Sipma <felix+debian@gueux.org>  Tue, 25 Oct 2016 23:46:09 +0200
++ -- Félix Sipma <felix+debian@gueux.org>  Mon, 31 Oct 2016 13:28:53 +0100
diff --cc debian/control
index c1523d1becd6073ffb6ffadf92e233bd40d3283a,0000000000000000000000000000000000000000..794b208b8e6e9838c99b7ca430ac63d709a60920
mode 100644,000000..100644
--- /dev/null
@@@ -1,40 -1,0 +1,40 @@@
-  libghc-aeson-dev (>= 0.11),
 +Source: patat
 +Maintainer: Félix Sipma <felix+debian@gueux.org>
 +Priority: extra
 +Section: haskell
 +Build-Depends: debhelper (>= 10),
 + ghc,
-  libghc-pandoc-dev (>= 1.17),
-  libghc-pandoc-dev (<< 1.18),
++ libghc-aeson-dev (>= 0.9),
 + libghc-aeson-dev (<< 1.1),
 + libghc-ansi-terminal-dev (>= 0.6),
 + libghc-ansi-terminal-dev (<< 0.7),
 + libghc-ansi-wl-pprint-dev (>= 0.6),
 + libghc-ansi-wl-pprint-dev (<< 0.7),
 + libghc-highlighting-kate-dev (>= 0.6),
 + libghc-highlighting-kate-dev (<< 0.7),
 + libghc-mtl-dev (>= 2.2),
 + libghc-mtl-dev (<< 2.3),
 + libghc-optparse-applicative-dev (>= 0.12),
 + libghc-optparse-applicative-dev (<< 0.14),
++ libghc-pandoc-dev (>= 1.16),
++ libghc-pandoc-dev (<< 1.19),
 + libghc-terminal-size-dev (>= 0.3),
 + libghc-terminal-size-dev (<< 0.4),
 + libghc-text-dev (>= 1.2),
 + libghc-text-dev (<< 1.3),
 + libghc-yaml-dev (>= 0.7),
 + libghc-yaml-dev (<< 0.9),
 + pandoc
 +Standards-Version: 3.9.8
 +Homepage: http://github.com/jaspervdj/patat
 +Vcs-Git: https://git.gueux.org/patat.git
 +Vcs-Browser: https://git.gueux.org/?p=patat.git;a=summary
 +
 +Package: patat
 +Architecture: any
 +Section: misc
 +Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}
 +Description: Terminal-based presentations using Pandoc
 + patat (*P*resentations *A*top *T*he *A*NSI *T*erminal) is a small tool that
 + allows you to show presentations using only an ANSI terminal.  It does not
 + require `ncurses`.
index db4b94d39026eba967ae7304c5b707fc578aa8a8,0000000000000000000000000000000000000000..9205b65c734fe79a0aba92bdcba0467948db47a4
mode 100644,000000..100644
--- /dev/null
@@@ -1,78 -1,0 +1,80 @@@
 +From: =?utf-8?q?F=C3=A9lix_Sipma?= <felix.sipma@no-log.org>
 +Date: Thu, 20 Oct 2016 15:09:42 +0200
 +Subject: Debianize README.md
 +
 +- remove installation instructions and CI links
 +- modify link to screenshot file
++
++Forwarded: not-needed
 +---
 + README.md | 36 +-----------------------------------
 + 1 file changed, 1 insertion(+), 35 deletions(-)
 +
 +diff --git a/README.md b/README.md
 +index 3cd2820..3dfcdf6 100644
 +--- a/README.md
 ++++ b/README.md
 +@@ -1,8 +1,6 @@
 + patat
 + =====
 + 
 +-[![Build Status](https://img.shields.io/travis/jaspervdj/patat.svg)](https://travis-ci.org/jaspervdj/patat) [![Hackage](https://img.shields.io/hackage/v/patat.svg)](https://hackage.haskell.org/package/patat) [![GitHub tag](https://img.shields.io/github/tag/jaspervdj/patat.svg)]()
 +-
 + `patat` (**P**resentations **A**top **T**he **A**NSI **T**erminal) is a small
 + tool that allows you to show presentations using only an ANSI terminal.  It does
 + not require `ncurses`.
 +@@ -20,7 +18,7 @@ Features:
 +   syntax files.
 + - Written in [Haskell].
 + 
 +-![screenshot](extra/screenshot.png?raw=true)
 ++![screenshot](examples/screenshot.png?raw=true)
 + 
 + [Kate]: https://kate-editor.org/
 + [Haskell]: http://haskell.org/
 +@@ -29,9 +27,6 @@ Features:
 + Table of Contents
 + -----------------
 + 
 +--   [Installation](#installation)
 +-    -   [Using stack](#using-stack)
 +-    -   [Using cabal](#using-cabal)
 + -   [Running](#running)
 + -   [Input format](#input-format)
 + -   [Configuration](#configuration)
 +@@ -39,35 +34,6 @@ Table of Contents
 +     -   [Syntax Highlighting](#syntax-highlighting)
 + -   [Trivia](#trivia)
 + 
 +-Installation
 +-------------
 +-
 +-You can build from source using `stack install` or `cabal install`.  `patat` is
 +-also available from [Hackage].
 +-
 +-[Hackage]: https://hackage.haskell.org/package/patat
 +-
 +-For people unfamiliar with the Haskell ecosystem, this means you can do either
 +-of the following:
 +-
 +-### Using stack
 +-
 +-1. Install [stack] for your platform.
 +-2. Clone this repository.
 +-3. Run `stack setup` (if you're running stack for the first time) and
 +-   `stack install`.
 +-4. Make sure `$HOME/.local/bin` is in your `$PATH`.
 +-
 +-[stack]: https://docs.haskellstack.org/en/stable/README/
 +-
 +-### Using cabal
 +-
 +-1. Install [cabal] for your platform.
 +-2. Run `cabal install patat`.
 +-3. Make sure `$HOME/.cabal/bin` is in your `$PATH`.
 +-
 +-[cabal]: https://www.haskell.org/cabal/
 +-
 + Running
 + -------
 + 
index 3ade4dc9993ad5bd4d7d612ab2fc098244adc847,0000000000000000000000000000000000000000..c2206ea4064e8759e4e85b10ba45634b537679bc
mode 100644,000000..100644
--- /dev/null
@@@ -1,2 -1,0 +1,1 @@@
- 0002-add-version.patch
 +0001-Debianize-README.md.patch