[DHG_packages] 03/04: x509-store: Upgrading from 1.6.1 to 1.6.2

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 22:20:23 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 5bdebb9c60ed76fd593ef5144e8a37a7997cf280
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 10 15:30:54 2016 -0400

    x509-store: Upgrading from 1.6.1 to 1.6.2
---
 p/haskell-x509-store/debian/changelog |  8 ++---
 p/haskell-x509-store/debian/control   | 58 ++++++++++++++++++++++-------------
 2 files changed, 40 insertions(+), 26 deletions(-)

diff --git a/p/haskell-x509-store/debian/changelog b/p/haskell-x509-store/debian/changelog
index d573113..ff78a5c 100644
--- a/p/haskell-x509-store/debian/changelog
+++ b/p/haskell-x509-store/debian/changelog
@@ -1,13 +1,13 @@
-haskell-x509-store (1.6.1-2) UNRELEASED; urgency=medium
+haskell-x509-store (1.6.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)
 
-  [ 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:30:54 -0400
 
 haskell-x509-store (1.6.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-x509-store/debian/control b/p/haskell-x509-store/debian/control
index e4ee304..462d6bb 100644
--- a/p/haskell-x509-store/debian/control
+++ b/p/haskell-x509-store/debian/control
@@ -1,30 +1,33 @@
 Source: haskell-x509-store
 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-cryptonite-dev,
  libghc-cryptonite-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),
  libghc-x509-dev (<< 1.7),
+ libghc-x509-dev (>= 1.6),
  libghc-x509-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-asn1-encoding-doc,
  libghc-asn1-types-doc,
  libghc-cryptonite-doc,
@@ -33,7 +36,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-x509-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-store
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: X.509 collection access and storage methods
  X.509 collection access and storage methods for certificates,
@@ -41,12 +44,16 @@ X-Description: X.509 collection access and storage methods
 
 Package: libghc-x509-store-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}
  .
@@ -54,11 +61,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-x509-store-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}
  .
@@ -67,10 +78,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-x509-store-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