[DHG_packages] 01/01: heist: Upgrading from 1.0.1.0 to 1.0.1.1

Clint Adams clint at moszumanska.debian.org
Thu Dec 28 18:02:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 9abd69cc33b5c66a928d67b1d4fd1b3767d8855e
Author: Clint Adams <clint at debian.org>
Date:   Thu Dec 28 13:00:20 2017 -0500

    heist: Upgrading from 1.0.1.0 to 1.0.1.1
---
 p/haskell-heist/debian/changelog                   |  8 ++-
 p/haskell-heist/debian/control                     |  4 +-
 .../debian/patches/newer-deps-from-hackage         | 69 ----------------------
 p/haskell-heist/debian/patches/series              |  1 -
 4 files changed, 8 insertions(+), 74 deletions(-)

diff --git a/p/haskell-heist/debian/changelog b/p/haskell-heist/debian/changelog
index a0fd504..20c4537 100644
--- a/p/haskell-heist/debian/changelog
+++ b/p/haskell-heist/debian/changelog
@@ -1,11 +1,15 @@
-haskell-heist (1.0.1.0-4) UNRELEASED; urgency=medium
+haskell-heist (1.0.1.1-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Change Priority to optional. Since Debian Policy version 4.0.1,
     priority extra has been deprecated.
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 01 Nov 2017 12:14:20 +0200
+  [ Clint Adams ]
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Thu, 28 Dec 2017 13:00:20 -0500
 
 haskell-heist (1.0.1.0-3) unstable; urgency=medium
 
diff --git a/p/haskell-heist/debian/control b/p/haskell-heist/debian/control
index 97c95c0..7e413a3 100644
--- a/p/haskell-heist/debian/control
+++ b/p/haskell-heist/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-aeson-dev (>= 0.6),
- libghc-aeson-dev (<< 1.2),
+ libghc-aeson-dev (<< 1.3),
  libghc-aeson-prof,
  libghc-attoparsec-dev,
  libghc-attoparsec-dev (<< 0.14),
@@ -103,7 +103,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-unordered-containers-doc,
  libghc-vector-doc,
  libghc-xmlhtml-doc,
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Homepage: http://snapframework.com/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-heist
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-heist/debian/patches/newer-deps-from-hackage b/p/haskell-heist/debian/patches/newer-deps-from-hackage
deleted file mode 100644
index f31e123..0000000
--- a/p/haskell-heist/debian/patches/newer-deps-from-hackage
+++ /dev/null
@@ -1,69 +0,0 @@
-Index: b/heist.cabal
-===================================================================
---- a/heist.cabal
-+++ b/heist.cabal
-@@ -151,14 +151,14 @@ Library
-     Heist.Interpreted.Internal
- 
-   build-depends:
--    aeson                      >= 0.6     && < 1.1,
-+    aeson                      >= 0.6     && < 1.2,
-     attoparsec                 >= 0.10    && < 0.14,
-     base                       >= 4       && < 5,
-     blaze-builder              >= 0.2     && < 0.5,
--    blaze-html                 >= 0.4     && < 0.9,
-+    blaze-html                 >= 0.4     && < 0.10,
-     bytestring                 >= 0.9     && < 0.11,
-     containers                 >= 0.2     && < 0.6,
--    directory                  >= 1.1     && < 1.3,
-+    directory                  >= 1.1     && < 1.4,
-     directory-tree             >= 0.10    && < 0.13,
-     dlist                      >= 0.5     && < 0.9,
-     filepath                   >= 1.3     && < 1.5,
-@@ -167,14 +167,14 @@ Library
-     map-syntax                 >= 0.2     && < 0.3,
-     monad-control              >= 0.3     && < 1.1,
-     mtl                        >= 2.0     && < 2.3,
--    process                    >= 1.1     && < 1.5,
-+    process                    >= 1.1     && < 1.7,
-     random                     >= 1.0.1.0 && < 1.2,
-     text                       >= 0.10    && < 1.3,
--    time                       >= 1.1     && < 1.7,
-+    time                       >= 1.1     && < 1.9,
-     transformers               >= 0.3     && < 0.6,
-     transformers-base          >= 0.4     && < 0.5,
-     unordered-containers       >= 0.1.4   && < 0.3,
--    vector                     >= 0.9     && < 0.12,
-+    vector                     >= 0.9     && < 0.13,
-     xmlhtml                    >= 0.2.3.5 && < 0.3
- 
-   if impl(ghc >= 6.12.0)
-@@ -207,8 +207,8 @@ Test-suite testsuite
- 
-   build-depends:
-     HUnit                      >= 1.2      && < 2,
--    QuickCheck                 >= 2        && < 2.10,
--    lens                       >= 4.3      && < 4.15,
-+    QuickCheck                 >= 2        && < 2.11,
-+    lens                       >= 4.3      && < 4.16,
-     test-framework             >= 0.4      && < 0.9,
-     test-framework-hunit       >= 0.2.7    && < 0.4,
-     test-framework-quickcheck2 >= 0.2.12.1 && < 0.4,
-@@ -248,7 +248,7 @@ Benchmark benchmark
- 
-   build-depends:
-     HUnit,
--    criterion                 >= 1.0     && < 1.2,
-+    criterion                 >= 1.0     && < 1.3,
-     test-framework,
-     test-framework-hunit,
- 
-@@ -272,7 +272,7 @@ Benchmark benchmark
-     mtl,
-     process,
-     random,
--    statistics                 >= 0.11    && < 0.14,
-+    statistics                 >= 0.11    && < 0.15,
-     text,
-     time,
-     transformers,
diff --git a/p/haskell-heist/debian/patches/series b/p/haskell-heist/debian/patches/series
deleted file mode 100644
index 30c91d0..0000000
--- a/p/haskell-heist/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-newer-deps-from-hackage

-- 
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