Codebase list haskell-persistent / f61656f
haskell-simpleirc: Initial packaging. Clint Adams 12 years ago
7 changed file(s) with 112 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-simpleirc (0.2.1-1) unstable; urgency=low
1
2 * Initial release.
3
4 -- Clint Adams <clint@debian.org> Sat, 24 Dec 2011 17:39:52 -0500
0 Source: haskell-simpleirc
1 Section: haskell
2 Priority: extra
3 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
4 Uploaders: Clint Adams <clint@debian.org>
5 Build-Depends: debhelper (>= 7)
6 , cdbs
7 , haskell-devscripts (>= 0.8)
8 , ghc
9 , ghc-prof
10 , libghc-network-dev (>> 2.2.1.5)
11 , libghc-network-prof
12 Build-Depends-Indep: ghc-doc
13 , libghc-network-doc
14 Standards-Version: 3.9.2
15 Homepage: http://hackage.haskell.org/package/simpleirc
16 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-simpleirc
17 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-simpleirc
18
19 Package: libghc-simpleirc-dev
20 Architecture: any
21 Depends: ${haskell:Depends}
22 , ${shlibs:Depends}
23 , ${misc:Depends}
24 Recommends: ${haskell:Recommends}
25 Suggests: ${haskell:Suggests}
26 Provides: ${haskell:Provides}
27 Description: simple IRC library
28 This package provides a library for the Haskell programming language.
29 See http://www.haskell.org/ for more information on Haskell.
30 .
31 This is meant to be a simple library for creating IRC bots.
32
33 Package: libghc-simpleirc-prof
34 Architecture: any
35 Depends: ${haskell:Depends}
36 , ${misc:Depends}
37 Recommends: ${haskell:Recommends}
38 Suggests: ${haskell:Suggests}
39 Provides: ${haskell:Provides}
40 Description: simple IRC library; profiling libraries
41 This package provides a library for the Haskell programming language,
42 compiled for profiling.
43 See http://www.haskell.org/ for more information on Haskell.
44 .
45 This is meant to be a simple library for creating IRC bots.
46
47 Package: libghc-simpleirc-doc
48 Section: doc
49 Architecture: all
50 Depends: ${misc:Depends}, ${haskell:Depends}
51 Recommends: ${haskell:Recommends}
52 Suggests: ${haskell:Suggests}
53 Description: simple IRC library; documentation
54 This package provides the documentation for a library for the Haskell
55 programming language.
56 See http://www.haskell.org/ for more information on Haskell.
57 .
58 This is meant to be a simple library for creating IRC bots.
0 This package was debianized by Clint Adams <clint@debian.org> on
1 Sat, 24 Dec 2011 22:39:52 -0000
2
3 It was downloaded from
4 http://hackage.haskell.org/package/simpleirc
5
6 Upstream Author:
7
8 Dominik Picheta <dominikpicheta@googlemail.com>
9
10 Copyright:
11
12 2010 Dominik Picheta
13
14 License:
15
16 Redistribution and use in source and binary forms, with or without
17 modification, are permitted provided that the following conditions are met:
18 * Redistributions of source code must retain the above copyright
19 notice, this list of conditions and the following disclaimer.
20 * Redistributions in binary form must reproduce the above copyright
21 notice, this list of conditions and the following disclaimer in the
22 documentation and/or other materials provided with the distribution.
23 * Neither the name of the author nor the
24 names of its contributors may be used to endorse or promote products
25 derived from this software without specific prior written permission.
26
27 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
28 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
29 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30 DISCLAIMED. IN NO EVENT SHALL DOMINIK PICHETA BE LIABLE FOR ANY
31 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
32 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
33 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
34 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
36 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/hlibrary.mk
0 version=3
1 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
2 filenamemangle=s|(.*)/$|simpleirc-$1.tar.gz|" \
3 http://hackage.haskell.org/packages/archive/simpleirc \
4 ([\d\.]*\d)/