summaryrefslogtreecommitdiff
path: root/p/haskell-glib
diff options
context:
space:
mode:
authorMarco Túlio Gontijo e Silva <marcot@debian.org>2010-05-26 18:55:40 +0400
committer=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=>2010-05-26 18:55:40 +0400
commit62d2efb045f945f7da5fe220572ddddd8b96ccb2 (patch)
treeb228cdf99f195b7eddfa18fc91b8e878088daa9b /p/haskell-glib
parent1f25767ef23b807da17eee41b622e2653b764853 (diff)
downloadDHG_packages-62d2efb045f945f7da5fe220572ddddd8b96ccb2.tar.gz
haskell-glib: Initial version.
Diffstat (limited to 'p/haskell-glib')
-rw-r--r--p/haskell-glib/debian/changelog5
-rw-r--r--p/haskell-glib/debian/compat1
-rw-r--r--p/haskell-glib/debian/control68
-rw-r--r--p/haskell-glib/debian/copyright19
-rwxr-xr-xp/haskell-glib/debian/libghc6-glib-dev.preinst10
-rwxr-xr-xp/haskell-glib/debian/rules4
-rw-r--r--p/haskell-glib/debian/source/format1
-rw-r--r--p/haskell-glib/debian/watch5
8 files changed, 113 insertions, 0 deletions
diff --git a/p/haskell-glib/debian/changelog b/p/haskell-glib/debian/changelog
new file mode 100644
index 000000000..5fbe555b2
--- /dev/null
+++ b/p/haskell-glib/debian/changelog
@@ -0,0 +1,5 @@
+haskell-glib (0.11.0-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #583133)
+
+ -- Marco Túlio Gontijo e Silva <marcot@debian.org> Tue, 25 May 2010 13:51:40 -0300
diff --git a/p/haskell-glib/debian/compat b/p/haskell-glib/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-glib/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-glib/debian/control b/p/haskell-glib/debian/control
new file mode 100644
index 000000000..a1026af33
--- /dev/null
+++ b/p/haskell-glib/debian/control
@@ -0,0 +1,68 @@
+Source: haskell-glib
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.7)
+ , ghc6
+ , ghc6-prof
+ , libglib2.0-dev
+ , gtk2hs-buildtools
+Build-Depends-Indep: ghc6-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/glib
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-glib
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-glib
+
+Package: libghc6-glib-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+ , libglib2.0-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the GLIB library for Gtk2Hs
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ The GNU Library is a collection of C data structures and utility function for
+ dealing with Unicode. This package only binds as much functionality as
+ required to support the packages that wrap libraries that are themselves based
+ on GLib.
+
+Package: libghc6-glib-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the GLIB library for Gtk2Hs; 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.
+ .
+ The GNU Library is a collection of C data structures and utility function for
+ dealing with Unicode. This package only binds as much functionality as
+ required to support the packages that wrap libraries that are themselves based
+ on GLib.
+
+Package: libghc6-glib-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Binding to the GLIB library for Gtk2Hs; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ The GNU Library is a collection of C data structures and utility function for
+ dealing with Unicode. This package only binds as much functionality as
+ required to support the packages that wrap libraries that are themselves based
+ on GLib.
diff --git a/p/haskell-glib/debian/copyright b/p/haskell-glib/debian/copyright
new file mode 100644
index 000000000..c5e959628
--- /dev/null
+++ b/p/haskell-glib/debian/copyright
@@ -0,0 +1,19 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: glib
+Maintainer: gtk2hs-users@sourceforge.net
+Source: http://hackage.haskell.org/packages/archive/glib/0.11.0/glib-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 --git a/p/haskell-glib/debian/libghc6-glib-dev.preinst b/p/haskell-glib/debian/libghc6-glib-dev.preinst
new file mode 100755
index 000000000..67da06857
--- /dev/null
+++ b/p/haskell-glib/debian/libghc6-glib-dev.preinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "upgrade" ]
+then
+ ghc-pkg unregister glib-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
+fi
diff --git a/p/haskell-glib/debian/rules b/p/haskell-glib/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-glib/debian/rules
@@ -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 --git a/p/haskell-glib/debian/source/format b/p/haskell-glib/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-glib/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-glib/debian/watch b/p/haskell-glib/debian/watch
new file mode 100644
index 000000000..bd1164691
--- /dev/null
+++ b/p/haskell-glib/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|glib-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/glib \
+ ([\d\.]*\d)/