[Git][haskell-team/dh-haskell][master] 2 commits: Run check_recipe as part of test method vs build
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Sat Oct 25 16:47:08 BST 2025
Scott Talbert pushed to branch master at Debian Haskell Group / dh-haskell
Commits:
6c9c6e7b by Scott Talbert at 2025-10-25T11:11:28-04:00
Run check_recipe as part of test method vs build
- - - - -
89833094 by Scott Talbert at 2025-10-25T11:12:07-04:00
dh-haskell (0.6.10) unstable; urgency=medium
- - - - -
2 changed files:
- debian/changelog
- lib/Debian/Debhelper/Buildsystem/haskell.pm
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+dh-haskell (0.6.10) unstable; urgency=medium
+
+ * Run check_recipe as part of test method vs build
+
+ -- Scott Talbert <swt at techie.net> Sat, 25 Oct 2025 11:11:53 -0400
+
dh-haskell (0.6.9) unstable; urgency=medium
* Bump minimum required version of haskell-devscripts
=====================================
lib/Debian/Debhelper/Buildsystem/haskell.pm
=====================================
@@ -162,6 +162,13 @@ sub build {
if (!$dh{DOARCH}) {
haddock_recipe();
}
+
+ return;
+}
+
+sub test {
+ my ($self) = @_;
+
check_recipe();
return;
View it on GitLab: https://salsa.debian.org/haskell-team/dh-haskell/-/compare/6e7f57ad4ef5c31a6c8c387185137743424a1b26...89833094a5c65a7283cb1b3fad0469f8e0223be6
--
View it on GitLab: https://salsa.debian.org/haskell-team/dh-haskell/-/compare/6e7f57ad4ef5c31a6c8c387185137743424a1b26...89833094a5c65a7283cb1b3fad0469f8e0223be6
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/20251025/e5b5f179/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list