[DHG_packages] 01/03: haskell-weighted-regexp: Removed

Joachim Breitner nomeata at moszumanska.debian.org
Tue Aug 11 12:45:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository DHG_packages.

commit 70fc0e924d531ecf581451c91e6c7f9ced425836
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Aug 11 14:18:59 2015 +0200

    haskell-weighted-regexp: Removed
---
 p/haskell-weighted-regexp/debian/changelog         | 40 ------------
 p/haskell-weighted-regexp/debian/compat            |  1 -
 p/haskell-weighted-regexp/debian/control           | 73 ----------------------
 p/haskell-weighted-regexp/debian/copyright         | 36 -----------
 .../debian/patches/eq-constraints                  | 69 --------------------
 p/haskell-weighted-regexp/debian/patches/series    |  1 -
 p/haskell-weighted-regexp/debian/rules             |  4 --
 p/haskell-weighted-regexp/debian/source/format     |  1 -
 p/haskell-weighted-regexp/debian/watch             |  2 -
 9 files changed, 227 deletions(-)

diff --git a/p/haskell-weighted-regexp/debian/changelog b/p/haskell-weighted-regexp/debian/changelog
deleted file mode 100644
index 010d165..0000000
--- a/p/haskell-weighted-regexp/debian/changelog
+++ /dev/null
@@ -1,40 +0,0 @@
-haskell-weighted-regexp (0.3.1.2-3) UNRELEASED; urgency=low
-
-  * Adjust watch file to new hackage layout
-
- -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:22:12 +0200
-
-haskell-weighted-regexp (0.3.1.2-2) unstable; urgency=low
-
-  * Enable compat level 9
-  * Use substvars for Haskell description blurbs
-
- -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 12:52:31 +0200
-
-haskell-weighted-regexp (0.3.1.2-1) experimental; urgency=low
-
-  * New upstream release
-    + drop patches/support-array-0.4
-
- -- Joachim Breitner <nomeata at debian.org>  Fri, 08 Feb 2013 20:16:05 +0100
-
-haskell-weighted-regexp (0.3.1.1-3) experimental; urgency=low
-
-  * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
-    against experimental
-  * Bump standards version, no change
-
- -- Joachim Breitner <nomeata at debian.org>  Sun, 14 Oct 2012 12:02:29 +0200
-
-haskell-weighted-regexp (0.3.1.1-2) unstable; urgency=low
-
-  * Extend version range for array in cabal file to support array 0.4
-  * Add Eq constraint to instances of various classes
-
- -- Iain Lane <laney at debian.org>  Tue, 14 Feb 2012 22:53:59 +0000
-
-haskell-weighted-regexp (0.3.1.1-1) unstable; urgency=low
-
-  * Initial release. (Closes: #641939)
-
- -- Joachim Breitner <nomeata at debian.org>  Mon, 19 Sep 2011 17:19:44 +0200
diff --git a/p/haskell-weighted-regexp/debian/compat b/p/haskell-weighted-regexp/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/p/haskell-weighted-regexp/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/p/haskell-weighted-regexp/debian/control b/p/haskell-weighted-regexp/debian/control
deleted file mode 100644
index 4b255dc..0000000
--- a/p/haskell-weighted-regexp/debian/control
+++ /dev/null
@@ -1,73 +0,0 @@
-Source: haskell-weighted-regexp
-Section: haskell
-Priority: extra
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.8.15)
-  , ghc
-  , ghc-prof
-  , happy
-Build-Depends-Indep: ghc-doc
-Standards-Version: 3.9.4
-Homepage: http://sebfisch.github.com/haskell-regexp/
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-weighted-regexp
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-weighted-regexp
-
-Package: libghc-weighted-regexp-dev
-Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: Weighted Regular Expression Matcher${haskell:ShortBlurb}
- Haskell implementation of a weighted regular expression matcher with linear
- worst-case time and space bounds. More specifically, the worst-case run time
- for matching a word against a regular expression is linearly bounded by the
- length of the word and the size of the regular expression. The memory
- requirements are independent of the length of the word and linear in the size
- of the regular expression. This makes this library suitable when processing
- untrusted data, e.g. in a web service, without risking an unexpected runtime
- blow-up.
- .
- ${haskell:Blurb}
-
-Package: libghc-weighted-regexp-prof
-Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: Weighted Regular Expression Matcher${haskell:ShortBlurb}
- Haskell implementation of a weighted regular expression matcher with linear
- worst-case time and space bounds. More specifically, the worst-case run time
- for matching a word against a regular expression is linearly bounded by the
- length of the word and the size of the regular expression. The memory
- requirements are independent of the length of the word and linear in the size
- of the regular expression. This makes this library suitable when processing
- untrusted data, e.g. in a web service, without risking an unexpected runtime
- blow-up.
- .
- ${haskell:Blurb}
-
-Package: libghc-weighted-regexp-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Description: Weighted Regular Expression Matcher${haskell:ShortBlurb}
- Haskell implementation of a weighted regular expression matcher with linear
- worst-case time and space bounds. More specifically, the worst-case run time
- for matching a word against a regular expression is linearly bounded by the
- length of the word and the size of the regular expression. The memory
- requirements are independent of the length of the word and linear in the size
- of the regular expression. This makes this library suitable when processing
- untrusted data, e.g. in a web service, without risking an unexpected runtime
- blow-up.
- .
- ${haskell:Blurb}
diff --git a/p/haskell-weighted-regexp/debian/copyright b/p/haskell-weighted-regexp/debian/copyright
deleted file mode 100644
index a45bf56..0000000
--- a/p/haskell-weighted-regexp/debian/copyright
+++ /dev/null
@@ -1,36 +0,0 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Upstream-Name: weighted-regexp
-Upstream-Contact: Sebastian Fischer
-Source: http://hackage.haskell.org/package/weighted-regexp
-
-Copyright: 2010, Thomas Wilke, Frank Huch, Sebastian Fischer
-License: BSD3
- All rights reserved.
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- .
-  1. Redistributions of source code must retain the above copyright
-     notice, this list of conditions and the following disclaimer.
- .
-  2. Redistributions in binary form must reproduce the above copyright
-     notice, this list of conditions and the following disclaimer in
-     the documentation and/or other materials provided with the
-     distribution.
- .
-  3. Neither the name of the author nor the names of his contributors
-     may be used to endorse or promote products derived from this
-     software without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 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.
diff --git a/p/haskell-weighted-regexp/debian/patches/eq-constraints b/p/haskell-weighted-regexp/debian/patches/eq-constraints
deleted file mode 100644
index 67edb92..0000000
--- a/p/haskell-weighted-regexp/debian/patches/eq-constraints
+++ /dev/null
@@ -1,69 +0,0 @@
-Description: Add Eq instance constraint to semiring class
-  Num no longer implies Eq, so we need this now.
-Author: Iain Lane <laney at debian.org>
-Forwarded: https://github.com/sebfisch/haskell-regexp/pull/22
-
-Index: haskell-weighted-regexp/src/Data/Semiring.hs
-===================================================================
---- haskell-weighted-regexp.orig/src/Data/Semiring.hs	2012-02-14 23:14:42.000000000 +0000
-+++ haskell-weighted-regexp/src/Data/Semiring.hs	2012-02-14 23:17:04.389795495 +0000
-@@ -82,5 +82,5 @@
- instance Show a => Show (Numeric a) where
-   show = show . getNumeric
-
--instance Num a => Semiring (Numeric a) where
-+instance (Eq a, Num a) => Semiring (Numeric a) where
-   zero = 0; one = 1; (.+.) = (+); (.*.) = (*)
-Index: haskell-weighted-regexp/src/Text/RegExp/Data.hs
-===================================================================
---- haskell-weighted-regexp.orig/src/Text/RegExp/Data.hs	2012-02-14 23:14:42.000000000 +0000
-+++ haskell-weighted-regexp/src/Text/RegExp/Data.hs	2012-02-14 23:17:04.389795495 +0000
-@@ -35,7 +35,7 @@
- instance Weight c c Bool where
-   symWeight = defaultSymWeight
-
--instance Num a => Weight c c (Numeric a) where
-+instance (Eq a, Num a) => Weight c c (Numeric a) where
-   symWeight = defaultSymWeight
-
- weighted :: Weight a b w => RegW w a -> RegW w b
-Index: haskell-weighted-regexp/src/Text/RegExp/Matching.hs
-===================================================================
---- haskell-weighted-regexp.orig/src/Text/RegExp/Matching.hs	2011-08-15 05:49:35.000000000 +0100
-+++ haskell-weighted-regexp/src/Text/RegExp/Matching.hs	2012-02-14 23:18:54.297493176 +0000
-@@ -30,7 +30,7 @@
- -- Computes in how many ways a word can be matched against a regular
- -- expression.
- --
--matchingCount :: Num a => RegExp c -> [c] -> a
-+matchingCount :: (Eq a, Num a) => RegExp c -> [c] -> a
- matchingCount r = getNumeric . fullMatch r
-
- {-# SPECIALIZE matchingCount :: RegExp c -> [c] -> Int #-}
-@@ -50,7 +50,7 @@
-
- {-# SPECIALIZE fullMatch :: RegExp c -> [c] -> Bool #-}
- {-# SPECIALIZE fullMatch :: RegExp c -> [c] -> Numeric Int #-}
--{-# SPECIALIZE fullMatch :: Num a => RegExp c -> [c] -> Numeric a #-}
-+{-# SPECIALIZE fullMatch :: (Eq a, Num a) => RegExp c -> [c] -> Numeric a #-}
- {-# SPECIALIZE fullMatch :: RegExp c -> [(Int,c)] -> Leftmost #-}
- {-# SPECIALIZE fullMatch :: RegExp c -> [c] -> Longest #-}
- {-# SPECIALIZE fullMatch :: RegExp c -> [(Int,c)] -> LeftLong #-}
-@@ -67,7 +67,7 @@
-
- {-# SPECIALIZE partialMatch :: RegExp c -> [c] -> Bool #-}
- {-# SPECIALIZE partialMatch :: RegExp c -> [c] -> Numeric Int #-}
--{-# SPECIALIZE partialMatch :: Num a => RegExp c -> [c] -> Numeric a #-}
-+{-# SPECIALIZE partialMatch :: (Eq a, Num a) => RegExp c -> [c] -> Numeric a #-}
- {-# SPECIALIZE partialMatch :: RegExp c -> [(Int,c)] -> Leftmost #-}
- {-# SPECIALIZE partialMatch :: RegExp c -> [c] -> Longest #-}
- {-# SPECIALIZE partialMatch :: RegExp c -> [(Int,c)] -> LeftLong #-}
-@@ -78,7 +78,7 @@
-
- {-# SPECIALIZE matchW :: RegW Bool c -> [c] -> Bool #-}
- {-# SPECIALIZE matchW :: RegW (Numeric Int) c -> [c] -> Numeric Int #-}
--{-# SPECIALIZE matchW :: Num a => RegW (Numeric a) c -> [c] -> Numeric a #-}
-+{-# SPECIALIZE matchW :: (Eq a, Num a) => RegW (Numeric a) c -> [c] -> Numeric a #-}
- {-# SPECIALIZE matchW :: RegW Leftmost (Int,c) -> [(Int,c)] -> Leftmost #-}
- {-# SPECIALIZE matchW :: RegW Longest c -> [c] -> Longest #-}
- {-# SPECIALIZE matchW :: RegW LeftLong (Int,c) -> [(Int,c)] -> LeftLong #-}
diff --git a/p/haskell-weighted-regexp/debian/patches/series b/p/haskell-weighted-regexp/debian/patches/series
deleted file mode 100644
index a80ceec..0000000
--- a/p/haskell-weighted-regexp/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-eq-constraints
diff --git a/p/haskell-weighted-regexp/debian/rules b/p/haskell-weighted-regexp/debian/rules
deleted file mode 100755
index 683e77b..0000000
--- a/p/haskell-weighted-regexp/debian/rules
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-weighted-regexp/debian/source/format b/p/haskell-weighted-regexp/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/p/haskell-weighted-regexp/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/p/haskell-weighted-regexp/debian/watch b/p/haskell-weighted-regexp/debian/watch
deleted file mode 100644
index edaad77..0000000
--- a/p/haskell-weighted-regexp/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://hackage.haskell.org/package/weighted-regexp/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
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