diff options
| author | Clint Adams <clint@debian.org> | 2016-10-10 15:31:06 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 18:39:55 -0400 |
| commit | 127b3a6d4a0cc8886151d2b7fc4c7caa91bc7c25 (patch) | |
| tree | 7dedceba05493b7c9d84b486a3b180075e4dadb8 /p/haskell-x509-system | |
| parent | fb2313b0039d8668f40b199ac8cc3d8745621464 (diff) | |
| download | DHG_packages-127b3a6d4a0cc8886151d2b7fc4c7caa91bc7c25.tar.gz | |
x509-system: Upgrading from 1.6.3 to 1.6.4
Diffstat (limited to 'p/haskell-x509-system')
| -rw-r--r-- | p/haskell-x509-system/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-x509-system/debian/control | 56 |
2 files changed, 39 insertions, 25 deletions
diff --git a/p/haskell-x509-system/debian/changelog b/p/haskell-x509-system/debian/changelog index 56f714ea5..235b3a51c 100644 --- a/p/haskell-x509-system/debian/changelog +++ b/p/haskell-x509-system/debian/changelog @@ -1,13 +1,13 @@ -haskell-x509-system (1.6.3-2) UNRELEASED; urgency=medium +haskell-x509-system (1.6.4-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) - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * New upstream version. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:32 +0300 + -- Clint Adams <clint@debian.org> Mon, 10 Oct 2016 15:31:06 -0400 haskell-x509-system (1.6.3-1) unstable; urgency=medium diff --git a/p/haskell-x509-system/debian/control b/p/haskell-x509-system/debian/control index 471e610ce..1ea5132c4 100644 --- a/p/haskell-x509-system/debian/control +++ b/p/haskell-x509-system/debian/control @@ -1,32 +1,35 @@ Source: haskell-x509-system 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-mtl-dev, libghc-mtl-prof, - libghc-pem-dev (>= 0.1), libghc-pem-dev (<< 0.3), + libghc-pem-dev (>= 0.1), libghc-pem-prof, - libghc-x509-dev (>= 1.6), libghc-x509-dev (<< 1.7), + libghc-x509-dev (>= 1.6), libghc-x509-prof, - libghc-x509-store-dev (>= 1.6), libghc-x509-store-dev (<< 1.7), + libghc-x509-store-dev (>= 1.6.2), libghc-x509-store-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-mtl-doc, libghc-pem-doc, libghc-x509-doc, libghc-x509-store-doc, Standards-Version: 3.9.8 Homepage: http://github.com/vincenthz/hs-certificate -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-x509-system Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: per-operating-system X.509 accessors and storage This is meant to be a portable way of finding and accessing @@ -34,12 +37,16 @@ X-Description: per-operating-system X.509 accessors and storage Package: libghc-x509-system-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -47,11 +54,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-x509-system-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -60,10 +71,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-x509-system-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . |
