Commit e15e60d3 authored by Clint Adams's avatar Clint Adams
Browse files

add gi-dbusmenugtk3

parent 21698015
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
haskell-gi-dbusmenugtk3 (0.4.2-1) unstable; urgency=low

  * Initial release.

 -- Clint Adams <clint@debian.org>  Wed, 26 Dec 2018 22:40:27 -0500
+1 −0
Original line number Diff line number Diff line
10
+104 −0
Original line number Diff line number Diff line
Source: haskell-gi-dbusmenugtk3
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
 haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
 cdbs,
 ghc,
 ghc-prof,
 libghc-gi-atk-dev (>= 2.0),
 libghc-gi-atk-dev (<< 2.1),
 libghc-gi-atk-prof (>= 2.0),
 libghc-gi-atk-prof (<< 2.1),
 libghc-gi-dbusmenu-dev (>= 0.4),
 libghc-gi-dbusmenu-dev (<< 0.5),
 libghc-gi-dbusmenu-prof (>= 0.4),
 libghc-gi-dbusmenu-prof (<< 0.5),
 libghc-gi-gdk-dev (>= 3.0),
 libghc-gi-gdk-dev (<< 3.1),
 libghc-gi-gdk-prof (>= 3.0),
 libghc-gi-gdk-prof (<< 3.1),
 libghc-gi-gdkpixbuf-dev (>= 2.0),
 libghc-gi-gdkpixbuf-dev (<< 2.1),
 libghc-gi-gdkpixbuf-prof (>= 2.0),
 libghc-gi-gdkpixbuf-prof (<< 2.1),
 libghc-gi-glib-dev (>= 2.0),
 libghc-gi-glib-dev (<< 2.1),
 libghc-gi-glib-prof (>= 2.0),
 libghc-gi-glib-prof (<< 2.1),
 libghc-gi-gobject-dev (>= 2.0),
 libghc-gi-gobject-dev (<< 2.1),
 libghc-gi-gobject-prof (>= 2.0),
 libghc-gi-gobject-prof (<< 2.1),
 libghc-gi-gtk-dev (>= 3.0),
 libghc-gi-gtk-dev (<< 3.1),
 libghc-gi-gtk-prof (>= 3.0),
 libghc-gi-gtk-prof (<< 3.1),
 libghc-haskell-gi-dev (>= 0.21.1),
 libghc-haskell-gi-dev (<< 0.22),
 libghc-haskell-gi-prof (>= 0.21.1),
 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,
 libgtk-3-dev,
 libdbusmenu-gtk3-dev,
Build-Depends-Indep: ghc-doc,
 libghc-gi-atk-doc,
 libghc-gi-dbusmenu-doc,
 libghc-gi-gdk-doc,
 libghc-gi-gdkpixbuf-doc,
 libghc-gi-glib-doc,
 libghc-gi-gobject-doc,
 libghc-gi-gtk-doc,
 libghc-haskell-gi-doc,
Standards-Version: 4.3.0
Homepage: https://github.com/haskell-gi/haskell-gi
X-Description: DBusMenu-GTK3 bindings
 Bindings for libdbusgtk3, autogenerated by haskell-gi.

Package: libghc-gi-dbusmenugtk3-dev
Architecture: any
Depends: ${haskell:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
 libgtk-3-dev,
 libdbusmenu-gtk3-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-dbusmenugtk3-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-dbusmenugtk3-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}
+15 −0
Original line number Diff line number Diff line
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: gi-dbusmenugtk3
Upstream-Contact: Iñaki García Etxebarria (garetxe@gmail.com)
Source: https://hackage.haskell.org/package/gi-dbusmenugtk3

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.
+19 −0
Original line number Diff line number Diff line
--- a/gi-dbusmenugtk3.cabal
+++ b/gi-dbusmenugtk3.cabal
@@ -28,7 +28,6 @@
       build-depends: base >= 4.7 && <5,
                      haskell-gi-base == 0.21.*,
                      haskell-gi >= 0.21.1 && < 0.22,
-                     haskell-gi-overloading < 1.1,
                      gi-glib == 2.0.*,
                      gi-gobject == 2.0.*,
                      gi-gtk == 3.0.*,
@@ -40,8 +39,3 @@
                      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
Loading