[DHG_packages] 02/06: th-orphans: Upgrading from 0.13.0 to 0.13.2
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:45:08 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 91ce4fbd6afbb83b8bb96b7e543e5c18a473349d
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 8 00:30:36 2016 -0400
th-orphans: Upgrading from 0.13.0 to 0.13.2
---
p/haskell-th-orphans/debian/changelog | 8 ++---
p/haskell-th-orphans/debian/control | 57 +++++++++++++++++++++++------------
2 files changed, 41 insertions(+), 24 deletions(-)
diff --git a/p/haskell-th-orphans/debian/changelog b/p/haskell-th-orphans/debian/changelog
index 7189c6a..9d925b1 100644
--- a/p/haskell-th-orphans/debian/changelog
+++ b/p/haskell-th-orphans/debian/changelog
@@ -1,13 +1,13 @@
-haskell-th-orphans (0.13.0-2) UNRELEASED; urgency=medium
+haskell-th-orphans (0.13.2-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:36:22 +0300
+ -- Clint Adams <clint at debian.org> Sat, 08 Oct 2016 00:30:36 -0400
haskell-th-orphans (0.13.0-1) unstable; urgency=medium
diff --git a/p/haskell-th-orphans/debian/control b/p/haskell-th-orphans/debian/control
index 2ba2276..440bad6 100644
--- a/p/haskell-th-orphans/debian/control
+++ b/p/haskell-th-orphans/debian/control
@@ -1,28 +1,34 @@
Source: haskell-th-orphans
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 (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
- ghc-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-ghci,
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-mtl-dev,
libghc-mtl-prof,
libghc-th-lift-dev (>= 0.7.1),
+ libghc-th-lift-instances-dev,
+ libghc-th-lift-instances-prof,
libghc-th-lift-prof,
- libghc-th-reify-many-dev (>= 0.1),
libghc-th-reify-many-dev (<< 0.2),
+ libghc-th-reify-many-dev (>= 0.1),
libghc-th-reify-many-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-mtl-doc,
libghc-th-lift-doc,
+ libghc-th-lift-instances-doc,
libghc-th-reify-many-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/th-orphans
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-th-orphans
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: orphan instances for TH datatypes
Orphan instances for TH datatypes. In particular, instances for Ord
@@ -31,12 +37,16 @@ X-Description: orphan instances for TH datatypes
Package: libghc-th-orphans-dev
Architecture: any
-Depends: ${haskell: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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -44,11 +54,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-th-orphans-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -57,10 +71,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-th-orphans-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
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