[Pkg-haskell-commits] darcs: haskell-gtk3: Initial version.

Marco Túlio Gontijo e Silva marcot at debian.org
Sun Apr 6 08:42:01 UTC 2014


Wed May 26 19:00:20 UTC 2010  Marco T[_<U+00FA>_]lio Gontijo e Silva <marcot at debian.org>
  * Initial version.

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc6-gtk-dev.preinst
    A ./patches/
    A ./patches/series
    A ./patches/utf8.patch
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Wed May 26 19:00:20 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Initial version.
diff -rN -u old-haskell-gtk3/changelog new-haskell-gtk3/changelog
--- old-haskell-gtk3/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/changelog	2014-04-06 08:42:01.600198585 +0000
@@ -0,0 +1,5 @@
+haskell-gtk (0.11.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #583225)
+
+ -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Wed, 26 May 2010 11:36:07 -0300
diff -rN -u old-haskell-gtk3/compat new-haskell-gtk3/compat
--- old-haskell-gtk3/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/compat	2014-04-06 08:42:01.572198585 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-gtk3/control new-haskell-gtk3/control
--- old-haskell-gtk3/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/control	2014-04-06 08:42:01.596198585 +0000
@@ -0,0 +1,80 @@
+Source: haskell-gtk
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.7)
+  , ghc6
+  , ghc6-prof
+  , libghc6-mtl-dev
+  , libghc6-mtl-prof
+  , libghc6-glib-dev (>= 0.11)
+  , libghc6-glib-dev (<< 0.12)
+  , libghc6-glib-prof
+  , libghc6-cairo-dev (>= 0.11)
+  , libghc6-cairo-dev (<< 0.12)
+  , libghc6-cairo-prof
+  , libghc6-pango-dev (>= 0.11)
+  , libghc6-pango-dev (<< 0.12)
+  , libghc6-pango-prof
+  , libgtk2.0-dev
+  , gtk2hs-buildtools
+Build-Depends-Indep: ghc6-doc
+  , libghc6-mtl-doc
+  , libghc6-glib-doc
+  , libghc6-cairo-doc
+  , libghc6-pango-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/gtk
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gtk
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gtk
+
+Package: libghc6-gtk-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+  , libgtk2.0-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the Gtk+ graphical user interface library
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This is the core library of the Gtk2Hs suite of libraries for Haskell based on
+ Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
+ graphical user interfaces.
+
+Package: libghc6-gtk-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the Gtk+ graphical user interface library; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This is the core library of the Gtk2Hs suite of libraries for Haskell based on
+ Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
+ graphical user interfaces.
+
+Package: libghc6-gtk-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Binding to the Gtk+ graphical user interface library; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This is the core library of the Gtk2Hs suite of libraries for Haskell based on
+ Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
+ graphical user interfaces.
diff -rN -u old-haskell-gtk3/copyright new-haskell-gtk3/copyright
--- old-haskell-gtk3/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/copyright	2014-04-06 08:42:01.564198586 +0000
@@ -0,0 +1,19 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: gtk
+Maintainer: gtk2hs-users at sourceforge.net
+Source: http://hackage.haskell.org/packages/archive/gtk/0.11.0/gtk-0.11.0.tar.gz
+
+Copyright: 2001-2010, The Gtk2Hs Team
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the Free
+ Software Foundation; either version 2.1 of the License, or (at your option)
+ any later version.
+ .
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
+ details.
+ .
+ On Debian systems, the full text of the GNU Lesser General Public License
+ version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
diff -rN -u old-haskell-gtk3/libghc6-gtk-dev.preinst new-haskell-gtk3/libghc6-gtk-dev.preinst
--- old-haskell-gtk3/libghc6-gtk-dev.preinst	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/libghc6-gtk-dev.preinst	2014-04-06 08:42:01.584198584 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "upgrade" ]
+then
+    ghc-pkg unregister gtk-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
+fi
diff -rN -u old-haskell-gtk3/patches/series new-haskell-gtk3/patches/series
--- old-haskell-gtk3/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/patches/series	2014-04-06 08:42:01.592198585 +0000
@@ -0,0 +1 @@
+utf8.patch
diff -rN -u old-haskell-gtk3/patches/utf8.patch new-haskell-gtk3/patches/utf8.patch
--- old-haskell-gtk3/patches/utf8.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/patches/utf8.patch	2014-04-06 08:42:01.580198585 +0000
@@ -0,0 +1,20 @@
+Description: Use withUTF8FileContents
+ In systems that are not configured to use UTF-8 locales, the build was
+ failing.  This patch makes the build goes right on these hosts.
+Forwarded:
+ http://sourceforge.net/mailarchive/message.php?msg_name=1274896509-sup-6274%40zezinho
+Author: Marco Túlio Gontijo e Silva <marcot at debian.org>
+Last-Update: 2010-05-26
+Index: gtk-0.11.0/Gtk2HsSetup.hs
+===================================================================
+--- gtk-0.11.0.orig/Gtk2HsSetup.hs	2010-05-26 14:49:49.000000000 -0300
++++ gtk-0.11.0/Gtk2HsSetup.hs	2010-05-26 14:51:13.000000000 -0300
+@@ -455,7 +455,7 @@
+ -- existance of a .chs module may not depend on some CPP condition.  
+ extractDeps :: ModDep -> IO ModDep
+ extractDeps md at ModDep { mdLocation = Nothing } = return md
+-extractDeps md at ModDep { mdLocation = Just f } = withFileContents f $ \con -> do
++extractDeps md at ModDep { mdLocation = Just f } = withUTF8FileContents f $ \con -> do
+   let findImports acc (('{':'#':xs):xxs) = case (dropWhile ((==) ' ') xs) of
+         ('i':'m':'p':'o':'r':'t':' ':ys) ->
+           case simpleParse (takeWhile ((/=) '#') ys) of
diff -rN -u old-haskell-gtk3/rules new-haskell-gtk3/rules
--- old-haskell-gtk3/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/rules	2014-04-06 08:42:01.592198585 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-gtk3/source/format new-haskell-gtk3/source/format
--- old-haskell-gtk3/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/source/format	2014-04-06 08:42:01.560198586 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-gtk3/watch new-haskell-gtk3/watch
--- old-haskell-gtk3/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/watch	2014-04-06 08:42:01.568198585 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|gtk-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/gtk \
+    ([\d\.]*\d)/




More information about the Pkg-haskell-commits mailing list