[Pkg-haskell-commits] darcs: haskell-glfw: Versioned B-D and additional Depends

Ernesto Hernández-Novich (USB) emhn at usb.ve
Tue Jun 1 12:50:10 UTC 2010


Tue Jun  1 12:48:58 UTC 2010  Ernesto Hern[_\c3_][_\83_][_\c2_][_\a1_]ndez-Novich (USB) <emhn at usb.ve>
  * Versioned B-D and additional Depends
  Ignore-this: a8189a9883ba3858db548d2f04e490a1

    M ./changelog -2 +6
    M ./control -3 +5
    M ./rules -2

Tue Jun  1 12:48:58 UTC 2010  Ernesto Hernández-Novich (USB) <emhn at usb.ve>
  * Versioned B-D and additional Depends
  Ignore-this: a8189a9883ba3858db548d2f04e490a1
diff -rN -u old-haskell-glfw/changelog new-haskell-glfw/changelog
--- old-haskell-glfw/changelog	2010-06-01 12:50:09.820808898 +0000
+++ new-haskell-glfw/changelog	2010-06-01 12:50:09.824809118 +0000
@@ -1,5 +1,9 @@
-haskell-glfw (0.4.2-1) unstable; urgency=low
+haskell-glfw (0.4.2-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: 582572).
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 21 May 2010 17:51:54 -0430
+  TODO: find out how to pass --flags=dynamic to cabal configure
+        so it links against the system's libglfw instead of the
+        static version provided by GLFW
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Tue, 01 Jun 2010 08:16:39 -0430
diff -rN -u old-haskell-glfw/control new-haskell-glfw/control
--- old-haskell-glfw/control	2010-06-01 12:50:09.820808898 +0000
+++ new-haskell-glfw/control	2010-06-01 12:50:09.824809118 +0000
@@ -5,9 +5,10 @@
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
  ghc6, ghc6-prof,
- libghc6-opengl-dev, libghc6-opengl-prof,
+ libghc6-opengl-dev (>= 2.1), libghc6-opengl-dev (<< 3),
+ libghc6-opengl-prof,
  libglfw-dev, libxrandr-dev
-Build-Depends-Indep: ghc6-doc
+Build-Depends-Indep: ghc6-doc, libghc6-opengl-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/GLFW
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-glfw
@@ -15,7 +16,8 @@
 
 Package: libghc6-glfw-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libglfw-dev, libxrandr-dev
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
diff -rN -u old-haskell-glfw/rules new-haskell-glfw/rules
--- old-haskell-glfw/rules	2010-06-01 12:50:09.820808898 +0000
+++ new-haskell-glfw/rules	2010-06-01 12:50:09.824809118 +0000
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_BUILD_DEPENDENCIES = build-arch
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 





More information about the Pkg-haskell-commits mailing list