[DHG_packages] 02/05: x509-system: Upgrading from 1.6.3 to 1.6.4
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 127b3a6d4a0cc8886151d2b7fc4c7caa91bc7c25
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 10 15:31:06 2016 -0400
x509-system: Upgrading from 1.6.3 to 1.6.4
---
p/haskell-x509-system/debian/changelog | 8 ++---
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 56f714e..235b3a5 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 at gnu.org> Tue, 10 May 2016 09:36:32 +0300
+ -- Clint Adams <clint at 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 471e610..1ea5132 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 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,
+ 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}
.
--
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