[Git][haskell-team/DHG_packages][master] 2 commits: HSH: Upgrading from 2.1.2 to 2.1.3

Clint Adams gitlab at salsa.debian.org
Wed Jul 4 03:34:55 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c5f8867b by Clint Adams at 2018-07-03T22:34:04-04:00
HSH: Upgrading from 2.1.2 to 2.1.3

- - - - -
df67bb89 by Clint Adams at 2018-07-03T22:34:04-04:00
hsini: Upgrading from 0.5.1.1 to 0.5.1.2

- - - - -


6 changed files:

- p/haskell-hsh/debian/changelog
- − p/haskell-hsh/debian/patches/newer-directory
- − p/haskell-hsh/debian/patches/newer-process
- − p/haskell-hsh/debian/patches/series
- p/haskell-hsini/debian/changelog
- p/haskell-hsini/debian/control


Changes:

=====================================
p/haskell-hsh/debian/changelog
=====================================
--- a/p/haskell-hsh/debian/changelog
+++ b/p/haskell-hsh/debian/changelog
@@ -1,8 +1,9 @@
-haskell-hsh (2.1.2-9) UNRELEASED; urgency=medium
+haskell-hsh (2.1.3-1) unstable; urgency=medium
 
   * Set Rules-Requires-Root to no.
+  * New upstream release
 
- -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:09:52 -0400
+ -- Clint Adams <clint at debian.org>  Tue, 03 Jul 2018 22:32:39 -0400
 
 haskell-hsh (2.1.2-8) unstable; urgency=medium
 


=====================================
p/haskell-hsh/debian/patches/newer-directory deleted
=====================================
--- a/p/haskell-hsh/debian/patches/newer-directory
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/HSH/ShellEquivs.hs
-+++ b/HSH/ShellEquivs.hs
-@@ -86,7 +86,7 @@
- import Text.Regex (matchRegex, mkRegex)
- import Text.Printf (printf)
- import Control.Monad (foldM)
--import System.Directory hiding (createDirectory)
-+import System.Directory hiding (createDirectory, isSymbolicLink)
- import qualified Control.Exception as E 
- -- import System.FilePath (splitPath)
- 


=====================================
p/haskell-hsh/debian/patches/newer-process deleted
=====================================
--- a/p/haskell-hsh/debian/patches/newer-process
+++ /dev/null
@@ -1,41 +0,0 @@
-Description: Update for fields added in newer versions of process
-Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
-Bug-Debian: https://bugs.debian.org/847158
-Forwarded: https://github.com/jgoerzen/hsh/pull/16
-
-Index: b/HSH/Command.hs
-===================================================================
---- a/HSH/Command.hs
-+++ b/HSH/Command.hs
-@@ -301,6 +301,15 @@ genericCommand c environ (ChanHandle ih)
- #if MIN_VERSION_process(1,2,0)
- 			    , delegate_ctlc = False
- #endif
-+#if MIN_VERSION_process(1,3,0)
-+          , detach_console = False
-+          , create_new_console = False
-+          , new_session = False
-+#endif
-+#if MIN_VERSION_process(1,4,0)
-+          , child_group = Nothing
-+          , child_user = Nothing
-+#endif
- 			   }
-     in do (_, oh', _, ph) <- createProcess cp
-           let oh = fromJust oh'
-@@ -320,6 +329,15 @@ genericCommand cspec environ ichan =
- #if MIN_VERSION_process(1,2,0)
- 			    , delegate_ctlc = False
- #endif
-+#if MIN_VERSION_process(1,3,0)
-+          , detach_console = False
-+          , create_new_console = False
-+          , new_session = False
-+#endif
-+#if MIN_VERSION_process(1,4,0)
-+          , child_group = Nothing
-+          , child_user = Nothing
-+#endif
- 			   }
-     in do (ih', oh', _, ph) <- createProcess cp
-           let ih = fromJust ih'


=====================================
p/haskell-hsh/debian/patches/series deleted
=====================================
--- a/p/haskell-hsh/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-newer-directory
-newer-process


=====================================
p/haskell-hsini/debian/changelog
=====================================
--- a/p/haskell-hsini/debian/changelog
+++ b/p/haskell-hsini/debian/changelog
@@ -1,8 +1,9 @@
-haskell-hsini (0.5.1.1-2) UNRELEASED; urgency=medium
+haskell-hsini (0.5.1.2-1) unstable; urgency=medium
 
   * Set Rules-Requires-Root to no.
+  * New upstream release
 
- -- Clint Adams <clint at debian.org>  Sun, 06 May 2018 22:09:52 -0400
+ -- Clint Adams <clint at debian.org>  Tue, 03 Jul 2018 22:32:45 -0400
 
 haskell-hsini (0.5.1.1-1) unstable; urgency=medium
 


=====================================
p/haskell-hsini/debian/control
=====================================
--- a/p/haskell-hsini/debian/control
+++ b/p/haskell-hsini/debian/control
@@ -9,16 +9,10 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  ghc,
  ghc-prof,
- libghc-mtl-dev (>= 2.2),
- libghc-mtl-dev (<< 2.3),
- libghc-mtl-prof,
- libghc-parsec3-dev (>= 3.1),
- libghc-parsec3-dev (<< 3.2),
- libghc-parsec3-prof,
- libghc-hunit-dev,
- libghc-quickcheck2-dev,
  libghc-mtl-dev,
+ libghc-mtl-prof,
  libghc-parsec3-dev,
+ libghc-parsec3-prof,
  libghc-tasty-dev,
  libghc-tasty-hunit-dev,
  libghc-tasty-quickcheck-dev,



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/14bd1039cdf415fd631a9fe08a9b19d21aa29dd4...df67bb8915e394c0309cdd51c81bef3383bf1296

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/14bd1039cdf415fd631a9fe08a9b19d21aa29dd4...df67bb8915e394c0309cdd51c81bef3383bf1296
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180704/12a3daef/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list