--- jirc-1.0.orig/debian/rules +++ jirc-1.0/debian/rules @@ -0,0 +1,79 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + + # Add commands to compile the package here + $(PERL) Makefile.PL INSTALLDIRS=vendor \ + INSTALLVENDORARCH=/usr/share/perl5/ \ + VENDORARCHEXP=/usr/share/perl5/ + $(MAKE) + $(MAKE) test + + touch build-stamp + +clean: + dh_testdir + dh_testroot + + dh_clean build-stamp install-stamp + + # Add commands to clean up after the build process here + [ ! -f Makefile ] || $(MAKE) realclean + +install: build install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_clean -k + + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + + # No modules are installed + [ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5 + + touch $@ + +binary-arch: +# We have nothing to do by default. + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs README jirc.conf + dh_installchangelogs ChangeLog + dh_perl + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- jirc-1.0.orig/debian/control +++ jirc-1.0/debian/control @@ -0,0 +1,17 @@ +Source: jirc +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl (>= 5.8.8-7) +Maintainer: Kees Cook +Standards-Version: 3.8.3 +Homepage: http://outflux.net/software/pkgs/jirc-bridge/ + +Package: jirc +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libconfig-simple-perl, libxml-stream-perl, libpoe-component-irc-perl, libfilter-template-perl, libpoe-component-jabber-perl (>= 3.00-1), libpoe-filter-xml-perl, libnet-jabber-perl +Recommends: libnet-ssleay-perl +Description: an IRC to Jabber bridge bot + The jirc bot logs into an IRC channel and a Jabber conference room. It will + relay conversations between the two rooms, identifying each of the speakers + in braces. Actions are forwarded as well. --- jirc-1.0.orig/debian/changelog +++ jirc-1.0/debian/changelog @@ -0,0 +1,51 @@ +jirc (1.0-1) unstable; urgency=low + + * New upstream release (Closes: 529886). + * debian/control: + - require 3.0 PCJ, as API is totally different. + - adjust my maintainer email address. + - bump standards version; no changes needed. + + -- Kees Cook Mon, 26 Oct 2009 22:42:40 -0700 + +jirc (0.7-3) unstable; urgency=low + + * debian/control: + - add libnet-ssleay-perl to Recommends so that SSL connections + can work (Closes: 506806). + - bump standards to 3.8.0, no changes needed. + + -- Kees Cook Mon, 24 Nov 2008 17:53:21 -0800 + +jirc (0.7-2) unstable; urgency=low + + * Correct unused perl directory removal during build (Closes: 479943). + + -- Kees Cook Mon, 02 Jun 2008 09:12:10 -0700 + +jirc (0.7-1) unstable; urgency=low + + * New upstream release + + -- Kees Cook Wed, 30 Apr 2008 10:27:35 -0700 + +jirc (0.6-1) unstable; urgency=low + + * New upstream release + * debian/rules: updated to track dh-make-perl templates. + * debian/control: migrate Homepage field. + + -- Kees Cook Wed, 05 Dec 2007 20:14:11 -0800 + +jirc (0.5-2) unstable; urgency=low + + * debian/watch: created. + * debian/control: cleaned up description. + + -- Kees Cook Fri, 15 Jun 2007 23:59:58 -0700 + +jirc (0.5-1) unstable; urgency=low + + * Initial Release. + + -- Kees Cook Tue, 13 Feb 2007 18:14:51 -0800 --- jirc-1.0.orig/debian/copyright +++ jirc-1.0/debian/copyright @@ -0,0 +1,30 @@ +This is the debian package for the jirc module. +It was created by Kees Cook using dh-make-perl. + +It was downloaded from http://outflux.net/software/pkgs/jirc-bridge/download/ + +Upstream Author: Kees Cook + +Copyright: 2005-2008, Kees Cook + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2007-2008, Kees Cook and +is licensed under the GPL, see above. --- jirc-1.0.orig/debian/compat +++ jirc-1.0/debian/compat @@ -0,0 +1 @@ +5 --- jirc-1.0.orig/debian/watch +++ jirc-1.0/debian/watch @@ -0,0 +1,6 @@ +# format version number, currently 3; this line is compulsory! +version=3 + +# HTTP +http://outflux.net/software/pkgs/jirc-bridge/download/jirc-(.*)\.tar\.gz \ + debian uupdate