[Git][haskell-team/DHG_packages][master] add gi-gtk-hs
Clint Adams
gitlab at salsa.debian.org
Thu Dec 27 01:06:25 GMT 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
4a9a525e by Clint Adams at 2018-12-27T01:05:56Z
add gi-gtk-hs
- - - - -
7 changed files:
- + p/haskell-gi-gtk-hs/debian/changelog
- + p/haskell-gi-gtk-hs/debian/compat
- + p/haskell-gi-gtk-hs/debian/control
- + p/haskell-gi-gtk-hs/debian/copyright
- + p/haskell-gi-gtk-hs/debian/rules
- + p/haskell-gi-gtk-hs/debian/source/format
- + p/haskell-gi-gtk-hs/debian/watch
Changes:
=====================================
p/haskell-gi-gtk-hs/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-gi-gtk-hs (0.3.6.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Wed, 26 Dec 2018 19:41:31 -0500
=====================================
p/haskell-gi-gtk-hs/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-gi-gtk-hs/debian/control
=====================================
@@ -0,0 +1,90 @@
+Source: haskell-gi-gtk-hs
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-base-compat-dev (>= 0.9.0),
+ libghc-base-compat-dev (<< 0.11),
+ libghc-base-compat-prof (>= 0.9.0),
+ libghc-base-compat-prof (<< 0.11),
+ libghc-gi-gdk-dev (>= 3.0.6),
+ libghc-gi-gdk-dev (<< 3.1),
+ libghc-gi-gdk-prof (>= 3.0.6),
+ libghc-gi-gdk-prof (<< 3.1),
+ libghc-gi-gdkpixbuf-dev (>= 2.0.6),
+ libghc-gi-gdkpixbuf-dev (<< 2.1),
+ libghc-gi-gdkpixbuf-prof (>= 2.0.6),
+ libghc-gi-gdkpixbuf-prof (<< 2.1),
+ libghc-gi-glib-dev (>= 2.0.6),
+ libghc-gi-glib-dev (<< 2.1),
+ libghc-gi-glib-prof (>= 2.0.6),
+ libghc-gi-glib-prof (<< 2.1),
+ libghc-gi-gobject-dev (>= 2.0.6),
+ libghc-gi-gobject-dev (<< 2.1),
+ libghc-gi-gobject-prof (>= 2.0.6),
+ libghc-gi-gobject-prof (<< 2.1),
+ libghc-gi-gtk-dev (>= 3.0.6),
+ libghc-gi-gtk-dev (<< 3.1),
+ libghc-gi-gtk-prof (>= 3.0.6),
+ libghc-gi-gtk-prof (<< 3.1),
+ libghc-haskell-gi-base-dev (>= 0.20),
+ libghc-haskell-gi-base-dev (<< 0.22),
+ libghc-haskell-gi-base-prof (>= 0.20),
+ libghc-haskell-gi-base-prof (<< 0.22),
+Build-Depends-Indep: ghc-doc,
+ libghc-base-compat-doc,
+ libghc-gi-gdk-doc,
+ libghc-gi-gdkpixbuf-doc,
+ libghc-gi-glib-doc,
+ libghc-gi-gobject-doc,
+ libghc-gi-gtk-doc,
+ libghc-haskell-gi-base-doc,
+Standards-Version: 4.3.0
+Homepage: https://github.com/haskell-gi/gi-gtk-hs
+X-Description: idiomatic API parts on top of gi-gtk
+ A wrapper for gi-gtk, adding a few more idiomatic API parts on top.
+
+Package: libghc-gi-gtk-hs-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-gi-gtk-hs-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-gi-gtk-hs-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
=====================================
p/haskell-gi-gtk-hs/debian/copyright
=====================================
@@ -0,0 +1,41 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gi-gtk-hs
+Upstream-Contact: mail at jonasplatte.de
+Source: https://hackage.haskell.org/package/gi-gtk-hs
+
+Files: *
+Copyright: Jonas Platte, Duncan Coutts, Axel Simon, Hamish Mackenzie
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: LGPL-2.1+
+
+Files: src/Data/GI/Gtk/Threading.hs
+Copyright: 2017 Brandon Sloane
+License: LGPL-2.1+
+
+Files: src/Data/GI/Gtk/ModelView/ForestStore.hs
+ src/Data/GI/Gtk/ModelView/SeqStore.hs
+ src/Data/GI/Gtk/ModelView/CustomStore.hs
+Copyright: 2005-2016 Duncan Coutts, Axel Simon, Hamish Mackenzie
+License: LGPL-2.1+
+
+Files: src/Data/GI/Gtk/ModelView/CellLayout.hs
+Copyright: 2016 Axel Simon, Hamish Mackenzie
+License: LGPL-2.1+
+
+Files: src/Data/GI/Gtk/ModelView/Types.hs
+Copyright: 2006-2016 Duncan Coutts, Axel Simon, Hamish Mackenzie
+License: LGPL-2.1+
+
+Files: src/Data/GI/Gtk/ModelView/TreeModel.hs
+Copyright: 1999-2016 Axel Simon, Hamish Mackenzie
+License: LGPL-2.1+
+
+Files: src/Data/GI/Gtk/ComboBox.hs
+Copyright: 1999-2016 Duncan Coutts, Axel Simon, Hamish Mackenzie
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ See /usr/share/common-licenses/LGPL-2.1 on your Debian-based system.
=====================================
p/haskell-gi-gtk-hs/debian/rules
=====================================
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = gi-gtk-hs
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-gi-gtk-hs/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-gi-gtk-hs/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/gi-gtk-hs/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4a9a525eae704ba69b7f8b86c763f6eba5c1c1b8
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4a9a525eae704ba69b7f8b86c763f6eba5c1c1b8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181227/90df3ab1/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list