[DHG_packages] 01/01: binary-orphans: Upgrading from 0.1.2.0 to 0.1.3.0

Clint Adams clint at moszumanska.debian.org
Mon Jan 11 04:44:41 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit b9611f0a66c28a327b8fc8509955f861d44287f6
Author: Clint Adams <clint at debian.org>
Date:   Sun Jan 10 23:43:18 2016 -0500

    binary-orphans: Upgrading from 0.1.2.0 to 0.1.3.0
---
 p/haskell-binary-orphans/debian/changelog          |  6 ++++
 p/haskell-binary-orphans/debian/control            |  4 +++
 .../debian/patches/relax-dependecy-on-tagged.patch | 33 ----------------------
 p/haskell-binary-orphans/debian/patches/series     |  1 -
 4 files changed, 10 insertions(+), 34 deletions(-)

diff --git a/p/haskell-binary-orphans/debian/changelog b/p/haskell-binary-orphans/debian/changelog
index 951564e..df8a473 100644
--- a/p/haskell-binary-orphans/debian/changelog
+++ b/p/haskell-binary-orphans/debian/changelog
@@ -1,3 +1,9 @@
+haskell-binary-orphans (0.1.3.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 10 Jan 2016 23:43:18 -0500
+
 haskell-binary-orphans (0.1.2.0-1) unstable; urgency=low
 
   * Initial release
diff --git a/p/haskell-binary-orphans/debian/control b/p/haskell-binary-orphans/debian/control
index c305f10..4477f20 100644
--- a/p/haskell-binary-orphans/debian/control
+++ b/p/haskell-binary-orphans/debian/control
@@ -17,6 +17,9 @@ Build-Depends: debhelper (>= 9),
  libghc-scientific-dev (>= 0.3),
  libghc-scientific-dev (<< 0.4),
  libghc-scientific-prof,
+ libghc-semigroups-dev (>= 0.16),
+ libghc-semigroups-dev (<< 0.18.1),
+ libghc-semigroups-prof,
  libghc-tagged-dev (>= 0.7),
  libghc-tagged-dev (<< 0.8.3),
  libghc-tagged-prof,
@@ -45,6 +48,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-aeson-doc,
  libghc-hashable-doc,
  libghc-scientific-doc,
+ libghc-semigroups-doc,
  libghc-tagged-doc,
  libghc-text-doc,
  libghc-text-binary-doc,
diff --git a/p/haskell-binary-orphans/debian/patches/relax-dependecy-on-tagged.patch b/p/haskell-binary-orphans/debian/patches/relax-dependecy-on-tagged.patch
deleted file mode 100644
index 7a9b666..0000000
--- a/p/haskell-binary-orphans/debian/patches/relax-dependecy-on-tagged.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Relax dependecy on tagged
- In is not clear why, but cabal-unpack download binary-orphans
- version 0.1.2 with `x-revision: 1', where dependency on tagged
- is relaxed. Unfortunatelly, uscan download tarball without
- x-revision, so this patch is needed.
- .
- In next, 0.1.3 upstream version problem is solved, so patch do
- not need to be forwarded upstream.
-Author: Dmitry Bogatov <KAction at gnu.org>
-Forwarded: no
-Last-Update: 2015-12-26
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/binary-orphans.cabal
-+++ b/binary-orphans.cabal
-@@ -35,7 +35,7 @@ library
-     , binary                   >=0.7  && <0.7.7
-     , hashable                 >=1.2  && <1.3
-     , scientific               >=0.3  && <0.4
--    , tagged                   >=0.7  && <0.8.2
-+    , tagged                   >=0.7  && <0.8.3
-     , text                     >=1.2  && <1.3
-     , time                     >=1.4  && <1.5.1
-     , unordered-containers     >=0.2  && <0.3
-@@ -58,7 +58,7 @@ test-suite binary-orphans-test
-     , binary                   >=0.7  && <0.7.7
-     , hashable                 >=1.2  && <1.3
-     , scientific               >=0.3  && <0.4
--    , tagged                   >=0.7  && <0.8.2
-+    , tagged                   >=0.7  && <0.8.3
-     , text                     >=1.2  && <1.3
-     , time                     >=1.4  && <1.5.1
-     , unordered-containers     >=0.2  && <0.3
diff --git a/p/haskell-binary-orphans/debian/patches/series b/p/haskell-binary-orphans/debian/patches/series
deleted file mode 100644
index 9551ae5..0000000
--- a/p/haskell-binary-orphans/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-relax-dependecy-on-tagged.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