[Pkg-haskell-commits] darcs: rss2irc: Move from collab-maint git to DHG darcs.

clint at debian.org clint at debian.org
Mon Jan 2 17:16:03 UTC 2012


Mon Jan  2 17:15:36 UTC 2012  clint at debian.org
  * Move from collab-maint git to DHG darcs.
  Ignore-this: ea10f5e173f1b9264b994315ffe757e0

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./hledger-vty.dirs
    A ./patches/
    A ./patches/deepseq-instead-of-parallel.diff
    A ./patches/newer-http.diff
    A ./patches/newer-mtl.diff
    A ./patches/newer-network.diff
    A ./patches/newer-tagsoup.diff
    A ./patches/newer-time.diff
    A ./patches/series
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Mon Jan  2 17:15:36 UTC 2012  clint at debian.org
  * Move from collab-maint git to DHG darcs.
  Ignore-this: ea10f5e173f1b9264b994315ffe757e0
diff -rN -u old-rss2irc//changelog new-rss2irc//changelog
--- old-rss2irc//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//changelog	2012-01-02 17:16:03.011173278 +0000
@@ -0,0 +1,12 @@
+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 <clint at debian.org>  Mon, 02 Jan 2012 11:48:11 -0500
+
+rss2irc (0.4.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 26 Jun 2011 10:21:06 -0400
diff -rN -u old-rss2irc//compat new-rss2irc//compat
--- old-rss2irc//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//compat	2012-01-02 17:16:03.011173278 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-rss2irc//control new-rss2irc//control
--- old-rss2irc//control	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//control	2012-01-02 17:16:03.011173278 +0000
@@ -0,0 +1,46 @@
+Source: rss2irc
+Section: net
+Priority: optional
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-deepseq-dev (>> 1.1)
+  , libghc-deepseq-dev (<< 1.2)
+  , libghc-feed-dev (>> 0.3)
+  , libghc-feed-dev (<< 0.4)
+  , libghc-http-dev (>> 1:4000.0.3)
+  , libghc-http-dev (<< 1:4000.2)
+  , libghc-irc-dev (>> 0.4)
+  , libghc-irc-dev (<< 0.5)
+  , libghc-mtl-dev (>> 1.1)
+  , libghc-mtl-dev (<< 2.1)
+  , libghc-network-dev (>> 2.2)
+  , libghc-network-dev (<< 2.3.1)
+  , libghc-regexpr-dev (>> 0.5)
+  , libghc-regexpr-dev (<< 0.6)
+  , libghc-split-dev (>> 0.1)
+  , libghc-split-dev (<< 0.2)
+  , libghc-strict-concurrency-dev (>> 0.2)
+  , libghc-strict-concurrency-dev (<< 0.3)
+  , libghc-tagsoup-dev (>> 0.6)
+  , libghc-tagsoup-dev (<< 0.13)
+Standards-Version: 3.9.2
+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.
diff -rN -u old-rss2irc//copyright new-rss2irc//copyright
--- old-rss2irc//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//copyright	2012-01-02 17:16:03.011173278 +0000
@@ -0,0 +1,43 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Sun, 26 Jun 2011 14:21:06 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/rss2irc
+
+Upstream Author:
+
+    Simon Michael <simon at joyful.com>
+
+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.
diff -rN -u old-rss2irc//hledger-vty.dirs new-rss2irc//hledger-vty.dirs
--- old-rss2irc//hledger-vty.dirs	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//hledger-vty.dirs	2012-01-02 17:16:03.011173278 +0000
@@ -0,0 +1,2 @@
+usr/bin
+usr/share
diff -rN -u old-rss2irc//patches/deepseq-instead-of-parallel.diff new-rss2irc//patches/deepseq-instead-of-parallel.diff
--- old-rss2irc//patches/deepseq-instead-of-parallel.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//patches/deepseq-instead-of-parallel.diff	2012-01-02 17:16:03.015175424 +0000
@@ -0,0 +1,22 @@
+--- a/rss2irc.cabal
++++ b/rss2irc.cabal
+@@ -103,7 +103,7 @@
+                      irc                   >= 0.4 && < 0.5,
+                      mtl                   >= 1.1,
+                      network               >= 2.2,
+-                     parallel              >= 1.1 && < 1.2,
++                     deepseq               >= 1.1,
+                      regexpr               >= 0.5 && < 0.6,
+                      split                 >= 0.1 && < 0.2,
+                      strict-concurrency    >= 0.2 && < 0.3,
+--- a/rss2irc.hs
++++ b/rss2irc.hs
+@@ -27,7 +27,7 @@
+ import Network.URI (URI(URI),uriScheme,parseURI)
+ import qualified Control.Exception.Extensible as E (bracket,catch)
+ import Control.Exception.Extensible (fromException)
+-import Control.Parallel.Strategies (NFData) --(rnf),($|))
++import Control.DeepSeq (NFData)
+ import System.Console.GetOpt (OptDescr(Option), ArgDescr(ReqArg,NoArg), ArgOrder(Permute), getOpt, usageInfo)
+ import System.Environment (getArgs)
+ import System.Exit (exitWith, ExitCode(ExitSuccess), exitFailure)
diff -rN -u old-rss2irc//patches/newer-http.diff new-rss2irc//patches/newer-http.diff
--- old-rss2irc//patches/newer-http.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//patches/newer-http.diff	2012-01-02 17:16:03.015175424 +0000
@@ -0,0 +1,11 @@
+--- a/rss2irc.cabal
++++ b/rss2irc.cabal
+@@ -99,7 +99,7 @@
+                      extensible-exceptions >= 0.1 && < 0.2,
+                      feed                  >= 0.3 && < 0.4,
+                      haskell98,
+-                     HTTP                  >= 4000.0.3 && < 4000.1,
++                     HTTP                  >= 4000.0.3,
+                      irc                   >= 0.4 && < 0.5,
+                      mtl                   >= 1.1 && < 1.2,
+                      network               >= 2.2 && < 2.3,
diff -rN -u old-rss2irc//patches/newer-mtl.diff new-rss2irc//patches/newer-mtl.diff
--- old-rss2irc//patches/newer-mtl.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//patches/newer-mtl.diff	2012-01-02 17:16:03.015175424 +0000
@@ -0,0 +1,11 @@
+--- a/rss2irc.cabal
++++ b/rss2irc.cabal
+@@ -101,7 +101,7 @@
+                      haskell98,
+                      HTTP                  >= 4000.0.3,
+                      irc                   >= 0.4 && < 0.5,
+-                     mtl                   >= 1.1 && < 1.2,
++                     mtl                   >= 1.1,
+                      network               >= 2.2 && < 2.3,
+                      parallel              >= 1.1 && < 1.2,
+                      regexpr               >= 0.5 && < 0.6,
diff -rN -u old-rss2irc//patches/newer-network.diff new-rss2irc//patches/newer-network.diff
--- old-rss2irc//patches/newer-network.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//patches/newer-network.diff	2012-01-02 17:16:03.015175424 +0000
@@ -0,0 +1,11 @@
+--- a/rss2irc.cabal
++++ b/rss2irc.cabal
+@@ -102,7 +102,7 @@
+                      HTTP                  >= 4000.0.3,
+                      irc                   >= 0.4 && < 0.5,
+                      mtl                   >= 1.1,
+-                     network               >= 2.2 && < 2.3,
++                     network               >= 2.2,
+                      parallel              >= 1.1 && < 1.2,
+                      regexpr               >= 0.5 && < 0.6,
+                      split                 >= 0.1 && < 0.2,
diff -rN -u old-rss2irc//patches/newer-tagsoup.diff new-rss2irc//patches/newer-tagsoup.diff
--- old-rss2irc//patches/newer-tagsoup.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//patches/newer-tagsoup.diff	2012-01-02 17:16:03.015175424 +0000
@@ -0,0 +1,11 @@
+--- a/rss2irc.cabal
++++ b/rss2irc.cabal
+@@ -107,7 +107,7 @@
+                      regexpr               >= 0.5 && < 0.6,
+                      split                 >= 0.1 && < 0.2,
+                      strict-concurrency    >= 0.2 && < 0.3,
+-                     tagsoup               >= 0.6 && < 0.7,
++                     tagsoup               >= 0.6,
+                      time                  >= 1.1 && < 1.2
+ 
+ source-repository head
diff -rN -u old-rss2irc//patches/newer-time.diff new-rss2irc//patches/newer-time.diff
--- old-rss2irc//patches/newer-time.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//patches/newer-time.diff	2012-01-02 17:16:03.015175424 +0000
@@ -0,0 +1,11 @@
+--- a/rss2irc.cabal
++++ b/rss2irc.cabal
+@@ -108,7 +108,7 @@
+                      split                 >= 0.1 && < 0.2,
+                      strict-concurrency    >= 0.2 && < 0.3,
+                      tagsoup               >= 0.6,
+-                     time                  >= 1.1 && < 1.2
++                     time                  >= 1.1
+ 
+ source-repository head
+   type:     darcs
diff -rN -u old-rss2irc//patches/series new-rss2irc//patches/series
--- old-rss2irc//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//patches/series	2012-01-02 17:16:03.019174109 +0000
@@ -0,0 +1,6 @@
+newer-http.diff
+newer-mtl.diff
+newer-network.diff
+deepseq-instead-of-parallel.diff
+newer-tagsoup.diff
+newer-time.diff
diff -rN -u old-rss2irc//rules new-rss2irc//rules
--- old-rss2irc//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//rules	2012-01-02 17:16:03.019174109 +0000
@@ -0,0 +1,72 @@
+#!/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
diff -rN -u old-rss2irc//source/format new-rss2irc//source/format
--- old-rss2irc//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//source/format	2012-01-02 17:16:03.019174109 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-rss2irc//watch new-rss2irc//watch
--- old-rss2irc//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc//watch	2012-01-02 17:16:03.019174109 +0000
@@ -0,0 +1,5 @@
+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)/





More information about the Pkg-haskell-commits mailing list