[DHG_packages] 05/06: sandi: Upgrading from 0.3.6 to 0.4.0
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 20:03:12 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 f7651340706904bbc4610dae2a470f94673afbf5
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 7 23:11:32 2016 -0400
sandi: Upgrading from 0.3.6 to 0.4.0
---
p/haskell-sandi/debian/changelog | 8 ++---
p/haskell-sandi/debian/control | 70 +++++++++++++++++++++++++---------------
2 files changed, 48 insertions(+), 30 deletions(-)
diff --git a/p/haskell-sandi/debian/changelog b/p/haskell-sandi/debian/changelog
index 6378738..a58b648 100644
--- a/p/haskell-sandi/debian/changelog
+++ b/p/haskell-sandi/debian/changelog
@@ -1,14 +1,14 @@
-haskell-sandi (0.3.6-2) UNRELEASED; urgency=medium
+haskell-sandi (0.4.0-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 at gnu.org> Tue, 10 May 2016 09:36:08 +0300
+ -- Clint Adams <clint at debian.org> Fri, 07 Oct 2016 23:11:32 -0400
haskell-sandi (0.3.6-1) unstable; urgency=medium
diff --git a/p/haskell-sandi/debian/control b/p/haskell-sandi/debian/control
index dff3c04..92d725b 100644
--- a/p/haskell-sandi/debian/control
+++ b/p/haskell-sandi/debian/control
@@ -1,31 +1,38 @@
Source: haskell-sandi
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joey Hess <joeyh at debian.org>
+Uploaders:
+ Joey Hess <joeyh 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-conduit-dev (>= 1.2),
+ haskell-devscripts (>= 0.10),
libghc-conduit-dev (<< 1.3),
+ libghc-conduit-dev (>= 1.2),
libghc-conduit-prof,
- libghc-exceptions-dev (>= 0.6),
libghc-exceptions-dev (<< 0.9),
+ libghc-exceptions-dev (>= 0.6),
libghc-exceptions-prof,
- libghc-hunit-dev [!sparc],
- libghc-tasty-dev [!sparc],
- libghc-tasty-hunit-dev [!sparc],
- libghc-tasty-quickcheck-dev [!sparc],
- libghc-tasty-th-dev [!sparc],
-Build-Depends-Indep: ghc-doc,
+ libghc-hunit-dev,
+ libghc-stringsearch-dev (<< 0.4),
+ libghc-stringsearch-dev (>= 0.3),
+ libghc-stringsearch-prof,
+ libghc-tasty-dev,
+ libghc-tasty-hunit-dev,
+ libghc-tasty-quickcheck-dev,
+ libghc-tasty-th-dev,
+Build-Depends-Indep:
+ ghc-doc,
libghc-conduit-doc,
libghc-exceptions-doc,
+ libghc-stringsearch-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/sandi
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
-Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-sandi
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
X-Description: A Haskell library of data encoders and decoders
Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
@@ -33,12 +40,16 @@ X-Description: A Haskell library of data encoders and decoders
Package: libghc-sandi-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}
.
@@ -46,11 +57,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-sandi-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}
.
@@ -59,10 +74,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-sandi-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