diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2015-07-27 11:01:06 +0200 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-07-27 11:01:06 +0200 |
| commit | ed5422645f15bd4f3190464af40d90a24dea7e03 (patch) | |
| tree | 6943c48792e5c6877781c27d23b2013d2b6b65de /p/haskell-io-streams/debian | |
| parent | c1d2ae1f86bd5d64198f1ecd103a0c7d342d261c (diff) | |
| download | DHG_packages-ed5422645f15bd4f3190464af40d90a24dea7e03.tar.gz | |
Remove packages that have been removed from the archive
See #792614
Diffstat (limited to 'p/haskell-io-streams/debian')
| -rw-r--r-- | p/haskell-io-streams/debian/changelog | 24 | ||||
| -rw-r--r-- | p/haskell-io-streams/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-io-streams/debian/control | 82 | ||||
| -rw-r--r-- | p/haskell-io-streams/debian/copyright | 38 | ||||
| -rw-r--r-- | p/haskell-io-streams/debian/patches/no-bytestring-builder | 24 | ||||
| -rw-r--r-- | p/haskell-io-streams/debian/patches/series | 1 | ||||
| -rwxr-xr-x | p/haskell-io-streams/debian/rules | 6 | ||||
| -rw-r--r-- | p/haskell-io-streams/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-io-streams/debian/watch | 2 |
9 files changed, 0 insertions, 179 deletions
diff --git a/p/haskell-io-streams/debian/changelog b/p/haskell-io-streams/debian/changelog deleted file mode 100644 index 77355575b..000000000 --- a/p/haskell-io-streams/debian/changelog +++ /dev/null @@ -1,24 +0,0 @@ -haskell-io-streams (1.3.0.0-1) unstable; urgency=medium - - * New upstream release - - -- Joachim Breitner <nomeata@debian.org> Fri, 08 May 2015 11:12:27 +0200 - -haskell-io-streams (1.1.4.6-2) experimental; urgency=medium - - * Depend on haskell-devscripts 0.9, found in experimental - * Do not depend on transformers, which now comes with GHC - - -- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 20:31:53 +0100 - -haskell-io-streams (1.1.4.6-1) unstable; urgency=medium - - * New upstream release - - -- Joachim Breitner <nomeata@debian.org> Sun, 07 Sep 2014 16:40:46 +0200 - -haskell-io-streams (1.1.2.2-1) unstable; urgency=low - - * Initial release. - - -- Raúl Benencia <rul@kalgan.cc> Mon, 23 Dec 2013 12:10:59 -0300 diff --git a/p/haskell-io-streams/debian/compat b/p/haskell-io-streams/debian/compat deleted file mode 100644 index ec635144f..000000000 --- a/p/haskell-io-streams/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/p/haskell-io-streams/debian/control b/p/haskell-io-streams/debian/control deleted file mode 100644 index dbc86e8d4..000000000 --- a/p/haskell-io-streams/debian/control +++ /dev/null @@ -1,82 +0,0 @@ -Source: haskell-io-streams -Section: haskell -Priority: extra -Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Raúl Benencia <rul@kalgan.cc> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-attoparsec-dev (>= 0.10) - , libghc-attoparsec-dev (<< 0.13) - , libghc-attoparsec-prof - , libghc-network-dev (>= 2.3) - , libghc-network-dev (<< 2.7) - , libghc-network-prof - , libghc-primitive-dev (>= 0.2) - , libghc-primitive-dev (<< 0.7) - , libghc-text-dev (>= 0.10) - , libghc-text-dev (<< 1.3) - , libghc-vector-dev (>= 0.7) - , libghc-vector-dev (<< 0.11) - , libghc-vector-prof - , libghc-zlib-bindings-dev (>= 0.1) - , libghc-zlib-bindings-dev (<< 0.2) - , libghc-zlib-bindings-prof -Build-Depends-Indep: ghc-doc - , libghc-attoparsec-doc - , libghc-network-doc - , libghc-vector-doc - , libghc-zlib-bindings-doc -Standards-Version: 3.9.5 -Homepage: http://hackage.haskell.org/package/io-streams -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-io-streams -Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-io-streams -X-Description: simple, composable, and easy-to-use stream IO - io-streams library comes with functions to use files, handles, concurrent - channels, sockets, lists, vectors, and more as streams. It also has a - variety of combinators for wrapping and transforming streams, including - compression and decompression using zlib, controlling precisely how many - bytes are read from or written to a stream, buffering output using - bytestring builders, folds, maps, filters, zips, etc. - . - io-streams library provides support for parsing from streams using - attoparsec, and for spawning processes and communicating with them using - streams. - -Package: libghc-io-streams-dev -Architecture: any -Depends: ${haskell:Depends} - , ${shlibs:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} -Description: ${haskell:ShortDescription}${haskell:ShortBlurb} - ${haskell:LongDescription} - . - ${haskell:Blurb} - -Package: libghc-io-streams-prof -Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} -Description: ${haskell:ShortDescription}${haskell:ShortBlurb} - ${haskell:LongDescription} - . - ${haskell:Blurb} - -Package: libghc-io-streams-doc -Section: doc -Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Description: ${haskell:ShortDescription}${haskell:ShortBlurb} - ${haskell:LongDescription} - . - ${haskell:Blurb} diff --git a/p/haskell-io-streams/debian/copyright b/p/haskell-io-streams/debian/copyright deleted file mode 100644 index 78f7d6b79..000000000 --- a/p/haskell-io-streams/debian/copyright +++ /dev/null @@ -1,38 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: io-streams -Upstream-Contact: Gregory Collins <greg@gregorycollins.net> -Source: http://hackage.haskell.org/package/io-streams - -Files: * -Copyright: 2012 Google, Inc. - 2012 Erudify AG -License: BSD-3-clause - -Files: debian/* -Copyright: 2013 Raúl Benencia -License: BSD-3-clause - -License: BSD-3-clause - 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. None of the names of the copyright holders 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 ``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 COPYRIGHT HOLDERS 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-io-streams/debian/patches/no-bytestring-builder b/p/haskell-io-streams/debian/patches/no-bytestring-builder deleted file mode 100644 index 29e042c53..000000000 --- a/p/haskell-io-streams/debian/patches/no-bytestring-builder +++ /dev/null @@ -1,24 +0,0 @@ -Index: io-streams-1.3.0.0/io-streams.cabal -=================================================================== ---- io-streams-1.3.0.0.orig/io-streams.cabal 2015-05-08 11:09:57.556715058 +0200 -+++ io-streams-1.3.0.0/io-streams.cabal 2015-05-08 11:10:31.226159507 +0200 -@@ -119,8 +119,7 @@ - - Build-depends: base >= 4 && <5, - attoparsec >= 0.10 && <0.13, -- bytestring >= 0.9 && <0.11, -- bytestring-builder >= 0.10 && <0.11, -+ bytestring >= 0.10.4 && <0.11, - network >= 2.3 && <2.7, - primitive >= 0.2 && <0.7, - process >= 1.1 && <1.3, -@@ -200,8 +199,7 @@ - - Build-depends: base >= 4 && <5, - attoparsec >= 0.10 && <0.13, -- bytestring >= 0.9 && <0.11, -- bytestring-builder >= 0.10 && <0.11, -+ bytestring >= 0.10.4 && <0.11, - deepseq >= 1.2 && <1.5, - directory >= 1.1 && <2, - filepath >= 1.2 && <2, diff --git a/p/haskell-io-streams/debian/patches/series b/p/haskell-io-streams/debian/patches/series deleted file mode 100644 index d61cbb2d4..000000000 --- a/p/haskell-io-streams/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -no-bytestring-builder diff --git a/p/haskell-io-streams/debian/rules b/p/haskell-io-streams/debian/rules deleted file mode 100755 index d730346e0..000000000 --- a/p/haskell-io-streams/debian/rules +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/make -f - -# DEB_ENABLE_TESTS = yes - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-io-streams/debian/source/format b/p/haskell-io-streams/debian/source/format deleted file mode 100644 index 163aaf8d8..000000000 --- a/p/haskell-io-streams/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/p/haskell-io-streams/debian/watch b/p/haskell-io-streams/debian/watch deleted file mode 100644 index bbb3699ba..000000000 --- a/p/haskell-io-streams/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -http://hackage.haskell.org/package/io-streams/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
