[Git][haskell-team/DHG_packages][master] tldr: Upgrading from 0.2.3 to 0.3.0
Clint Adams
gitlab at salsa.debian.org
Fri Apr 13 12:48:11 UTC 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
2b7d0394 by Clint Adams at 2018-04-13T08:47:26-04:00
tldr: Upgrading from 0.2.3 to 0.3.0
- - - - -
6 changed files:
- p/haskell-tldr/debian/changelog
- p/haskell-tldr/debian/compat
- p/haskell-tldr/debian/control
- p/haskell-tldr/debian/patches/no--N.diff
- − p/haskell-tldr/debian/patches/no-initialize-on-help-or-version.diff
- p/haskell-tldr/debian/patches/series
Changes:
=====================================
p/haskell-tldr/debian/changelog
=====================================
--- a/p/haskell-tldr/debian/changelog
+++ b/p/haskell-tldr/debian/changelog
@@ -1,3 +1,9 @@
+haskell-tldr (0.3.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Fri, 13 Apr 2018 08:41:20 -0400
+
haskell-tldr (0.2.3-4) unstable; urgency=medium
* Bump to Standards-Version 4.1.4.
=====================================
p/haskell-tldr/debian/compat
=====================================
--- a/p/haskell-tldr/debian/compat
+++ b/p/haskell-tldr/debian/compat
@@ -1 +1 @@
-9
+10
=====================================
p/haskell-tldr/debian/control
=====================================
--- a/p/haskell-tldr/debian/control
+++ b/p/haskell-tldr/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Clint Adams <clint at debian.org>
Priority: optional
Section: haskell
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
cdbs,
dh-exec,
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9),
libghc-text-prof,
libghc-optparse-applicative-dev,
libghc-semigroups-dev,
- libghc-shell-conduit-dev (>> 4.6.1-1),
+ libghc-typed-process-dev,
Build-Depends-Indep: ghc-doc,
libghc-ansi-terminal-doc,
libghc-cmark-doc,
=====================================
p/haskell-tldr/debian/patches/no--N.diff
=====================================
--- a/p/haskell-tldr/debian/patches/no--N.diff
+++ b/p/haskell-tldr/debian/patches/no--N.diff
@@ -1,15 +1,15 @@
---- haskell-tldr-0.2.3.orig/tldr.cabal
-+++ haskell-tldr-0.2.3/tldr.cabal
-@@ -26,7 +26,7 @@ library
- executable tldr
+--- a/tldr.cabal
++++ b/tldr.cabal
+@@ -27,7 +27,7 @@
hs-source-dirs: app
main-is: Main.hs
+ other-modules: Paths_tldr
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ ghc-options: -threaded -rtsopts
build-depends: base
, tldr
, optparse-applicative
-@@ -42,7 +42,7 @@ test-suite tldr-test
+@@ -43,7 +43,7 @@
main-is: Spec.hs
build-depends: base
, tldr
=====================================
p/haskell-tldr/debian/patches/no-initialize-on-help-or-version.diff deleted
=====================================
--- a/p/haskell-tldr/debian/patches/no-initialize-on-help-or-version.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/app/Main.hs
-+++ b/app/Main.hs
-@@ -97,8 +97,8 @@
-
- main :: IO ()
- main = do
-- initializeTldrPages
- args <- getArgs
-+ when (args /= ["--version"] && args /= ["--help"]) initializeTldrPages
- case execParserPure (prefs noBacktrack) tldrParserInfo args of
- Failure _
- | null args -> withArgs ["--help"] (execParser tldrParserInfo) >> return ()
=====================================
p/haskell-tldr/debian/patches/series
=====================================
--- a/p/haskell-tldr/debian/patches/series
+++ b/p/haskell-tldr/debian/patches/series
@@ -1,2 +1 @@
-no-initialize-on-help-or-version.diff
no--N.diff
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/2b7d039491d020823844f10aee8328fcbb4d589c
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/2b7d039491d020823844f10aee8328fcbb4d589c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180413/011c835f/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list