[Git][haskell-team/DHG_packages][master] add haskell-gi-base

Clint Adams gitlab at salsa.debian.org
Sun Nov 4 23:08:01 GMT 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
bd58396b by Clint Adams at 2018-11-04T23:07:49Z
add haskell-gi-base

- - - - -


7 changed files:

- + p/haskell-haskell-gi-base/debian/changelog
- + p/haskell-haskell-gi-base/debian/compat
- + p/haskell-haskell-gi-base/debian/control
- + p/haskell-haskell-gi-base/debian/copyright
- + p/haskell-haskell-gi-base/debian/rules
- + p/haskell-haskell-gi-base/debian/source/format
- + p/haskell-haskell-gi-base/debian/watch


Changes:

=====================================
p/haskell-haskell-gi-base/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-haskell-gi-base (0.21.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Sun, 04 Nov 2018 17:34:33 -0500


=====================================
p/haskell-haskell-gi-base/debian/compat
=====================================
@@ -0,0 +1 @@
+9


=====================================
p/haskell-haskell-gi-base/debian/control
=====================================
@@ -0,0 +1,59 @@
+Source: haskell-haskell-gi-base
+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 (>= 9),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ pkg-config,
+ libglib2.0-dev,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.2.1
+Homepage: https://github.com/haskell-gi/haskell-gi
+X-Description: Foundation for libraries generated by haskell-gi
+ Foundation for generating Haskell bindings for
+ GObject-Introspection-capable libraries.
+
+Package: libghc-haskell-gi-base-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libglib2.0-dev,
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-haskell-gi-base-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-haskell-gi-base-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-haskell-gi-base/debian/copyright
=====================================
@@ -0,0 +1,17 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: haskell-gi-base
+Upstream-Contact: Iñaki García Etxebarria <garetxe at gmail.com>
+Source: https://hackage.haskell.org/package/haskell-gi-base
+
+Files: *
+Copyright: Will Thompson
+           Iñaki García Etxebarria
+	   Jonas Platte
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ See /usr/share/common-licenses/LGPL-2.1 on your Debian-based system.


=====================================
p/haskell-haskell-gi-base/debian/rules
=====================================
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = haskell-gi-base
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-haskell-gi-base/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-haskell-gi-base/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/haskell-gi-base/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/bd58396bfa49c7c3e8620c45ee576e0f89014884

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/bd58396bfa49c7c3e8620c45ee576e0f89014884
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/20181104/42bb30e3/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list