[DHG_packages] 03/05: hoogle: Upgrading from 4.2.43 to 5.0.1
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 22:29:07 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 24fd337569ec0b467995809b305fcc89468bf73f
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 7 20:25:02 2016 -0400
hoogle: Upgrading from 4.2.43 to 5.0.1
---
p/haskell-hoogle/debian/changelog | 8 +-
p/haskell-hoogle/debian/control | 169 +++++++++++++++++++++------------
p/haskell-hoogle/debian/patches/series | 1 -
3 files changed, 114 insertions(+), 64 deletions(-)
diff --git a/p/haskell-hoogle/debian/changelog b/p/haskell-hoogle/debian/changelog
index 308db0a..bae279a 100644
--- a/p/haskell-hoogle/debian/changelog
+++ b/p/haskell-hoogle/debian/changelog
@@ -1,13 +1,13 @@
-haskell-hoogle (4.2.43-4) UNRELEASED; urgency=medium
+haskell-hoogle (5.0.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)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * New upstream version.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:28 +0300
+ -- Clint Adams <clint at debian.org> Fri, 07 Oct 2016 20:25:02 -0400
haskell-hoogle (4.2.43-3) unstable; urgency=medium
diff --git a/p/haskell-hoogle/debian/control b/p/haskell-hoogle/debian/control
index a51a1de..2accb50 100644
--- a/p/haskell-hoogle/debian/control
+++ b/p/haskell-hoogle/debian/control
@@ -1,79 +1,121 @@
Source: haskell-hoogle
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>, Iustin Pop <iustin at debian.org>
+Uploaders:
+ Kiwamu Okabe <kiwamu at debian.or.jp>,
+ Iustin Pop <iustin 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-quickcheck2-dev,
- libghc-quickcheck2-prof,
- libghc-blaze-builder-dev (>= 0.2),
- libghc-blaze-builder-prof,
- libghc-case-insensitive-dev (>= 0.2),
- libghc-case-insensitive-prof,
- libghc-conduit-dev (>= 0.2),
+ haskell-devscripts (>= 0.10),
+ libghc-aeson-dev,
+ libghc-aeson-dev (>= 0.6.1),
+ libghc-aeson-prof,
+ libghc-cmdargs-dev,
+ libghc-cmdargs-dev (>= 0.7),
+ libghc-cmdargs-prof,
+ libghc-conduit-dev,
+ libghc-conduit-extra-dev,
+ libghc-conduit-extra-prof,
libghc-conduit-prof,
- libghc-src-exts-dev (>= 1.16),
- libghc-src-exts-dev (<< 1.18),
- libghc-src-exts-prof,
- libghc-http-types-dev (>= 0.7),
+ libghc-connection-dev,
+ libghc-connection-prof,
+ libghc-extra-dev (>= 1.4),
+ libghc-extra-prof,
+ libghc-http-conduit-dev,
+ libghc-http-conduit-prof,
+ libghc-http-types-dev,
libghc-http-types-prof,
- libghc-parsec3-dev (>= 2.1),
- libghc-parsec3-prof,
- libghc-random-dev,
- libghc-random-prof,
+ libghc-js-flot-dev,
+ libghc-js-flot-prof,
+ libghc-js-jquery-dev,
+ libghc-js-jquery-prof,
+ libghc-mmap-dev,
+ libghc-mmap-prof,
+ libghc-network-dev,
+ libghc-network-prof,
+ libghc-network-uri-dev,
+ libghc-network-uri-prof,
+ libghc-old-locale-dev,
+ libghc-old-locale-prof,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
libghc-resourcet-dev,
libghc-resourcet-prof,
- libghc-safe-dev,
- libghc-safe-prof,
- libghc-text-dev (>= 0.11),
+ libghc-shake-dev (>= 0.14),
+ libghc-src-exts-dev (<< 1.18),
+ libghc-src-exts-dev (>= 1.16),
+ libghc-src-exts-prof,
+ libghc-tagsoup-dev (>= 0.11),
+ libghc-tar-dev,
+ libghc-tar-prof,
+ libghc-text-dev,
libghc-text-prof,
- libghc-uniplate-dev (>= 1.6),
+ libghc-uniplate-dev,
libghc-uniplate-prof,
- libghc-vector-dev (>= 0.9),
+ libghc-utf8-string-dev,
+ libghc-utf8-string-prof,
+ libghc-vector-dev,
libghc-vector-prof,
- libghc-vector-algorithms-dev (>= 0.6),
- libghc-vector-algorithms-prof,
- libghc-wai-dev (>= 1.1),
+ libghc-wai-dev,
+ libghc-wai-logger-dev,
+ libghc-wai-logger-prof,
libghc-wai-prof,
- libghc-cabal-dev (>= 1.8),
- libghc-aeson-dev (>= 0.6.1),
- libghc-cmdargs-dev (>= 0.7),
- libghc-shake-dev (>= 0.14),
- libghc-tagsoup-dev (>= 0.11),
- libghc-warp-dev (>= 2.1),
-Build-Depends-Indep: ghc-doc,
- libghc-quickcheck2-doc,
- libghc-blaze-builder-doc,
- libghc-case-insensitive-doc,
+ libghc-warp-dev,
+ libghc-warp-prof,
+ libghc-warp-tls-dev,
+ libghc-warp-tls-prof,
+ libghc-zlib-dev,
+ libghc-zlib-prof,
+Build-Depends-Indep:
+ ghc-doc,
+ libghc-aeson-doc,
+ libghc-cmdargs-doc,
libghc-conduit-doc,
- libghc-src-exts-doc,
+ libghc-conduit-extra-doc,
+ libghc-connection-doc,
+ libghc-extra-doc,
+ libghc-http-conduit-doc,
libghc-http-types-doc,
- libghc-parsec3-doc,
- libghc-random-doc,
+ libghc-js-flot-doc,
+ libghc-js-jquery-doc,
+ libghc-mmap-doc,
+ libghc-network-doc,
+ libghc-network-uri-doc,
+ libghc-old-locale-doc,
+ libghc-quickcheck2-doc,
libghc-resourcet-doc,
- libghc-safe-doc,
+ libghc-src-exts-doc,
+ libghc-tar-doc,
libghc-text-doc,
libghc-uniplate-doc,
+ libghc-utf8-string-doc,
libghc-vector-doc,
- libghc-vector-algorithms-doc,
libghc-wai-doc,
+ libghc-wai-logger-doc,
+ libghc-warp-doc,
+ libghc-warp-tls-doc,
+ libghc-zlib-doc,
Standards-Version: 3.9.8
Homepage: http://www.haskell.org/hoogle/
-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-hoogle
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
Package: libghc-hoogle-dev
Architecture: any
-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 API Search
Hoogle is a Haskell API search engine, which allows you to
search many standard Haskell libraries by either function name,
@@ -83,11 +125,15 @@ Description: Haskell API Search
Package: libghc-hoogle-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 API Search; profiling libraries
Hoogle is a Haskell API search engine, which allows you to
search many standard Haskell libraries by either function name,
@@ -98,10 +144,13 @@ Description: Haskell API Search; profiling libraries
Package: libghc-hoogle-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Haskell API Search; documentation
Hoogle is a Haskell API search engine, which allows you to
search many standard Haskell libraries by either function name,
@@ -112,12 +161,14 @@ Description: Haskell API Search; documentation
Package: hoogle
Architecture: any
Section: misc
-Depends: ${shlibs:Depends},
- ${haskell:Depends},
- ${misc:Depends},
+Depends:
ghc-doc,
libjs-jquery,
-Suggests: apache2 | httpd,
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests:
+ apache2 | httpd,
Description: Haskell API Search for Debian system
Hoogle is a Haskell API search engine, which allows you to
search many standard Haskell libraries by either function name,
diff --git a/p/haskell-hoogle/debian/patches/series b/p/haskell-hoogle/debian/patches/series
index aca91f9..e69de29 100644
--- a/p/haskell-hoogle/debian/patches/series
+++ b/p/haskell-hoogle/debian/patches/series
@@ -1 +0,0 @@
-add-local-location-database.patch
--
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