Skip to content
Commits on Source (2)
haskell-iso8601-time (0.1.4-7) UNRELEASED; urgency=medium
haskell-iso8601-time (0.1.4-7) unstable; urgency=medium
[ Clint Adams ]
* Set Rules-Requires-Root to no.
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:59 -0400
[ Gianfranco Costamagna ]
* Add setup file
* debian/rules: set DEB_SETUP_BIN_NAME appropriately to avoid trying to grab
data from the internet at build time
-- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 07 Jun 2018 08:25:34 +0200
haskell-iso8601-time (0.1.4-6) unstable; urgency=medium
......
Description: this fixes the build failure and need for internet access
Author: Gianfranco Costamagna <locutusofborg@debian.org>
--- /dev/null
+++ haskell-iso8601-time-0.1.4/Setup.hs
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
#!/usr/bin/make -f
DEB_SETUP_BIN_NAME = cabal
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = iso8601-time
DEB_DEFAULT_COMPILER = ghc
DEB_ENABLE_TESTS = yes
......
haskell-src-exts-util (0.2.2-3) UNRELEASED; urgency=medium
haskell-src-exts-util (0.2.2-3) unstable; urgency=medium
[ Clint Adams ]
* Set Rules-Requires-Root to no.
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:10:36 -0400
[ Mathieu Trudel-Lapierre ]
* debian/rules: set DEB_SETUP_BIN_NAME appropriately to avoid trying to grab
data from the internet at build time (Closes: #900943).
-- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 07 Jun 2018 08:10:49 +0200
haskell-src-exts-util (0.2.2-2) unstable; urgency=medium
......
#!/usr/bin/make -f
DEB_SETUP_BIN_NAME = cabal
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = src-exts-util
DEB_DEFAULT_COMPILER = ghc
DEB_BUILD_DEPENDENCIES = build-arch
......