--- tircd-0.7.orig/debian/control +++ tircd-0.7/debian/control @@ -0,0 +1,19 @@ +Source: tircd +Section: net +Priority: optional +Build-Depends: debhelper (>= 7) +Maintainer: Decklin Foster +Standards-Version: 3.8.1 +Homepage: http://code.google.com/p/tircd/ + +Package: tircd +Architecture: all +Depends: libnet-twitter-perl, libpoe-filter-ircd-perl, ${misc:Depends} +Description: ircd proxy to the twitter API + tircd presents Twitter as an IRC channel. You can connect to tircd + with any IRC client, and Twitter as if you were on IRC. + . + To update your status on Twitter, send a message to the #twitter + channel. When users you follow update their status, tircd will be sent + to the channel as a message from them. Other actions are similarly + mapped to the equivalent IRC commands and events. --- tircd-0.7.orig/debian/rules +++ tircd-0.7/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + install -m 644 tircd.cfg debian/tircd/etc + install tircd.pl debian/tircd/usr/bin/tircd + pod2man tircd.pod > debian/tircd/usr/share/man/man1/tircd.1 + dh_compress + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- tircd-0.7.orig/debian/compat +++ tircd-0.7/debian/compat @@ -0,0 +1 @@ +7 --- tircd-0.7.orig/debian/watch +++ tircd-0.7/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Net-Twitter/ .*/Net-Twitter-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- tircd-0.7.orig/debian/tircd.dirs +++ tircd-0.7/debian/tircd.dirs @@ -0,0 +1,3 @@ +etc +usr/bin +usr/share/man/man1 --- tircd-0.7.orig/debian/copyright +++ tircd-0.7/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Decklin Foster on +Thu, 12 Mar 2009 12:56:21 -0400. + +It was downloaded from . + +Upstream Author: + + Chris Nelson + +Copyright: + + Copyright (c) 2009 Chris Nelson + +License: + + tircd is free software; you can redistribute it and/or modify it under + the terms of either: + a) the GNU General Public License as published by the Free Software + Foundation + b) the "Artistic License" + +On Debian GNU/Linux systems, the complete text of the Artistic License +can be found in `/usr/share/common-licenses/Artistic'. + +The Debian packaging is copyright 2009, Decklin Foster +and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- tircd-0.7.orig/debian/changelog +++ tircd-0.7/debian/changelog @@ -0,0 +1,5 @@ +tircd (0.7-1) unstable; urgency=low + + * Initial release (Closes: #518180) + + -- Decklin Foster Thu, 12 Mar 2009 12:53:41 -0400