[DHG_packages] 01/01: deriving-compat: Upgrading from 0.2 to 0.3.3

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 12:36:21 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 ec2bfd4d46c48cc9acff1cab3f8cdfe59d121016
Author: Clint Adams <clint at debian.org>
Date:   Tue Oct 18 08:33:44 2016 -0400

    deriving-compat: Upgrading from 0.2 to 0.3.3
---
 p/haskell-deriving-compat/debian/changelog |  6 +++
 p/haskell-deriving-compat/debian/control   | 67 +++++++++++++++++++-----------
 2 files changed, 49 insertions(+), 24 deletions(-)

diff --git a/p/haskell-deriving-compat/debian/changelog b/p/haskell-deriving-compat/debian/changelog
index fd25565..301839e 100644
--- a/p/haskell-deriving-compat/debian/changelog
+++ b/p/haskell-deriving-compat/debian/changelog
@@ -1,3 +1,9 @@
+haskell-deriving-compat (0.3.3-1) experimental; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Tue, 18 Oct 2016 08:33:43 -0400
+
 haskell-deriving-compat (0.2-1) unstable; urgency=low
 
   * Initial release
diff --git a/p/haskell-deriving-compat/debian/control b/p/haskell-deriving-compat/debian/control
index 47e2dbc..2884e02 100644
--- a/p/haskell-deriving-compat/debian/control
+++ b/p/haskell-deriving-compat/debian/control
@@ -1,22 +1,27 @@
 Source: haskell-deriving-compat
 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 (>= 10),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 10),
+ ghc (>= 8),
  ghc-prof,
- libghc-quickcheck2-dev (>= 2),
- libghc-quickcheck2-dev (<< 3),
- libghc-base-compat-dev (>= 0.8.1),
+ haskell-devscripts (>= 0.9),
  libghc-base-compat-dev (<< 1),
- libghc-base-orphans-dev (>= 0.5),
+ libghc-base-compat-dev (>= 0.8.1),
  libghc-base-orphans-dev (<< 1),
+ libghc-base-orphans-dev (>= 0.5),
  libghc-hspec-dev (>= 1.8),
- libghc-transformers-compat-dev (>= 0.3),
-Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-dev (>= 2),
+ libghc-transformers-compat-dev (>= 0.5),
+ libghc-transformers-compat-prof,
+Build-Depends-Indep:
+ ghc-doc,
+ libghc-transformers-compat-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/haskell-compat/deriving-compat
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-deriving-compat
@@ -28,13 +33,18 @@ X-Description: backports of GHC deriving extensions
 
 Package: libghc-deriving-compat-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -42,12 +52,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-deriving-compat-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -56,11 +71,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-deriving-compat-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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