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

Marco Túlio Gontijo e Silva marcot at debian.org
Tue May 31 14:47:50 UTC 2011


Wed May 26 14:57:20 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * Initial version.
  Ignore-this: 4c181aea20655288e54ca0aa9927610d

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc6-gio-dev.preinst
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Wed May 26 14:57:20 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Initial version.
  Ignore-this: 4c181aea20655288e54ca0aa9927610d
diff -rN -u old-haskell-gio//changelog new-haskell-gio//changelog
--- old-haskell-gio//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gio//changelog	2011-05-31 14:47:49.925274353 +0000
@@ -0,0 +1,5 @@
+haskell-gio (0.11.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #583157)
+
+ -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Tue, 25 May 2010 17:12:29 -0300
diff -rN -u old-haskell-gio//compat new-haskell-gio//compat
--- old-haskell-gio//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gio//compat	2011-05-31 14:47:49.821286416 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-gio//control new-haskell-gio//control
--- old-haskell-gio//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gio//control	2011-05-31 14:47:49.907821011 +0000
@@ -0,0 +1,80 @@
+Source: haskell-gio
+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
+  , libglib2.0-dev
+  , gtk2hs-buildtools
+Build-Depends-Indep: ghc6-doc
+  , libghc6-mtl-doc
+  , libghc6-glib-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/gio
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gio
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gio
+
+Package: libghc6-gio-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the GIO
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ GIO is striving to provide a modern, easy-to-use VFS API that sits at the
+ right level in the library stack. The goal is to overcome the shortcomings of
+ GnomeVFS and provide an API that is so good that developers prefer it over raw
+ POSIX calls. Among other things that means using GObject. It also means not
+ cloning the POSIX API, but providing higher-level, document-centric
+ interfaces.
+
+Package: libghc6-gio-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the GIO; 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.
+ .
+ GIO is striving to provide a modern, easy-to-use VFS API that sits at the
+ right level in the library stack. The goal is to overcome the shortcomings of
+ GnomeVFS and provide an API that is so good that developers prefer it over raw
+ POSIX calls. Among other things that means using GObject. It also means not
+ cloning the POSIX API, but providing higher-level, document-centric
+ interfaces.
+
+Package: libghc6-gio-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Binding to the GIO; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ GIO is striving to provide a modern, easy-to-use VFS API that sits at the
+ right level in the library stack. The goal is to overcome the shortcomings of
+ GnomeVFS and provide an API that is so good that developers prefer it over raw
+ POSIX calls. Among other things that means using GObject. It also means not
+ cloning the POSIX API, but providing higher-level, document-centric
+ interfaces.
diff -rN -u old-haskell-gio//copyright new-haskell-gio//copyright
--- old-haskell-gio//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gio//copyright	2011-05-31 14:47:49.821286416 +0000
@@ -0,0 +1,19 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: gio
+Maintainer: gtk2hs-users at sourceforge.net
+Source: http://hackage.haskell.org/packages/archive/gio/0.11.0/gio-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-gio//libghc6-gio-dev.preinst new-haskell-gio//libghc6-gio-dev.preinst
--- old-haskell-gio//libghc6-gio-dev.preinst	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gio//libghc6-gio-dev.preinst	2011-05-31 14:47:49.828488271 +0000
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "upgrade" ]
+then
+    ghc-pkg unregister --force gio-`echo $2 | sed 's/-.*//'` \
+        > /dev/null 2>&1 \
+        || true
+fi
diff -rN -u old-haskell-gio//rules new-haskell-gio//rules
--- old-haskell-gio//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gio//rules	2011-05-31 14:47:49.821286416 +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-gio//source/format new-haskell-gio//source/format
--- old-haskell-gio//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gio//source/format	2011-05-31 14:47:49.821286416 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-gio//watch new-haskell-gio//watch
--- old-haskell-gio//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gio//watch	2011-05-31 14:47:49.817283631 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|gio-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/gio \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list