Codebase list irker / 0f1214b
Imported Debian patch 1.5+dfsg-1 Daniel Baumann 11 years ago
8 changed file(s) with 91 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 irker (1.5+dfsg-1) experimental; urgency=low
1
2 * Initial release (Closes: #689011).
3 * Rebuild upstream tarball without sourceless irker logo.
4
5 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 03 Oct 2012 12:35:32 +0200
0 Source: irker
1 Section: utils
2 Priority: optional
3 Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>
4 Build-Depends: debhelper (>= 9), python, xmlto
5 Standards-Version: 3.9.4
6 Homepage: http://www.catb.org/esr/irker/
7
8 Package: irker
9 Architecture: all
10 Depends: ${misc:Depends}, ${python:Depends}, python-irclib (>= 2.0)
11 Recommends: python-eventlet
12 Description: submission tools for IRC notifications
13 irkerd is a specialized IRC client that runs as a daemon, allowing other
14 programs to ship IRC notifications by sending JSON objects to a listening
15 socket.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: irker
2 Upstream-Contact: Eric S. Raymond <esr@thyrsus.com>
3 Source: http://www.catb.org/esr/irker/
4
5 Files: *
6 Copyright: 2012 Eric S. Raymond <esr@thyrsus.com>
7 License: BSD
8
9 Files: debian/*
10 Copyright: 2012 Daniel Baumann <daniel.baumann@progress-technologies.net>
11 License: BSD
12
13 License: BSD
14 Redistribution and use in source and binary forms, with or without
15 modification, are permitted provided that the following conditions
16 are met:
17 .
18 Redistributions of source code must retain the above copyright
19 notice, this list of conditions and the following disclaimer.
20 .
21 Redistributions in binary form must reproduce the above copyright
22 notice, this list of conditions and the following disclaimer in the
23 documentation and/or other materials provided with the distribution.
24 .
25 Neither name of the this project nor the names of its contributors
26 may be used to endorse or promote products derived from this software
27 without specific prior written permission.
28 .
29 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
32 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
33 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
34 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
35 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
36 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
37 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
38 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
39 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 BUGS
1 README
2 *.txt
0 #!/usr/bin/make -f
1
2 %:
3 dh ${@} --with python2
4
5 dfsg:
6 # no source available
7 rm -f irker-logo.png
8
9 override_dh_auto_build:
10 DESTDIR="$(CURDIR)/debian/irker" dh_auto_build
11
12 override_dh_auto_install:
13 DESTDIR="$(CURDIR)/debian/irker" dh_auto_install
14
15 cp irkerhook.py debian/irker/usr/bin/irkerhook
16
17 override_dh_builddeb:
18 dh_builddeb -- -Zxz -z9
19
20 override_dh_installchangelogs:
21 dh_installchangelogs NEWS
0 3.0 (quilt)
0 compression = xz
1 compression-level = 9