[Pkg-haskell-commits] darcs: haskell-hipmunk: Include wrapper.c in build

Joachim Breitner mail at joachim-breitner.de
Wed Oct 26 15:23:32 UTC 2011


Wed Oct 26 15:15:52 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Include wrapper.c in build
  Ignore-this: 1f2e25a4756a0c2c7f03a64512dbe5cb

    M ./changelog +6
    A ./patches/include-wrapper.c
    M ./patches/series +1

Wed Oct 26 15:15:52 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Include wrapper.c in build
  Ignore-this: 1f2e25a4756a0c2c7f03a64512dbe5cb
diff -rN -u old-haskell-hipmunk//changelog new-haskell-hipmunk//changelog
--- old-haskell-hipmunk//changelog	2011-10-26 15:23:32.111693424 +0000
+++ new-haskell-hipmunk//changelog	2011-10-26 15:23:32.127673636 +0000
@@ -1,3 +1,9 @@
+haskell-hipmunk (5.2.0.4-3) UNRELEASED; urgency=low
+
+  * Include wrapper.c in build
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 26 Oct 2011 17:14:29 +0200
+
 haskell-hipmunk (5.2.0.4-2) unstable; urgency=low
 
   * patch: ASCIIify description to work around unicode problem in
diff -rN -u old-haskell-hipmunk//patches/include-wrapper.c new-haskell-hipmunk//patches/include-wrapper.c
--- old-haskell-hipmunk//patches/include-wrapper.c	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hipmunk//patches/include-wrapper.c	2011-10-26 15:23:32.123688864 +0000
@@ -0,0 +1,20 @@
+Description: Include wrapper.c in build
+Author: Joachim Breitner <nomeata at debian.org>
+
+Index: haskell-hipmunk-5.2.0.4/Hipmunk.cabal
+===================================================================
+--- haskell-hipmunk-5.2.0.4.orig/Hipmunk.cabal	2011-10-26 17:14:49.000000000 +0200
++++ haskell-hipmunk-5.2.0.4/Hipmunk.cabal	2011-10-26 17:15:38.000000000 +0200
+@@ -177,8 +177,10 @@
+         Chipmunk-5.3.5/src/cpSpaceHash.c,
+         Chipmunk-5.3.5/src/cpSpaceQuery.c,
+         Chipmunk-5.3.5/src/cpSpaceStep.c,
+-        Chipmunk-5.3.5/src/cpVect.c,
+-        Physics/Hipmunk/wrapper.c
++        Chipmunk-5.3.5/src/cpVect.c
++
++  C-Sources:
++    Physics/Hipmunk/wrapper.c
+ 
+   if flag(small_base)
+     Build-Depends: base >= 3 && < 5,
diff -rN -u old-haskell-hipmunk//patches/series new-haskell-hipmunk//patches/series
--- old-haskell-hipmunk//patches/series	2011-10-26 15:23:32.111693424 +0000
+++ new-haskell-hipmunk//patches/series	2011-10-26 15:23:32.123688864 +0000
@@ -1 +1,2 @@
 ASCIIify-description
+include-wrapper.c





More information about the Pkg-haskell-commits mailing list