[DHG_packages] 01/05: show: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sat Oct 15 16:40:36 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 62f28ed72549e8e400c72a20902ff72c352453ab
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 15 12:37:00 2016 -0400
show: build with ghc 8 in experimental
---
p/haskell-show/debian/changelog | 8 +++----
p/haskell-show/debian/control | 50 ++++++++++++++++++++++++++---------------
p/haskell-show/debian/copyright | 2 +-
3 files changed, 37 insertions(+), 23 deletions(-)
diff --git a/p/haskell-show/debian/changelog b/p/haskell-show/debian/changelog
index 0a1b640..deb76f0 100644
--- a/p/haskell-show/debian/changelog
+++ b/p/haskell-show/debian/changelog
@@ -1,14 +1,14 @@
-haskell-show (0.6-6) UNRELEASED; urgency=medium
+haskell-show (0.6-6) 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)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:36:11 +0300
+ -- Clint Adams <clint at debian.org> Sat, 15 Oct 2016 12:36:50 -0400
haskell-show (0.6-5) unstable; urgency=medium
diff --git a/p/haskell-show/debian/control b/p/haskell-show/debian/control
index 9b17f3e..d9c0f66 100644
--- a/p/haskell-show/debian/control
+++ b/p/haskell-show/debian/control
@@ -1,30 +1,37 @@
Source: haskell-show
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,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-syb-dev,
libghc-syb-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-syb-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/show
-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-show
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-show-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: Show instances for lambdabot${haskell:ShortBlurb}
Show instances for functions and IO procedures.
.
@@ -34,11 +41,15 @@ Description: Show instances for lambdabot${haskell:ShortBlurb}
Package: libghc-show-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: Show instances for lambdabot${haskell:ShortBlurb}
Show instances for functions and IO procedures.
.
@@ -49,10 +60,13 @@ Description: Show instances for lambdabot${haskell:ShortBlurb}
Package: libghc-show-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: Show instances for lambdabot${haskell:ShortBlurb}
Show instances for functions and IO procedures.
.
diff --git a/p/haskell-show/debian/copyright b/p/haskell-show/debian/copyright
index 9e8059d..083a094 100644
--- a/p/haskell-show/debian/copyright
+++ b/p/haskell-show/debian/copyright
@@ -26,4 +26,4 @@ License: GPL-2+
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian system, copy of GNU Lesser General Public License version 2
- is also located at `/usr/share/common-licenses/GPL-2'
\ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-2'
--
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