Codebase list haskell-happstack-hsp / cded421
Add gi-gmodule package (now needed by gi-gdkpixbuf) Scott Talbert 1 year, 11 months ago
9 changed file(s) with 112 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-gi-gmodule (2.0.2-1) experimental; urgency=low
1
2 * Initial release
3
4 -- Scott Talbert <swt@techie.net> Wed, 25 May 2022 09:50:07 -0400
0 Source: haskell-gi-gmodule
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Scott Talbert <swt@techie.net>
3 Priority: optional
4 Section: haskell
5 Build-Depends: debhelper (>= 10),
6 haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
7 cdbs,
8 ghc,
9 ghc-prof,
10 libghc-gi-glib-dev (>= 2.0),
11 libghc-gi-glib-dev (<< 2.1),
12 libghc-gi-glib-prof,
13 libghc-haskell-gi-dev (>= 0.26),
14 libghc-haskell-gi-dev (<< 0.27),
15 libghc-haskell-gi-prof,
16 libghc-haskell-gi-base-dev (>= 0.26),
17 libghc-haskell-gi-base-dev (<< 0.27),
18 libghc-haskell-gi-base-prof,
19 Build-Depends-Indep: ghc-doc,
20 libghc-gi-glib-doc,
21 libghc-haskell-gi-doc,
22 libghc-haskell-gi-base-doc,
23 Standards-Version: 4.6.1
24 Homepage: https://github.com/haskell-gi/haskell-gi
25 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-gi-gmodule
26 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-gi-gmodule]
27 X-Description: GModule bindings
28 Bindings for GModule, autogenerated by haskell-gi.
29
30 Package: libghc-gi-gmodule-dev
31 Architecture: any
32 Depends: ${haskell:Depends},
33 ${misc:Depends},
34 ${shlibs:Depends},
35 Recommends: ${haskell:Recommends},
36 Suggests: ${haskell:Suggests},
37 Conflicts: ${haskell:Conflicts},
38 Provides: ${haskell:Provides},
39 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
40 ${haskell:LongDescription}
41 .
42 ${haskell:Blurb}
43
44 Package: libghc-gi-gmodule-prof
45 Architecture: any
46 Depends: ${haskell:Depends},
47 ${misc:Depends},
48 Recommends: ${haskell:Recommends},
49 Suggests: ${haskell:Suggests},
50 Conflicts: ${haskell:Conflicts},
51 Provides: ${haskell:Provides},
52 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
53 ${haskell:LongDescription}
54 .
55 ${haskell:Blurb}
56
57 Package: libghc-gi-gmodule-doc
58 Architecture: all
59 Section: doc
60 Depends: ${haskell:Depends},
61 ${misc:Depends},
62 Recommends: ${haskell:Recommends},
63 Suggests: ${haskell:Suggests},
64 Conflicts: ${haskell:Conflicts},
65 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
66 ${haskell:LongDescription}
67 .
68 ${haskell:Blurb}
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: gi-gmodule
2 Upstream-Contact: Iñaki García Etxebarria
3 Source: https://hackage.haskell.org/package/gi-gmodule
4
5 Files: *
6 Copyright: Iñaki García Etxebarria
7 License: LGPL-2.1+
8
9 Files: debian/*
10 Copyright: held by the contributors mentioned in debian/changelog
11 License: LGPL-2.1+
12
13 License: LGPL-2.1+
14 See /usr/share/common-licenses/LGPL-2.1 on your Debian-based system.
0 --- a/gi-gmodule.cabal
1 +++ b/gi-gmodule.cabal
2 @@ -29,7 +29,6 @@
3 build-depends: base >= 4.7 && <5,
4 haskell-gi-base >= 0.26 && < 0.27,
5 haskell-gi >= 0.26 && < 0.27,
6 - haskell-gi-overloading < 1.1,
7 gi-glib == 2.0.*,
8 bytestring >= 0.10 && < 1,
9 containers >= 0.5 && < 1,
0 #!/usr/bin/make -f
1
2 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
3 DEB_CABAL_PACKAGE = gi-gmodule
4 DEB_DEFAULT_COMPILER = ghc
5
6 include /usr/share/cdbs/1/rules/debhelper.mk
7 include /usr/share/cdbs/1/class/hlibrary.mk
0 version=4
1 https://hackage.haskell.org/package/gi-gmodule/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))