[Pkg-haskell-commits] darcs: haskell-lambdabot-utils: Initial Check-In

clint at debian.org clint at debian.org
Sat Jun 4 14:23:47 UTC 2011


Sat Jun  4 14:19:38 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: f169573a28c7d1a88409ad6847a3d713

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sat Jun  4 14:19:38 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: f169573a28c7d1a88409ad6847a3d713
diff -rN -u old-haskell-lambdabot-utils//changelog new-haskell-lambdabot-utils//changelog
--- old-haskell-lambdabot-utils//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lambdabot-utils//changelog	2011-06-04 14:23:47.772772188 +0000
@@ -0,0 +1,5 @@
+haskell-lambdabot-utils (4.2.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Thu, 02 Jun 2011 10:37:55 -0400
diff -rN -u old-haskell-lambdabot-utils//compat new-haskell-lambdabot-utils//compat
--- old-haskell-lambdabot-utils//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lambdabot-utils//compat	2011-06-04 14:23:47.772772188 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-lambdabot-utils//control new-haskell-lambdabot-utils//control
--- old-haskell-lambdabot-utils//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lambdabot-utils//control	2011-06-04 14:23:47.776772053 +0000
@@ -0,0 +1,110 @@
+Source: haskell-lambdabot-utils
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-binary-dev
+  , libghc-binary-prof
+  , libghc-haskell-src-dev
+  , libghc-haskell-src-prof
+  , libghc-network-dev
+  , libghc-network-prof
+  , libghc-regex-compat-dev
+  , libghc-regex-compat-prof
+  , libghc-regex-posix-dev
+  , libghc-regex-posix-prof
+  , libghc-syb-dev
+  , libghc-syb-prof
+  , libghc-tagsoup-dev
+  , libghc-tagsoup-prof
+  , libghc-utf8-string-dev
+  , libghc-utf8-string-prof
+  , libghc-zlib-dev
+  , libghc-zlib-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-binary-doc
+  , libghc-haskell-src-doc
+  , libghc-network-doc
+  , libghc-regex-compat-doc
+  , libghc-regex-posix-doc
+  , libghc-syb-doc
+  , libghc-tagsoup-doc
+  , libghc-utf8-string-doc
+  , libghc-zlib-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/lambdabot-utils
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lambdabot-utils
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lambdabot-utils
+
+Package: libghc-lambdabot-utils-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: utility libraries for Lambdabot
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Lambdabot is an IRC bot written over several years by those on
+ the #haskell IRC channel.
+ .
+ This package contains custom libraries for various plugin functions.
+ AltTime.hs: alternate version of the time library
+ MiniHTTP.hs: a mini http server
+ Process.hs: a wrapper over System.Process
+ Regex.hsc: a fast packed string regex library
+ Serial.hs:: a serialisation API
+ Util.hs: miscellaneous string, and other, functions
+
+Package: libghc-lambdabot-utils-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: utility libraries for Lambdabot; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Lambdabot is an IRC bot written over several years by those on
+ the #haskell IRC channel.
+ .
+ This package contains custom libraries for various plugin functions.
+ AltTime.hs: alternate version of the time library
+ MiniHTTP.hs: a mini http server
+ Process.hs: a wrapper over System.Process
+ Regex.hsc: a fast packed string regex library
+ Serial.hs:: a serialisation API
+ Util.hs: miscellaneous string, and other, functions
+
+Package: libghc-lambdabot-utils-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: utility libraries for Lambdabot; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Lambdabot is an IRC bot written over several years by those on
+ the #haskell IRC channel.
+ .
+ This package contains custom libraries for various plugin functions.
+ AltTime.hs: alternate version of the time library
+ MiniHTTP.hs: a mini http server
+ Process.hs: a wrapper over System.Process
+ Regex.hsc: a fast packed string regex library
+ Serial.hs:: a serialisation API
+ Util.hs: miscellaneous string, and other, functions
diff -rN -u old-haskell-lambdabot-utils//copyright new-haskell-lambdabot-utils//copyright
--- old-haskell-lambdabot-utils//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lambdabot-utils//copyright	2011-06-04 14:23:47.776772053 +0000
@@ -0,0 +1,80 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Thu, 02 Jun 2011 14:37:55 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/lambdabot-utils
+
+Upstream Authors:
+
+    Andrew J. Bromage, Shae Erisson, Sven M. Hallberg, Taylor Campbell
+
+Copyright: 
+
+    Copyright (c) 2003 Andrew J. Bromage
+    Portions Copyright (c) 2003 Shae Erisson, Sven M. Hallberg, Taylor Campbell
+    Portions Copyright (c) 2003-2006 Members of the AUTHORS file
+
+License:
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+The file Lambdabot/MiniHTTP.hs is
+
+Copyright (c) 2002, Warrick Gray
+
+License:
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+Redistributions of source code must retain the above copyright notice,
+this list of conditions and the following disclaimer.  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.  The names of
+contributors may not be used to endorse or promote products derived from
+this software without specific prior written permission.  THIS SOFTWARE
+IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 OWNER 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.
+
+The files Lambdabot/Process.hs, Lambdabot/Regex.hs, and Lambabot/Utils.hs
+are
+   Copyright (c) 2004-6 Don Stewart
+   Copyright (c) 2007 Don Stewart
+   Copyright (c) 2006 Don Stewart
+respectively, and are licensed under the GNU GPL v2 or later.
+
+The file Lambdabot/Serial.hs is
+
+   Copyright (c) 2004-5 Thomas Jaeger, Don Stewart
+
+and is licensed under the GNU GPL v2 or later.
+
+You can find the text of the GPL in /usr/share/common-licenses/GPL-2
diff -rN -u old-haskell-lambdabot-utils//rules new-haskell-lambdabot-utils//rules
--- old-haskell-lambdabot-utils//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lambdabot-utils//rules	2011-06-04 14:23:47.776772053 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-lambdabot-utils//source/format new-haskell-lambdabot-utils//source/format
--- old-haskell-lambdabot-utils//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lambdabot-utils//source/format	2011-06-04 14:23:47.776772053 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-lambdabot-utils//watch new-haskell-lambdabot-utils//watch
--- old-haskell-lambdabot-utils//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lambdabot-utils//watch	2011-06-04 14:23:47.776772053 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|lambdabot-utils-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/lambdabot-utils \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list