[DHG_packages] 06/06: hashmap: Upgrading from 1.3.0.1 to 1.3.1.1
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 19:49:46 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 a2ecf3d2f6aa1450439aecdbdff5f62b901d5b90
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 7 20:17:26 2016 -0400
hashmap: Upgrading from 1.3.0.1 to 1.3.1.1
---
p/haskell-hashmap/debian/changelog | 8 +++---
p/haskell-hashmap/debian/control | 52 ++++++++++++++++++++++++--------------
2 files changed, 37 insertions(+), 23 deletions(-)
diff --git a/p/haskell-hashmap/debian/changelog b/p/haskell-hashmap/debian/changelog
index 359f89c..aa4d9db 100644
--- a/p/haskell-hashmap/debian/changelog
+++ b/p/haskell-hashmap/debian/changelog
@@ -1,14 +1,14 @@
-haskell-hashmap (1.3.0.1-8) UNRELEASED; urgency=medium
+haskell-hashmap (1.3.1.1-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:35:25 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 15:48:20 -0400
haskell-hashmap (1.3.0.1-7) unstable; urgency=medium
diff --git a/p/haskell-hashmap/debian/control b/p/haskell-hashmap/debian/control
index a7bcda0..4b8000d 100644
--- a/p/haskell-hashmap/debian/control
+++ b/p/haskell-hashmap/debian/control
@@ -1,30 +1,37 @@
Source: haskell-hashmap
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-hashable-dev (>= 1.0),
libghc-hashable-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-hashable-doc,
Standards-Version: 3.9.8
Homepage: http://git.auryn.cz/haskell/hashmap/
-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-hashmap
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
Package: libghc-hashmap-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: persistent containers Map and Set based on hashing${haskell:ShortBlurb}
An implementation of persistent Map and Set containers based on hashing.
The implementation is build on top of Data.IntMap.IntMap and
@@ -46,11 +53,15 @@ Description: persistent containers Map and Set based on hashing${haskell:ShortBl
Package: libghc-hashmap-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: persistent containers Map and Set based on hashing${haskell:ShortBlurb}
An implementation of persistent Map and Set containers based on hashing.
The implementation is build on top of Data.IntMap.IntMap and
@@ -73,10 +84,13 @@ Description: persistent containers Map and Set based on hashing${haskell:ShortBl
Package: libghc-hashmap-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: persistent containers Map and Set based on hashing${haskell:ShortBlurb}
An implementation of persistent Map and Set containers based on hashing.
The implementation is build on top of Data.IntMap.IntMap and
--
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