[Git][haskell-team/haskell-devscripts][master] 2 commits: haskell-devscripts: move versioned ghc dependency to -minimal to break dependency loop for ghc

Ilias Tsitsimpis gitlab at salsa.debian.org
Sun Jan 21 12:21:19 UTC 2018


Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / haskell-devscripts


Commits:
735f8083 by Clint Adams at 2016-10-27T22:13:30-04:00
haskell-devscripts: move versioned ghc dependency to -minimal to break dependency loop for ghc

- - - - -
6e1e94bc by Clint Adams at 2016-10-31T19:44:58-04:00
patch from Chris Lamb to sort haskell:Recommends substvar.  closes: #842708.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- dh_haskell_depends


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+haskell-devscripts (0.13.3) unstable; urgency=medium
+
+  * Patch from Chris Lamb to sort haskell:Recommends substvar.
+    closes: #842708.
+
+ -- Clint Adams <clint at debian.org>  Mon, 31 Oct 2016 19:43:28 -0400
+
+haskell-devscripts (0.13.2) unstable; urgency=medium
+
+  * Move versioned ghc dependency to -minimal to break
+    dependency loop for ghc.
+
+ -- Clint Adams <clint at debian.org>  Thu, 27 Oct 2016 22:12:23 -0400
+
 haskell-devscripts (0.13.1) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Architecture: all
 Depends: dctrl-tools
   , debhelper (>= 9.20151219)
   , dh-buildinfo
-  , ghc (>= 8.0.1)
+  , ghc
   , cdbs
   , ${misc:Depends}
   , html-xml-utils
@@ -44,6 +44,7 @@ Description: Tools to help Debian developers build Haskell packages
 Package: haskell-devscripts
 Architecture: all
 Depends: ${misc:Depends}
+  , ghc (>= 8.0.1)
   , haskell-devscripts-minimal
   , hscolour
 Description: Tools to help Debian developers build Haskell packages


=====================================
dh_haskell_depends
=====================================
--- a/dh_haskell_depends
+++ b/dh_haskell_depends
@@ -141,7 +141,7 @@ for pkg in `dh_listpackages $args`; do
                 | sed -e 's,^file:/,,' \
                 | grep ^/ \
                 | cut -d# -f1 \
-                | sort -u \
+                | LANG=C sort -u \
                 | xargs -r dpkg -S \
                 | cut -d: -f1 \
                 | sort -u \



View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/compare/21a165363eae940f095a66808e8e554fafed6a84...6e1e94bc4efd8a0ac37f34ac84f4813bcb0105cc

---
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/compare/21a165363eae940f095a66808e8e554fafed6a84...6e1e94bc4efd8a0ac37f34ac84f4813bcb0105cc
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/20180121/8acfcd15/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list