[DHG_packages] 03/05: x509-validation: Upgrading from 1.6.4 to 1.6.5
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 22:42:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit f8b9b47f55f25291c4d79458d582b70284878c66
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 10 15:31:16 2016 -0400
x509-validation: Upgrading from 1.6.4 to 1.6.5
---
p/haskell-x509-validation/debian/changelog | 6 +++
p/haskell-x509-validation/debian/control | 60 ++++++++++++++++++------------
2 files changed, 43 insertions(+), 23 deletions(-)
diff --git a/p/haskell-x509-validation/debian/changelog b/p/haskell-x509-validation/debian/changelog
index a5058a5..97aa091 100644
--- a/p/haskell-x509-validation/debian/changelog
+++ b/p/haskell-x509-validation/debian/changelog
@@ -1,3 +1,9 @@
+haskell-x509-validation (1.6.5-1) experimental; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Mon, 10 Oct 2016 15:31:16 -0400
+
haskell-x509-validation (1.6.4-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-x509-validation/debian/control b/p/haskell-x509-validation/debian/control
index a8cab37..e2b53f2 100644
--- a/p/haskell-x509-validation/debian/control
+++ b/p/haskell-x509-validation/debian/control
@@ -1,18 +1,20 @@
Source: haskell-x509-validation
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-asn1-encoding-dev (>= 0.9),
+ haskell-devscripts (>= 0.10),
libghc-asn1-encoding-dev (<< 0.10),
+ libghc-asn1-encoding-dev (>= 0.9),
libghc-asn1-encoding-prof,
- libghc-asn1-types-dev (>= 0.3),
libghc-asn1-types-dev (<< 0.4),
+ libghc-asn1-types-dev (>= 0.3),
libghc-asn1-types-prof,
libghc-byteable-dev,
libghc-byteable-prof,
@@ -26,16 +28,17 @@ Build-Depends: debhelper (>= 9),
libghc-memory-prof,
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.2),
libghc-x509-dev (<< 1.7),
+ libghc-x509-dev (>= 1.6.2),
libghc-x509-prof,
- libghc-x509-store-dev (>= 1.6),
libghc-x509-store-dev (<< 1.7),
+ libghc-x509-store-dev (>= 1.6),
libghc-x509-store-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-asn1-encoding-doc,
libghc-asn1-types-doc,
libghc-byteable-doc,
@@ -49,7 +52,7 @@ Build-Depends-Indep: ghc-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-validation
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: X.509 certificate and CRL validation
X.509 certificate/CRL checks and validations routines, following
@@ -57,12 +60,16 @@ X-Description: X.509 certificate and CRL validation
Package: libghc-x509-validation-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}
.
@@ -70,11 +77,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-x509-validation-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}
.
@@ -83,10 +94,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-x509-validation-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}
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list