Loading p/haskell-tar/debian/changelog +7 −0 Original line number Diff line number Diff line haskell-tar (0.5.1.0-3) unstable; urgency=medium * Don't run tests on 32-bit architectures as some of them are not 32-bit-safe. -- Clint Adams <clint@debian.org> Tue, 17 Apr 2018 15:11:23 -0400 haskell-tar (0.5.1.0-2) unstable; urgency=medium * Enable testsuite. Loading p/haskell-tar/debian/rules +5 −1 Original line number Diff line number Diff line #!/usr/bin/make -f DEB_BUILD_DEPENDENCIES = build-arch ifeq (four,$(shell ghc --info | grep -q 'target word size.*"4"' && echo four)) DEB_ENABLE_TESTS = no else DEB_ENABLE_TESTS = yes endif include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk Loading
p/haskell-tar/debian/changelog +7 −0 Original line number Diff line number Diff line haskell-tar (0.5.1.0-3) unstable; urgency=medium * Don't run tests on 32-bit architectures as some of them are not 32-bit-safe. -- Clint Adams <clint@debian.org> Tue, 17 Apr 2018 15:11:23 -0400 haskell-tar (0.5.1.0-2) unstable; urgency=medium * Enable testsuite. Loading
p/haskell-tar/debian/rules +5 −1 Original line number Diff line number Diff line #!/usr/bin/make -f DEB_BUILD_DEPENDENCIES = build-arch ifeq (four,$(shell ghc --info | grep -q 'target word size.*"4"' && echo four)) DEB_ENABLE_TESTS = no else DEB_ENABLE_TESTS = yes endif include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk