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

Clint Adams gitlab at salsa.debian.org
Tue Dec 18 01:01:20 GMT 2018


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


Commits:
c253a875 by Clint Adams at 2018-12-18T01:01:07Z
add gi-xlib

- - - - -


9 changed files:

- + p/haskell-gi-xlib/debian/changelog
- + p/haskell-gi-xlib/debian/compat
- + p/haskell-gi-xlib/debian/control
- + p/haskell-gi-xlib/debian/copyright
- + p/haskell-gi-xlib/debian/patches/no-haskell-gi-overloading
- + p/haskell-gi-xlib/debian/patches/series
- + p/haskell-gi-xlib/debian/rules
- + p/haskell-gi-xlib/debian/source/format
- + p/haskell-gi-xlib/debian/watch


Changes:

=====================================
p/haskell-gi-xlib/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-gi-xlib (2.0.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Dec 2018 19:37:54 -0500


=====================================
p/haskell-gi-xlib/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-gi-xlib/debian/control
=====================================
@@ -0,0 +1,68 @@
+Source: haskell-gi-xlib
+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-haskell-gi-dev (>= 0.21),
+ libghc-haskell-gi-dev (<< 0.22),
+ libghc-haskell-gi-prof (>= 0.21),
+ libghc-haskell-gi-prof (<< 0.22),
+ libghc-haskell-gi-base-dev (>= 0.21),
+ libghc-haskell-gi-base-dev (<< 0.22),
+ libghc-haskell-gi-base-prof (>= 0.21),
+ libghc-haskell-gi-base-prof (<< 0.22),
+ pkg-config,
+ libx11-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-haskell-gi-doc,
+ libghc-haskell-gi-base-doc,
+Standards-Version: 4.2.1
+Homepage: https://github.com/haskell-gi/haskell-gi
+X-Description: Xlib bindings
+ Bindings for Xlib, autogenerated by haskell-gi.
+
+Package: libghc-gi-xlib-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libx11-dev,
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-gi-xlib-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-xlib-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-xlib/debian/copyright
=====================================
@@ -0,0 +1,15 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gi-xlib
+Upstream-Contact: Iñaki García Etxebarria (garetxe at gmail.com)
+Source: https://hackage.haskell.org/package/gi-xlib
+
+Files: *
+Copyright: Will Thompson, Iñaki García Etxebarria and 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-gi-xlib/debian/patches/no-haskell-gi-overloading
=====================================
@@ -0,0 +1,16 @@
+--- a/gi-xlib.cabal
++++ b/gi-xlib.cabal
+@@ -28,13 +28,7 @@
+       build-depends: base >= 4.7 && <5,
+                      haskell-gi-base == 0.21.*,
+                      haskell-gi == 0.21.*,
+-                     haskell-gi-overloading < 1.1,
+                      bytestring >= 0.10 && < 1,
+                      containers >= 0.5 && < 1,
+                      text >= 1.0 && < 2,
+                      transformers >= 0.4 && < 1
+-
+-      -- Disable overloading when compiling under GHC 8.2.x
+-      -- see https://ghc.haskell.org/trac/ghc/ticket/14382
+-      if impl(ghc == 8.2.*)
+-              build-depends: haskell-gi-overloading == 0.0


=====================================
p/haskell-gi-xlib/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-haskell-gi-overloading


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


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


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c253a8752e8927b959c31ec61d0b84e6c73e6911
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/20181218/98713efc/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list