diff options
author | Clint Adams <clint@debian.org> | 2016-10-07 20:00:12 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-17 12:16:38 -0400 |
commit | 2a39ac30a9b180d455996194403012061a00f573 (patch) | |
tree | 9321aceb6dd6c0e4564f72762418a926a9ff07c3 /p/haskell-css-text | |
parent | fa8609c84f28cc210ef78c5b07cc86d5d122dfdf (diff) | |
download | DHG_packages-2a39ac30a9b180d455996194403012061a00f573.tar.gz |
css-text: Upgrading from 0.1.2.1 to 0.1.2.2
Diffstat (limited to 'p/haskell-css-text')
-rw-r--r-- | p/haskell-css-text/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-css-text/debian/control | 54 |
2 files changed, 38 insertions, 24 deletions
diff --git a/p/haskell-css-text/debian/changelog b/p/haskell-css-text/debian/changelog index d02fb5f67..22701d81c 100644 --- a/p/haskell-css-text/debian/changelog +++ b/p/haskell-css-text/debian/changelog @@ -1,14 +1,14 @@ -haskell-css-text (0.1.2.1-6) UNRELEASED; urgency=medium +haskell-css-text (0.1.2.2-1) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) * Convert `debian/copyright' to dep5 format - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * New upstream version. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:04 +0300 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 12:16:29 -0400 haskell-css-text (0.1.2.1-5) unstable; urgency=medium diff --git a/p/haskell-css-text/debian/control b/p/haskell-css-text/debian/control index 199e2040a..c8227b603 100644 --- a/p/haskell-css-text/debian/control +++ b/p/haskell-css-text/debian/control @@ -1,35 +1,42 @@ Source: haskell-css-text Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> +Uploaders: + Clint Adams <clint@debian.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, + haskell-devscripts (>= 0.10), libghc-attoparsec-dev (>= 0.10.2.0), libghc-attoparsec-prof, + libghc-hspec-dev (>= 1.3), + libghc-quickcheck2-dev, libghc-text-dev (>= 0.11), libghc-text-prof, - libghc-quickcheck2-dev, - libghc-hspec-dev (>= 1.3), -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-attoparsec-doc, libghc-text-doc, Standards-Version: 3.9.8 Homepage: http://www.yesodweb.com/ -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-css-text Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-css-text-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, + ${shlibs:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: CSS parser and renderer${haskell:ShortBlurb} It is a CSS parser and renderer. . @@ -37,11 +44,15 @@ Description: CSS parser and renderer${haskell:ShortBlurb} Package: libghc-css-text-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: CSS parser and renderer${haskell:ShortBlurb} It is a CSS parser and renderer. . @@ -50,10 +61,13 @@ Description: CSS parser and renderer${haskell:ShortBlurb} Package: libghc-css-text-doc Architecture: all Section: doc -Depends: ${misc:Depends}, +Depends: ${haskell:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, + ${misc:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, Description: CSS parser and renderer${haskell:ShortBlurb} It is a CSS parser and renderer. . |