summaryrefslogtreecommitdiff
path: root/p/haskell-glib/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-glib/debian/control')
-rw-r--r--p/haskell-glib/debian/control68
1 files changed, 68 insertions, 0 deletions
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.