debian/0000755000000000000000000000000012261006400007155 5ustar debian/watch0000644000000000000000000000035212036250562010220 0ustar 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)/ debian/rules0000755000000000000000000000015512036250562010250 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000650612036250562011131 0ustar This package was debianized by Clint Adams 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 debian/source/0000755000000000000000000000000012036250562010467 5ustar debian/source/format0000644000000000000000000000001412036250562011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616240010367 0ustar 9 debian/control0000644000000000000000000000653412147625360010607 0ustar Source: haskell-lambdabot-utils Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-binary-dev , libghc-binary-prof , libghc-haskell-src-dev , libghc-haskell-src-prof , libghc-network-dev , libghc-network-prof , libghc-random-dev , libghc-random-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-random-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.4 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${haskell:ShortBlurb} ${haskell:Blurb} . 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${haskell:ShortBlurb} ${haskell:Blurb} . 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${haskell:ShortBlurb} ${haskell:Blurb} . 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 debian/changelog0000644000000000000000000000253312261006400011032 0ustar haskell-lambdabot-utils (4.2.2-2build2) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Wed, 01 Jan 2014 12:41:36 +0000 haskell-lambdabot-utils (4.2.2-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Fri, 31 May 2013 00:19:33 +0100 haskell-lambdabot-utils (4.2.2-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:14 +0200 haskell-lambdabot-utils (4.2.2-1) experimental; urgency=low [ Joachim Breitner ] * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change [ Colin Watson ] * New upstream version. -- Colin Watson Wed, 10 Apr 2013 12:54:53 +0100 haskell-lambdabot-utils (4.2.1-3) unstable; urgency=low * Bump to Standards-Version 3.9.3. -- Clint Adams Tue, 06 Mar 2012 15:14:55 -0500 haskell-lambdabot-utils (4.2.1-2) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Joey Hess Thu, 01 Mar 2012 14:27:50 -0400 haskell-lambdabot-utils (4.2.1-1) unstable; urgency=low * Initial release. -- Clint Adams Thu, 02 Jun 2011 10:37:55 -0400