summaryrefslogtreecommitdiff
path: root/p/rss2irc/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/rss2irc/debian/control')
-rw-r--r--p/rss2irc/debian/control56
1 files changed, 0 insertions, 56 deletions
diff --git a/p/rss2irc/debian/control b/p/rss2irc/debian/control
deleted file mode 100644
index a19232e6f..000000000
--- a/p/rss2irc/debian/control
+++ /dev/null
@@ -1,56 +0,0 @@
-Source: rss2irc
-Section: net
-Priority: optional
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
-Build-Depends: haskell-devscripts (>= 0.8.13)
- , cdbs
- , debhelper (>= 9)
- , ghc
- , ghc-prof
- , ghc-ghci
- , libghc-cabal-file-th-dev
- , libghc-cmdargs-dev
- , libghc-irc-dev (>= 0.5)
- , libghc-irc-dev (<< 0.6)
- , libghc-feed-dev (>= 0.3.9)
- , libghc-feed-dev (<< 0.4.10)
- , libghc-http-client-dev (>= 0.2.1)
- , libghc-http-conduit-dev (>= 1.9)
- , libghc-http-types-dev (>= 0.6.4)
- , libghc-http-types-dev (<< 0.9)
- , libghc-io-storage-dev (>= 0.3)
- , libghc-io-storage-dev (<< 0.4)
- , libghc-network-dev (>= 2.4)
- , libghc-network-dev (<< 2.5)
- , libghc-parsec3-dev
- , libghc-regexpr-dev (>= 0.5)
- , libghc-regexpr-dev (<< 0.6)
- , libghc-resourcet-dev (>= 0.4.4)
- , libghc-safe-dev (>= 0.2)
- , libghc-safe-dev (<< 0.4)
- , libghc-split-dev (>= 0.2)
- , libghc-split-dev (<< 0.3)
- , libghc-text-dev (>= 0.11)
- , libghc-text-dev (<< 0.12)
- , libghc-transformers-dev (>= 0.2)
- , libghc-transformers-dev (<< 0.4)
- , libghc-utf8-string-dev
-Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/rss2irc
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/rss2irc
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/rss2irc
-
-Package: rss2irc
-Architecture: any
-Depends: ${haskell:Depends}
- , ${shlibs:Depends}
- , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: IRC bot that watches an RSS/Atom feed and relays it to a channel
- This bot polls a single RSS or Atom feed and announces updates to
- an IRC channel, with options for customizing output and behavior. It
- aims to be a simple, dependable bot that does its job and creates no
- problems.