Sun Mar 16 12:37:52 CET 2008  Mads Lindstroem <[EMAIL PROTECTED]>
  * Auto-recognising ghc version for Debian build
New patches:

[Auto-recognising ghc version for Debian build
Mads Lindstroem <[EMAIL PROTECTED]>**20080316113752] {
hunk ./configure 1149
+case "$hcversion" in
+    6.6*)
+	deb_package=libghc6-6-wxhaskell
+	deb_ghc_dependency=6.6
+	;;
+    6.8*)
+	deb_package=libghc6-8-wxhaskell
+	deb_ghc_dependency=$hcversion
+	;;
+    *)
+	deb_package=libghc6-unknown-wxhaskell
+	deb_ghc_dependency=6
+	;;
+esac
+
hunk ./configure 1165
-Package: libghc6-6-wxhaskell
+Package: $deb_package
hunk ./configure 1171
-Depends: ghc6 (>= 6.6), ghc6 (<<6.6+), libwxgtk2.6-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev
+Depends: ghc6 (>= $deb_ghc_dependency), ghc6 (<<$deb_ghc_dependency+), libwxgtk2.6-dev
+Recommends: libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev
}

Context:

[Add stub for 0.10.3 download information on homepage.
Eric Kow <[EMAIL PROTECTED]>**20080312195600
 There are still some slots to fill.
 Also, I used a lazier way of describing the links which may be not
 as nice for our users, but a bit easier for us to maintain.
] 
[Add wxcore/wx to the 'User interfaces' category.
Eric Kow <[EMAIL PROTECTED]>**20080312170058] 
[Developer shuffle
Eric Kow <[EMAIL PROTECTED]>**20080312155739
 - Tim and Frank do not seem available
 - Somebody needs to support MacOS X, so it might as well be me (sigh).
 - Daan is always a member of the development team :-)
] 
[Reverse 'bin' and $ARCHITECTURE in dmg name.
Eric Kow <[EMAIL PROTECTED]>**20080311192253
 So that the sourceforge file release page is more readable.
] 
[Fixing executing bug on linux
Mads Lindstroem <[EMAIL PROTECTED]>**20080313160828] 
[Updating Yahu link
Mads Lindstroem <[EMAIL PROTECTED]>**20080312192116] 
[Reflecting that we now have two mailing lists
Mads Lindstroem <[EMAIL PROTECTED]>**20080312191716] 
[Updating links
Mads Lindstroem <[EMAIL PROTECTED]>**20080312191402] 
[Tar the srcdist (as well as zipping it).
Eric Kow <[EMAIL PROTECTED]>**20080310091951
 For Gentoo, with love.
] 
[Set release to rc1 in Makefile.
Eric Kow <[EMAIL PROTECTED]>**20080310091941] 
[depends on wxgtk2.6-dev in stead of wxgtk-dev
Mads Lindstroem <[EMAIL PROTECTED]>**20080311184036] 
[Added ldconfig to post install/remove
Mads Lindstroem <[EMAIL PROTECTED]>**20080311183706] 
[Debian build: corrected manifest
Mads Lindstroem <[EMAIL PROTECTED]>**20080310221607] 
[Debian build: changed permissions and file ownership
Mads Lindstroem <[EMAIL PROTECTED]>**20080310221512] 
[Debian build: version automatically recognized
Mads Lindstroem <[EMAIL PROTECTED]>**20080310221421] 
[Add txt suffix to Windows' README file for more user friendly.
shelarcy <[EMAIL PROTECTED]>**20080309005641] 
[Delete DataTimeTest.hs file after DataTime test
Mads Lindstroem <[EMAIL PROTECTED]>**20080308195318] 
[Initial support for Debian DEB files
Mads Lindstroem <[EMAIL PROTECTED]>**20080308194942
 
 This is only initial support. No doubt some tweaking will be needed
 before it is finished.
 
] 
[Add architecture to macdist (as pointed out by shelarcy).
Eric Kow <[EMAIL PROTECTED]>**20080308131459] 
[List up changes since 0.9.4-1 in changes.txt.
shelarcy <[EMAIL PROTECTED]>**20080308060351] 
[Fix: haddock2 support doesn't work on Windows.
shelarcy <[EMAIL PROTECTED]>**20080308043834] 
[TAG 0.10.3rc1
Eric Kow <[EMAIL PROTECTED]>**20080308130252] 
Patch bundle hash:
3c6877853409f41ab79f0a31bfbfb1544852cc08
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel

Reply via email to