[Pkg-haskell-commits] darcs: haskell-shake: Work around lack of symlink versioning support in darcs.

Colin Watson cjwatson at debian.org
Fri Jun 27 11:58:13 UTC 2014


Fri Jun 27 11:57:47 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Work around lack of symlink versioning support in darcs.

    M ./rules +4

Fri Jun 27 11:57:47 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Work around lack of symlink versioning support in darcs.
diff -rN -u old-haskell-shake/rules new-haskell-shake/rules
--- old-haskell-shake/rules	2014-06-27 11:58:13.121310147 +0000
+++ new-haskell-shake/rules	2014-06-27 11:58:13.149310089 +0000
@@ -12,3 +12,7 @@
 
 binary-post-install/libghc-shake-data::
 	dh_linktree -p$(cdbs_curpkg)
+
+# darcs can't version symlinks, so add this here.
+clean::
+	ln -sf ../../js-src/jquery-1.8.3.js debian/missing-sources/jquery.js




More information about the Pkg-haskell-commits mailing list