debian/0000775000000000000000000000000012260335263007172 5ustar debian/source/0000775000000000000000000000000012036252167010474 5ustar debian/source/format0000664000000000000000000000001412036252167011702 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000323712036252167011134 0ustar This package was debianized by Clint Adams on Sun, 26 Jun 2011 14:21:06 -0000 It was downloaded from http://hackage.haskell.org/package/rss2irc Upstream Author: Simon Michael Copyright: 2008, 2009 Don Stewart 2009 Simon Michael License: 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 AUTHORS ``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. debian/changelog0000664000000000000000000000301312260335263011041 0ustar rss2irc (1.0.3-2build1) trusty; urgency=medium * No change rebuild against libicu52 -- Dimitri John Ledkov Mon, 30 Dec 2013 18:25:55 +0000 rss2irc (1.0.3-2) unstable; urgency=low [ Colin Watson ] * Build-depend on ghc-ghci, due to use of Template Haskell splice. [ Joachim Breitner ] * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:52:48 +0200 rss2irc (1.0.3-1) experimental; urgency=low * New upstream version. -- Colin Watson Fri, 12 Apr 2013 15:16:29 +0100 rss2irc (1.0.1-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Sat, 16 Feb 2013 23:47:54 +0100 rss2irc (0.4.2-4) unstable; urgency=low * Change upper mtl bound. -- Clint Adams Wed, 30 May 2012 09:30:02 -0400 rss2irc (0.4.2-3) unstable; urgency=low * Drop build dependencies on deepseq (now in ghc). closes: #665029. * Bump to Standards-Version 3.9.3. -- Clint Adams Sat, 24 Mar 2012 14:27:12 -0400 rss2irc (0.4.2-2) unstable; urgency=low * Move from collab-maint git to DHG darcs. * Stop using runhaskell to build. closes: #654260. -- Clint Adams Mon, 02 Jan 2012 11:48:11 -0500 rss2irc (0.4.2-1) unstable; urgency=low * Initial release. -- Clint Adams Sun, 26 Jun 2011 10:21:06 -0400 debian/control0000664000000000000000000000350012260335263010573 0ustar Source: rss2irc Section: net Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: haskell-devscripts (>= 0.8.13) , 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.8) , libghc-feed-dev (<< 0.4) , libghc-http-conduit-dev (>> 1.9) , libghc-http-conduit-dev (<< 2.0) , 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-resourcet-dev (<< 0.5) , 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-utf8-string-dev Standards-Version: 3.9.4 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. debian/rules0000775000000000000000000000341612036252167010260 0ustar #!/usr/bin/make -f INSTALL = install INSTALL_FILE = $(INSTALL) -p -o root -g root -m 644 INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755 INSTALL_SCRIPT = $(INSTALL) -p -o root -g root -m 755 INSTALL_DIR = $(INSTALL) -p -d -o root -g root -m 755 package=rss2irc clean: checkroot rm -f debian/rss2irc.setup build-arch stamp-configure rm -rf debian/$(package) debian/rss2irc.setup: ghc Setup.lhs -o $@ build: build-arch build-indep build-indep: build-arch: stamp-configure $(checkdir) debian/rss2irc.setup build touch build-arch stamp-configure: debian/rss2irc.setup $(checkdir) debian/rss2irc.setup configure --prefix=/usr touch stamp-configure binary: binary-arch binary-indep: checkroot build binary-arch: checkroot build $(checkdir) debian/rss2irc.setup copy --destdir=$(CURDIR)/debian/$(package) rm -rf debian/$(package)/usr/share/doc/$(package)-* cd debian/$(package) && $(INSTALL_DIR) \ usr/bin \ usr/share/doc/$(package) \ DEBIAN $(INSTALL_FILE) debian/copyright debian/$(package)/usr/share/doc/$(package)/copyright $(INSTALL_FILE) debian/changelog debian/$(package)/usr/share/doc/$(package)/changelog.Debian gzip -9f debian/$(package)/usr/share/doc/$(package)/changelog.Debian dpkg-shlibdeps -Tdebian/substvars -dDepends debian/$(package)/usr/bin/* dpkg-gencontrol -ldebian/changelog -isp -p$(package) -Tdebian/substvars -Pdebian/$(package) cd debian/$(package) && find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums chown -R root:root debian/$(package) chmod -R go=rX debian/$(package) dpkg --build debian/$(package) .. define checkdir test -f debian/rules endef checkroot: $(checkdir) test root = "`whoami`" .PHONY: binary binary-arch binary-indep clean checkroot build build-indep debian/watch0000664000000000000000000000033212036252167010223 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|rss2irc-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/rss2irc \ ([\d\.]*\d)/ debian/hledger-vty.dirs0000664000000000000000000000002212036252167012303 0ustar usr/bin usr/share debian/compat0000664000000000000000000000000212147616404010373 0ustar 9