[DHG_packages] 01/01: cabal-debian: Upgrading from 4.35.6 to 4.36

Clint Adams clint at moszumanska.debian.org
Sat Oct 21 01:40:17 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 3d38e439348e838cb8fca02e42e41b5a0e16750a
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 20 21:37:31 2017 -0400

    cabal-debian: Upgrading from 4.35.6 to 4.36
---
 p/cabal-debian/debian/changelog                        |  8 ++++++--
 p/cabal-debian/debian/patches/fix-utils-shlibs-depends | 12 +++++-------
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/p/cabal-debian/debian/changelog b/p/cabal-debian/debian/changelog
index 92dbdb2..7376621 100644
--- a/p/cabal-debian/debian/changelog
+++ b/p/cabal-debian/debian/changelog
@@ -1,8 +1,12 @@
-cabal-debian (4.35.6-3) unstable; urgency=medium
+cabal-debian (4.36-1) unstable; urgency=medium
 
+  [ Kei Hibino ]
   * Close fixed debian bug - recover typo (closes: #850920)
 
- -- Kei Hibino <ex8k.hibino at gmail.com>  Tue, 04 Jul 2017 13:06:18 +0900
+  [ Clint Adams ]
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Fri, 20 Oct 2017 21:37:31 -0400
 
 cabal-debian (4.35.6-2) unstable; urgency=medium
 
diff --git a/p/cabal-debian/debian/patches/fix-utils-shlibs-depends b/p/cabal-debian/debian/patches/fix-utils-shlibs-depends
index 49e3086..d38fb61 100644
--- a/p/cabal-debian/debian/patches/fix-utils-shlibs-depends
+++ b/p/cabal-debian/debian/patches/fix-utils-shlibs-depends
@@ -1,10 +1,8 @@
-Index: cabal-debian-4.35.6/src/Debian/Debianize/Finalize.hs
-===================================================================
---- cabal-debian-4.35.6.orig/src/Debian/Debianize/Finalize.hs
-+++ cabal-debian-4.35.6/src/Debian/Debianize/Finalize.hs
-@@ -411,6 +411,8 @@ binaryPackageRelations b typ = zoom A.de
-     when (typ == B.Development) $ do
-       B.depends %= (edds ++)
+--- a/src/Debian/Debianize/Finalize.hs
++++ b/src/Debian/Debianize/Finalize.hs
+@@ -432,6 +432,8 @@
+       B.depends %= (anyrel "${shlibs:Depends}" : )
+     when (typ == B.Utilities) $
        B.depends %= (anyrel "${shlibs:Depends}" : )
 +    when (typ == B.Utilities) $
 +      B.depends %= (anyrel "${shlibs:Depends}" : )

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