[DHG_packages] 01/05: stringsearch: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:24:54 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 e9dbf80f3851891337de0370ae0345f50b5ce1fd
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 14:19:08 2016 -0400

    stringsearch: build with ghc 8 in experimental
---
 p/haskell-stringsearch/debian/changelog |  8 +++----
 p/haskell-stringsearch/debian/control   | 37 +++++++++++++++------------------
 p/haskell-stringsearch/debian/copyright |  2 +-
 3 files changed, 22 insertions(+), 25 deletions(-)

diff --git a/p/haskell-stringsearch/debian/changelog b/p/haskell-stringsearch/debian/changelog
index 5399904..88db3fe 100644
--- a/p/haskell-stringsearch/debian/changelog
+++ b/p/haskell-stringsearch/debian/changelog
@@ -1,14 +1,14 @@
-haskell-stringsearch (0.3.6.6-5) UNRELEASED; urgency=medium
+haskell-stringsearch (0.3.6.6-5) 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:16 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 14:18:55 -0400
 
 haskell-stringsearch (0.3.6.6-4) unstable; urgency=medium
 
diff --git a/p/haskell-stringsearch/debian/control b/p/haskell-stringsearch/debian/control
index b5f90cf..25e044e 100644
--- a/p/haskell-stringsearch/debian/control
+++ b/p/haskell-stringsearch/debian/control
@@ -3,25 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: https://bitbucket.org/dafis/stringsearch
-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-stringsearch
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-stringsearch-dev
 Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Fast searching, splitting and replacing of ByteStrings${haskell:ShortBlurb}
  This package provides several functions to quickly
  search for substrings in strict or lazy ByteStrings.
@@ -36,11 +35,10 @@ Description: Fast searching, splitting and replacing of ByteStrings${haskell:Sho
 
 Package: libghc-stringsearch-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Fast searching, splitting and replacing of ByteStrings${haskell:ShortBlurb}
  This package provides several functions to quickly
  search for substrings in strict or lazy ByteStrings.
@@ -56,10 +54,9 @@ Description: Fast searching, splitting and replacing of ByteStrings${haskell:Sho
 Package: libghc-stringsearch-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: Fast searching, splitting and replacing of ByteStrings${haskell:ShortBlurb}
  This package provides several functions to quickly
  search for substrings in strict or lazy ByteStrings.
diff --git a/p/haskell-stringsearch/debian/copyright b/p/haskell-stringsearch/debian/copyright
index 7134ed1..9304dd0 100644
--- a/p/haskell-stringsearch/debian/copyright
+++ b/p/haskell-stringsearch/debian/copyright
@@ -39,4 +39,4 @@ License: BSD-3-clause
  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
+ OF THIS 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