[Pkg-haskell-commits] darcs: shelltestrunner: Drop hardcoded architecture restrictions. We have the threaded runtime on all architectures now, and the ghc-ghci build-dependency is sufficient for the rest.

Colin Watson cjwatson at debian.org
Mon Jun 17 12:30:50 UTC 2013


Mon Jun 17 12:30:36 UTC 2013  Colin Watson <cjwatson at debian.org>
  * Drop hardcoded architecture restrictions.  We have the threaded runtime on all architectures now, and the ghc-ghci build-dependency is sufficient for the rest.

    M ./changelog +3
    M ./control -1 +1

Mon Jun 17 12:30:36 UTC 2013  Colin Watson <cjwatson at debian.org>
  * Drop hardcoded architecture restrictions.  We have the threaded runtime on all architectures now, and the ghc-ghci build-dependency is sufficient for the rest.
diff -rN -u old-shelltestrunner/changelog new-shelltestrunner/changelog
--- old-shelltestrunner/changelog	2013-06-17 12:30:50.825542984 +0000
+++ new-shelltestrunner/changelog	2013-06-17 12:30:50.825542984 +0000
@@ -1,6 +1,9 @@
 shelltestrunner (1.3.1-3) UNRELEASED; urgency=low
 
   * Build-depend on ghc-ghci, due to use of Template Haskell.
+  * Drop hardcoded architecture restrictions.  We have the threaded runtime
+    on all architectures now, and the ghc-ghci build-dependency is
+    sufficient for the rest.
 
  -- Colin Watson <cjwatson at debian.org>  Mon, 17 Jun 2013 13:24:27 +0100
 
diff -rN -u old-shelltestrunner/control new-shelltestrunner/control
--- old-shelltestrunner/control	2013-06-17 12:30:50.821545306 +0000
+++ new-shelltestrunner/control	2013-06-17 12:30:50.829548055 +0000
@@ -28,7 +28,7 @@
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/shelltestrunner
 
 Package: shelltestrunner
-Architecture: amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc
+Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
   , ${misc:Depends}




More information about the Pkg-haskell-commits mailing list