summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-31 19:44:58 -0400
committerClint Adams <clint@debian.org>2016-10-31 19:44:58 -0400
commit6e1e94bc4efd8a0ac37f34ac84f4813bcb0105cc (patch)
tree307225554c1e9de98736bf09684f7b4d4c9832be
parent735f8083420f06f1fbc407f8d5f1ece510cb9ef7 (diff)
patch from Chris Lamb to sort haskell:Recommends substvar. closes: #842708.
-rw-r--r--debian/changelog7
-rw-r--r--dh_haskell_depends2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6a21de9..2d26845 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+haskell-devscripts (0.13.3) unstable; urgency=medium
+
+ * Patch from Chris Lamb to sort haskell:Recommends substvar.
+ closes: #842708.
+
+ -- Clint Adams <clint@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
diff --git a/dh_haskell_depends b/dh_haskell_depends
index 4ca7b76..fc240de 100644
--- 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 \