[Git][haskell-team/DHG_packages][master] email-validate: drop spurious b-d on doctest

Clint Adams (@clint) gitlab at salsa.debian.org
Thu Sep 14 22:05:26 BST 2023



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
54b6c07e by Clint Adams at 2023-09-14T17:04:27-04:00
email-validate: drop spurious b-d on doctest

- - - - -


3 changed files:

- p/haskell-email-validate/debian/changelog
- p/haskell-email-validate/debian/control
- p/haskell-email-validate/debian/rules


Changes:

=====================================
p/haskell-email-validate/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-email-validate (2.3.2.19-2) unstable; urgency=medium
+
+  * Drop spurious build-dep on doctest.
+
+ -- Clint Adams <clint at debian.org>  Thu, 14 Sep 2023 17:01:52 -0400
+
 haskell-email-validate (2.3.2.19-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-email-validate/debian/control
=====================================
@@ -17,9 +17,6 @@ Build-Depends:
  libghc-quickcheck2-dev (>= 2.4),
  libghc-quickcheck2-dev (<< 2.15),
  libghc-quickcheck2-prof,
- libghc-doctest-dev (>= 0.8),
- libghc-doctest-dev (<< 0.20),
- libghc-doctest-prof,
  libghc-hspec-dev (>= 2.2.3),
  libghc-hspec-dev (<< 2.10),
  libghc-hspec-prof,


=====================================
p/haskell-email-validate/debian/rules
=====================================
@@ -1,10 +1,6 @@
 #!/usr/bin/make -f
 
-ifneq (,$(filter hppa m68k powerpc ppc64 sparc64 s390x, $(DEB_HOST_ARCH)))
-	DEB_ENABLE_TESTS = no
-else
-	DEB_ENABLE_TESTS = yes
-endif
+DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/54b6c07e5c12a9ecc76f96a63712cc2ce21e7d2d

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/54b6c07e5c12a9ecc76f96a63712cc2ce21e7d2d
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/20230914/379906a6/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list