--- cl-irc-logger-0.9.4.orig/debian/compat +++ cl-irc-logger-0.9.4/debian/compat @@ -0,0 +1 @@ +7 --- cl-irc-logger-0.9.4.orig/debian/copyright +++ cl-irc-logger-0.9.4/debian/copyright @@ -0,0 +1,30 @@ +Debian Copyright Section +======================== + +Upstream Source URL: http://files.b9.com/irc-logger/ +Upstream Authors: Kevin Rosenberg +Debian Maintainer: Kevin M. Rosenberg + +Upstream Copyright Statement +============================ +Copyright (c) 2003 Kevin Rosenberg + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. 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. + +THIS SOFTWARE IS PROVIDED "AS IS" AND THERE ARE NEITHER EXPRESSED NOR +IMPLIED WARRANTIES - THIS INCLUDES, BUT IS NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.IN +NO WAY ARE THE AUTHORS 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) + --- cl-irc-logger-0.9.4.orig/debian/rules +++ cl-irc-logger-0.9.4/debian/rules @@ -0,0 +1,44 @@ +#!/usr/bin/make -f + +pkg := irc-logger +debpkg := cl-irc-logger + +clc-source := usr/share/common-lisp/source +clc-systems := usr/share/common-lisp/systems +clc-files := $(clc-source)/$(pkg) + + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + dh_install irc-logger.asd $(clc-files) + dh_install *.lisp $(clc-files) + +binary-arch: + +binary-indep: install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_lisp + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep + + +.PHONY: build clean binary-indep binary-arch binary install --- cl-irc-logger-0.9.4.orig/debian/control +++ cl-irc-logger-0.9.4/debian/control @@ -0,0 +1,18 @@ +Source: cl-irc-logger +Section: lisp +Priority: optional +Maintainer: Kevin M. Rosenberg +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>> 7.0.0) +Standards-Version: 3.8.2.0 +Homepage: http://files.b9.com/irc-logger/ +Vcs-Git: git://git.b9.com/irc-logger.git +Vcs-Browser: http://git.b9.com/?p=irc-logger.git + +Package: cl-irc-logger +Architecture: all +Depends: ${misc:Depends}, cl-irc, cl-ppcre +Description: Internet Relay Channel Logger + cl-irc-logger provides a multi-channel logger for IRC. It is a library + written in Common Lisp and requires knowledge of Common Lisp to + setup and use this library. --- cl-irc-logger-0.9.4.orig/debian/changelog +++ cl-irc-logger-0.9.4/debian/changelog @@ -0,0 +1,123 @@ +cl-irc-logger (0.9.4-3) unstable; urgency=low + + * Build with debhelper extension dh-lisp + * control: Add Vcs-Browser field. Fix Depends field. + -- Kevin M. Rosenberg Mon, 03 Aug 2009 18:34:26 -0600 + +cl-irc-logger (0.9.4-2) unstable; urgency=low + + * debian/watch: New file + * debian/control: Require debhelper 7. Change to new lisp section. + Add Vcs-Git and Homepage fields. + * debian/compat: Update to version 7 + * debian/rules: Update for debhelper 7, architecture-independent build + * debian/{prerm,postrm}: Remove path from binary function + + -- Kevin M. Rosenberg Sun, 02 Aug 2009 03:30:54 -0600 + +cl-irc-logger (0.9.4-1) unstable; urgency=low + + * Use default IRC port number is port keyword is not supplied + + -- Kevin M. Rosenberg Wed, 14 Nov 2007 15:09:08 -0700 + +cl-irc-logger (0.9.3-1) unstable; urgency=low + + * Support non-standard IRC port numbers + + -- Kevin M. Rosenberg Sun, 9 Sep 2007 19:13:49 -0600 + +cl-irc-logger (0.9.2-1) unstable; urgency=low + + * Add print-object + + -- Kevin M. Rosenberg Mon, 12 Jul 2004 22:35:43 -0600 + +cl-irc-logger (0.9.1-1) unstable; urgency=low + + * More changes for new version of cl-irc + + -- Kevin M. Rosenberg Mon, 29 Mar 2004 20:50:24 -0700 + +cl-irc-logger (0.9.0-1) unstable; urgency=low + + * New upstream, improvements to background monitor + * Changes for new version of cl-irc + + -- Kevin M. Rosenberg Mon, 29 Mar 2004 11:32:52 -0700 + +cl-irc-logger (0.8.2-1) unstable; urgency=low + + * Fix compilation on SBCL + + -- Kevin M. Rosenberg Tue, 16 Mar 2004 18:07:59 -0700 + +cl-irc-logger (0.8.1-1) unstable; urgency=low + + * Add timeouts to some functions which may not return when the logger + is disconnected. + + -- Kevin M. Rosenberg Fri, 13 Feb 2004 11:18:53 -0700 + +cl-irc-logger (0.8.0-1) unstable; urgency=low + + * Extensive code cleanup + * Name log files by UTC rather than local time + + -- Kevin M. Rosenberg Sun, 8 Feb 2004 01:00:10 -0700 + +cl-irc-logger (0.7.3-1) unstable; urgency=low + + * Fix bug with unknown/private streams + + -- Kevin M. Rosenberg Mon, 19 Jan 2004 20:59:32 -0700 + +cl-irc-logger (0.7.2-1) unstable; urgency=low + + * New upstream + * Change installation directory (closes:227364) + + -- Kevin M. Rosenberg Tue, 13 Jan 2004 10:51:44 -0700 + +cl-irc-logger (0.7.1-1) unstable; urgency=low + + * Remove old UFFI declarations + + -- Kevin M. Rosenberg Wed, 7 Jan 2004 10:00:32 -0700 + +cl-irc-logger (0.7-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Wed, 7 Jan 2004 07:12:52 -0700 + +cl-irc-logger (0.6-1) unstable; urgency=low + + * Much improved background monitor + + -- Kevin M. Rosenberg Thu, 1 Jan 2004 12:54:56 -0700 + +cl-irc-logger (0.5-1) unstable; urgency=low + + * Added background monitor + + -- Kevin M. Rosenberg Thu, 1 Jan 2004 01:02:40 -0700 + +cl-irc-logger (0.4-1) unstable; urgency=low + + * Fix bug with :mode event + * add remove-channel, add-channel + + -- Kevin M. Rosenberg Wed, 17 Dec 2003 14:54:30 -0700 + +cl-irc-logger (0.3-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Tue, 16 Dec 2003 17:02:35 -0700 + +cl-irc-logger (0.2-1) unstable; urgency=low + + * Initial upload + + -- Kevin M. Rosenberg Tue, 16 Dec 2003 14:37:39 -0700 --- cl-irc-logger-0.9.4.orig/debian/watch +++ cl-irc-logger-0.9.4/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://files.b9.com/irc-logger/irc-logger-([\d\.]*)\.tar\.gz +