[DHG_packages] 04/05: regexpr: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:10: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 d2eadc79816bc173c6460c1607af0cbd53f60ebb
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:08:57 2016 -0400
regexpr: build with ghc 8 in experimental
---
p/haskell-regexpr/debian/changelog | 8 +++---
p/haskell-regexpr/debian/control | 50 ++++++++++++++++++++++++--------------
p/haskell-regexpr/debian/copyright | 2 +-
3 files changed, 37 insertions(+), 23 deletions(-)
diff --git a/p/haskell-regexpr/debian/changelog b/p/haskell-regexpr/debian/changelog
index ea378b4..932b0e1 100644
--- a/p/haskell-regexpr/debian/changelog
+++ b/p/haskell-regexpr/debian/changelog
@@ -1,14 +1,14 @@
-haskell-regexpr (0.5.4-10) UNRELEASED; urgency=medium
+haskell-regexpr (0.5.4-10) 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:06 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:08:43 -0400
haskell-regexpr (0.5.4-9) unstable; urgency=medium
diff --git a/p/haskell-regexpr/debian/control b/p/haskell-regexpr/debian/control
index 921df24..8cd6ed5 100644
--- a/p/haskell-regexpr/debian/control
+++ b/p/haskell-regexpr/debian/control
@@ -1,36 +1,43 @@
Source: haskell-regexpr
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-hunit-dev,
libghc-hunit-prof,
libghc-mtl-dev,
libghc-mtl-prof,
libghc-mtlparse-dev (>= 0.1.0),
libghc-mtlparse-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-hunit-doc,
libghc-mtl-doc,
libghc-mtlparse-doc,
Standards-Version: 3.9.8
Homepage: http://homepage3.nifty.com/salamander/second/projects/regexpr/
-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-regexpr
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-regexpr-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: Regular expression library like Perl/Ruby${haskell:ShortBlurb}
This package contains Haskell functions for regular expressions.
.
@@ -38,11 +45,15 @@ Description: Regular expression library like Perl/Ruby${haskell:ShortBlurb}
Package: libghc-regexpr-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: Regular expression library like Perl/Ruby${haskell:ShortBlurb}
This package contains Haskell functions for regular expressions.
.
@@ -51,10 +62,13 @@ Description: Regular expression library like Perl/Ruby${haskell:ShortBlurb}
Package: libghc-regexpr-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: Regular expression library like Perl/Ruby${haskell:ShortBlurb}
This package contains Haskell functions for regular expressions.
.
diff --git a/p/haskell-regexpr/debian/copyright b/p/haskell-regexpr/debian/copyright
index 6019a35..9d14aa1 100644
--- a/p/haskell-regexpr/debian/copyright
+++ b/p/haskell-regexpr/debian/copyright
@@ -26,4 +26,4 @@ License: LGPL-3+
License along with this library. If not, see <http://www.gnu.org/licenses/>.
.
On Debian system, copy of GNU Lesser General Public License version 3
- is also located at `/usr/share/common-licenses/GPL-3'
\ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-3'
--
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