[Git][haskell-team/haskell-devscripts][master] 4 commits: haskell-devscripts (0.16.0) unstable; urgency=medium
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Sep 20 21:02:16 BST 2021
Clint Adams pushed to branch master at Debian Haskell Group / haskell-devscripts
Commits:
c4de1b70 by Ilias Tsitsimpis at 2020-06-20T06:17:44-04:00
haskell-devscripts (0.16.0) unstable; urgency=medium
* Support Haskell packages without a Setup.hs file
[dgit import package haskell-devscripts 0.16.0]
- - - - -
7f7fc845 by Ilias Tsitsimpis at 2020-06-20T06:17:44-04:00
Record haskell-devscripts (0.16.0) in archive suite sid
- - - - -
6223b6ca by Clint Adams at 2021-09-20T15:55:16-04:00
0.16.1
- - - - -
9c0f4cac by Clint Adams at 2021-09-20T15:54:52-04:00
Declare fast forward from 0.16.0
[dgit --overwrite]
- - - - -
2 changed files:
- Dh_Haskell.sh
- debian/changelog
Changes:
=====================================
Dh_Haskell.sh
=====================================
@@ -669,7 +669,7 @@ install_doc_recipe(){
# PS4=$PS5
}
-if ! [ `which grep-dctrl` > /dev/null ] ; then
+if ! command -v grep-dctrl > /dev/null; then
echo "grep-dctrl is missing" >&2
exit 1
fi
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-devscripts (0.16.1) unstable; urgency=medium
+
+ * Use `command -v` instead of `which`.
+
+ -- Clint Adams <clint at debian.org> Mon, 20 Sep 2021 15:54:52 -0400
+
haskell-devscripts (0.16.0) unstable; urgency=medium
* Support Haskell packages without a Setup.hs file
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/compare/b1ce282a6d44d345a382c9df2f2903986bf778b3...9c0f4cac59cbdf54f51d66a533a6a65fd5cf9cd6
--
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/compare/b1ce282a6d44d345a382c9df2f2903986bf778b3...9c0f4cac59cbdf54f51d66a533a6a65fd5cf9cd6
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/20210920/90d7e363/attachment.htm>
More information about the Pkg-haskell-commits
mailing list