Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Preparing 0.18.0-2
· 81c7a914
Masayuki Hatta
authored
Sep 05, 2019
81c7a914
Merge branch 'master' of salsa.debian.org:haskell-team/DHG_packages
· 8c1ec873
Masayuki Hatta
authored
Sep 05, 2019
8c1ec873
Show whitespace changes
Inline
Side-by-side
p/haskell-yi-frontend-pango/debian/changelog
View file @
8c1ec873
haskell-yi-frontend-pango (0.18.0-2) unstable; urgency=medium
[ Masayuki Hatta ]
* d/control: add me to Uploaders.
* d/control, d/compat: set compat level to 11.
* d/control: bumped Standards-Version to 4.4.0.
* d/control: loosen versioned dependency on libghc-gtk-dev.
* d/control: add long description (closes: #908823)
-- Masayuki Hatta <mhatta@debian.org> Wed, 04 Sep 2019 16:57:03 -0400
haskell-yi-frontend-pango (0.18.0-1) unstable; urgency=medium
* New upstream release
...
...
p/haskell-yi-frontend-pango/debian/control
View file @
8c1ec873
Source: haskell-yi-frontend-pango
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Marcel Fourné <debian@marcelfourne.de>
Uploaders: Marcel Fourné <debian@marcelfourne.de>,
Masayuki Hatta <mhatta@debian.org>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1
),
haskell-devscripts-minimal | haskell-devscripts (>= 0.9),
cdbs,
ghc (>= 8.4.3),
...
...
@@ -13,7 +14,7 @@ Build-Depends: debhelper (>= 10),
libghc-glib-dev (<< 0.14),
libghc-glib-prof,
libghc-gtk-dev (>= 0.13),
libghc-gtk-dev (<< 0.1
5
),
libghc-gtk-dev (<< 0.1
6
),
libghc-gtk-prof,
libghc-microlens-platform-dev,
libghc-microlens-platform-prof,
...
...
@@ -43,11 +44,12 @@ Build-Depends-Indep: ghc-doc,
libghc-yi-core-doc,
libghc-yi-language-doc,
libghc-yi-rope-doc,
Standards-Version: 4.
1.4
Standards-Version: 4.
4.0
Homepage: https://github.com/yi-editor/yi#readme
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-yi-frontend-pango
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-yi-frontend-pango]
X-Description: Pango frontend for Yi editor
This package contains the Pango frontend for Yi editor.
Package: libghc-yi-frontend-pango-dev
Architecture: any
...
...
p/haskell-yi-frontend-pango/debian/patches/0001-loosen-ver-dep-gtk.patch
0 → 100644
View file @
8c1ec873
--- a/yi-frontend-pango.cabal
+++ b/yi-frontend-pango.cabal
@@ -25,7 +25,7 @@
, containers
, filepath
, glib >= 0.13 && < 0.14
- , gtk >= 0.13 && < 0.15
+ , gtk >= 0.13 && < 0.16
, microlens-platform
, mtl
, oo-prototypes
p/haskell-yi-frontend-pango/debian/patches/series
0 → 100644
View file @
8c1ec873
0001-loosen-ver-dep-gtk.patch