[med-svn] [Git][med-team/phybin][master] 7 commits: Add hint to Github in watch file

Andreas Tille gitlab at salsa.debian.org
Wed Dec 19 20:55:07 GMT 2018


Andreas Tille pushed to branch master at Debian Med / phybin


Commits:
355978af by Andreas Tille at 2018-12-19T18:59:35Z
Add hint to Github in watch file

- - - - -
bc419a74 by Andreas Tille at 2018-12-19T20:39:31Z
Add patch to build with ghc-8.6

- - - - -
bd46f89d by Andreas Tille at 2018-12-19T20:39:54Z
debhelper 11

- - - - -
74e7ce73 by Andreas Tille at 2018-12-19T20:40:00Z
Standards-Version: 4.2.1

- - - - -
c5ea2a2e by Andreas Tille at 2018-12-19T20:40:01Z
Secure URI in copyright format

- - - - -
0dad9bcf by Andreas Tille at 2018-12-19T20:52:23Z
Revert debhelper 11 since ghc cdbs helper is not compatible with debhelper 11

- - - - -
81921462 by Andreas Tille at 2018-12-19T20:54:26Z
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/patches/ghc-8.6.patch
- debian/patches/series
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+phybin (0.3-3) unstable; urgency=medium
+
+  * Add hint to Github in watch file
+  * Add patch to build with ghc-8.6 (Thanks to Joachim Breitner
+    <nomeata at debian.org>)
+    Closes: #916800
+  * Standards-Version: 4.2.1
+  * Secure URI in copyright format
+
+ -- Andreas Tille <tille at debian.org>  Wed, 19 Dec 2018 21:52:54 +0100
+
 phybin (0.3-2) unstable; urgency=medium
 
   * debhelper 10


=====================================
debian/control
=====================================
@@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 10),
                libghc-test-framework-dev,
                libghc-test-framework-hunit-dev,
                libghc-test-framework-th-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.2.1
 Vcs-Browser: https://salsa.debian.org/med-team/phybin
 Vcs-Git: https://salsa.debian.org/med-team/phybin.git
 Homepage: http://www.cs.indiana.edu/~rrnewton/projects/phybin/


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: phybin
 Upstream-Contact: Ryan Newton <rrnewton at gmail.com>
 Source: https://github.com/rrnewton/PhyBin


=====================================
debian/patches/ghc-8.6.patch
=====================================
@@ -0,0 +1,31 @@
+From: Joachim Breitner <mail at joachim-breitner.de>
+Date: Wed, 19 Dec 2018 18:08:37 +0100
+Description: Hide Prelude.<>, to make the code GHC-8.6 compatible
+Origin: https://patch-diff.githubusercontent.com/raw/rrnewton/PhyBin/pull/13.patch
+Bug-Debian: https://bugs.debian.org/916800
+
+---
+ /Bio/Phylogeny/PhyBin.hs           | 1 +
+ /Bio/Phylogeny/PhyBin/CoreTypes.hs | 1 +
+ 2 files changed, 2 insertions(+)
+
+--- a/Bio/Phylogeny/PhyBin.hs
++++ b/Bio/Phylogeny/PhyBin.hs
+@@ -30,6 +30,7 @@ import qualified Control.Concurrent.Asyn
+ import           Control.Exception   (evaluate)
+ import           Control.Applicative ((<$>),(<*>))
+ import           Control.Concurrent  (Chan)
++import           Prelude hiding ((<>))
+ import           System.FilePath     (combine)
+ import           System.Directory    (doesFileExist, doesDirectoryExist, createDirectoryIfMissing,
+                                       getDirectoryContents, getCurrentDirectory)
+--- a/Bio/Phylogeny/PhyBin/CoreTypes.hs
++++ b/Bio/Phylogeny/PhyBin/CoreTypes.hs
+@@ -32,6 +32,7 @@ module Bio.Phylogeny.PhyBin.CoreTypes
+        )
+        where
+ 
++import Prelude hiding ((<>))
+ import qualified Data.Map as M
+ import qualified Data.Set as S
+ import Data.Foldable (Foldable(..))


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 unconstraint-text-dependency.patch
 unsafeIOToST.patch
+ghc-8.6.patch


=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=3
+version=4
 http://hackage.haskell.org/package/phybin/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+
+# also check https://github.com/rrnewton/PhyBin/releases



View it on GitLab: https://salsa.debian.org/med-team/phybin/compare/e7e149820f147b48428fd23e8d308fc22cdd5bc0...81921462a2cfb87ff818ade9bdea5349789bc551

-- 
View it on GitLab: https://salsa.debian.org/med-team/phybin/compare/e7e149820f147b48428fd23e8d308fc22cdd5bc0...81921462a2cfb87ff818ade9bdea5349789bc551
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/debian-med-commit/attachments/20181219/65cafd37/attachment-0001.html>


More information about the debian-med-commit mailing list