[DHG_packages] 05/06: language-haskell-extract: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:29:16 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 898d95970e61f203a4bb8149f063b2fa6a1f2675
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:27:25 2016 -0400
language-haskell-extract: build with ghc 8 in experimental
---
.../debian/changelog | 8 ++--
p/haskell-language-haskell-extract/debian/control | 48 ++++++++++++++--------
.../debian/copyright | 2 +-
3 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/p/haskell-language-haskell-extract/debian/changelog b/p/haskell-language-haskell-extract/debian/changelog
index 13d18c8..217fece 100644
--- a/p/haskell-language-haskell-extract/debian/changelog
+++ b/p/haskell-language-haskell-extract/debian/changelog
@@ -1,14 +1,14 @@
-haskell-language-haskell-extract (0.2.4-6) UNRELEASED; urgency=medium
+haskell-language-haskell-extract (0.2.4-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:35:41 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:27:18 -0400
haskell-language-haskell-extract (0.2.4-5) unstable; urgency=medium
diff --git a/p/haskell-language-haskell-extract/debian/control b/p/haskell-language-haskell-extract/debian/control
index cc27e60..0d8d8dc 100644
--- a/p/haskell-language-haskell-extract/debian/control
+++ b/p/haskell-language-haskell-extract/debian/control
@@ -1,30 +1,37 @@
Source: haskell-language-haskell-extract
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
+Uploaders:
+ Kiwamu Okabe <kiwamu at debian.or.jp>,
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-regex-posix-dev,
libghc-regex-posix-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-regex-posix-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/finnsson/template-helper
-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-language-haskell-extract
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-language-haskell-extract-dev
Architecture: any
-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: automatically extract functions from the local code.
language-haskell-extract contains some useful helper functions on top of
Template Haskell.
@@ -50,11 +57,15 @@ Description: automatically extract functions from the local code.
Package: libghc-language-haskell-extract-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: automatically extract functions from the local code.; profiling libraries
language-haskell-extract contains some useful helper functions on top of
Template Haskell.
@@ -81,10 +92,13 @@ Description: automatically extract functions from the local code.; profiling lib
Package: libghc-language-haskell-extract-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: automatically extract functions from the local code.; documentation
language-haskell-extract contains some useful helper functions on top of
Template Haskell.
diff --git a/p/haskell-language-haskell-extract/debian/copyright b/p/haskell-language-haskell-extract/debian/copyright
index ce0335b..02d92dd 100644
--- a/p/haskell-language-haskell-extract/debian/copyright
+++ b/p/haskell-language-haskell-extract/debian/copyright
@@ -32,4 +32,4 @@ License: BSD-3-clause
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--
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