File: control

package info (click to toggle)
rss2irc 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: haskell: 744; makefile: 2
file content (57 lines) | stat: -rw-r--r-- 1,907 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Source: rss2irc
Section: net
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
 haskell-devscripts (>= 0.13),
 cdbs,
 ghc (>= 8.4.3),
 libghc-safesemaphore-dev (>= 0.10),
 libghc-safesemaphore-dev (<< 1.1),
 libghc-cmdargs-dev,
 libghc-feed-dev (>= 1),
 libghc-feed-dev (<< 1.1),
 libghc-http-client-dev (>= 0.2.1),
 libghc-http-client-dev (<< 0.6),
 libghc-http-conduit-dev (>= 1.9),
 libghc-http-conduit-dev (<< 2.4),
 libghc-http-types-dev (>= 0.6.4),
 libghc-http-types-dev (<< 1.0),
 libghc-io-storage-dev (>= 0.3),
 libghc-io-storage-dev (<< 0.4),
 libghc-irc-dev (>= 0.6),
 libghc-irc-dev (<< 0.7),
 libghc-network-dev (>= 2.6),
 libghc-network-dev (<< 2.7),
 libghc-network-uri-dev (>= 2.6),
 libghc-network-uri-dev (<< 2.7),
 libghc-old-locale-dev,
 libghc-regexpr-dev (>= 0.5),
 libghc-regexpr-dev (<< 0.6),
 libghc-resourcet-dev (>= 0.4.4),
 libghc-resourcet-dev (<< 1.3),
 libghc-safe-dev (>= 0.2),
 libghc-safe-dev (<< 0.4),
 libghc-split-dev (>= 0.2),
 libghc-split-dev (<< 0.3),
 libghc-utf8-string-dev,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/rss2irc
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/rss2irc
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/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.