[Pkg-haskell-commits] darcs: ghc: debian/patches/hash-version-number: Include the upstream version number in the ABI hash. We do need to recompile everything, even after a minor ghc upgrade. This allows to use the same mechanism to ensure correctness and detect that we need to recompile something as for other kind of recompilations. (Closes: #633828)

Joachim Breitner mail at joachim-breitner.de
Sat Jul 16 11:34:22 UTC 2011


Sat Jul 16 09:23:05 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * debian/patches/hash-version-number: Include the upstream version number in the ABI hash. We do need to recompile everything, even after a minor ghc upgrade. This allows to use the same mechanism to ensure correctness and detect that we need to recompile something as for other kind of recompilations. (Closes: #633828)
  Ignore-this: 503235885a060e4875999e175e6841cb

    M ./changelog +5
    M ./patches/series +1

Sat Jul 16 09:23:05 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * debian/patches/hash-version-number: Include the upstream version number in the ABI hash. We do need to recompile everything, even after a minor ghc upgrade. This allows to use the same mechanism to ensure correctness and detect that we need to recompile something as for other kind of recompilations. (Closes: #633828)
  Ignore-this: 503235885a060e4875999e175e6841cb
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2011-07-16 11:34:21.790057576 +0000
+++ new-ghc//changelog	2011-07-16 11:34:21.822056157 +0000
@@ -2,6 +2,11 @@
 
   * Let ghc-doc depend on ghc. It already does via ghc-haddock, making this
     explicit ensures that the triggers run in the right order. 
+  * debian/patches/hash-version-number: Include the upstream version number in
+    the ABI hash. We do need to recompile everything, even after a minor ghc
+    upgrade. This allows to use the same mechanism to ensure correctness and
+    detect that we need to recompile something as for other kind of
+    recompilations. (Closes: #633828)
 
  -- Joachim Breitner <nomeata at debian.org>  Tue, 12 Jul 2011 11:40:09 +0200
 
diff -rN -u old-ghc//patches/series new-ghc//patches/series
--- old-ghc//patches/series	2011-07-16 11:34:21.790057576 +0000
+++ new-ghc//patches/series	2011-07-16 11:34:21.814056901 +0000
@@ -9,3 +9,4 @@
 lpthread-bootstrap-workaround
 autoconf
 haddock-expose-interface-version
+hash-version-number





More information about the Pkg-haskell-commits mailing list