debian/0000755000000000000000000000000012146754104007172 5ustar debian/rules0000755000000000000000000000211011760663611010247 0ustar #!/usr/bin/make -f PACKAGE = epic5-script-lice DEST = $(CURDIR)/debian/$(PACKAGE) build-arch: build-indep: build: # Nothing to do clean: dh_testdir dh_testroot rm -f install-stamp dh_clean install: install-stamp install-stamp: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Install script cp -dR $(CURDIR)/lice $(DEST)/usr/share/epic5/lice5/ cp -dR $(CURDIR)/help $(DEST)/usr/share/epic5/lice5/ cp -dR $(CURDIR)/logos $(DEST)/usr/share/epic5/lice5/ cp -dR $(CURDIR)/pics $(DEST)/usr/share/epic5/lice5/ cp -dR $(CURDIR)/themes $(DEST)/usr/share/epic5/lice5/ cp $(CURDIR)/lice.irc $(DEST)/usr/share/epic5/lice5/ # Disable update functionality touch $(DEST)/usr/share/epic5/lice5/disable_update touch install-stamp binary-indep: build install dh_testdir dh_testroot dh_installdocs dh_installexamples *.reasons dh_installchangelogs dh_link dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: build install # Nothing to do binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary debian/compat0000644000000000000000000000000211421653050010361 0ustar 4 debian/epic5-script-lice.dirs0000644000000000000000000000010611752564711013300 0ustar etc/epic5 etc/epic5/lice etc/epic5/lice/themes usr/share/epic5/lice5/ debian/copyright0000644000000000000000000000217511752555255011142 0ustar This package was debianized by Joseph Carter on Thu, 24 Jun 1999 04:35:04 -0700. It then was maintained by Miros/law L. Baran It's currently maintained by Kurt Roeckx It was downloaded from: http://lice.muppetz.com Upstream Author was SrfRoG Upstream has been taken over by: tjh Copyright: # IRCII Script Program. For use with ircii-EPIC4 clients. # Copyright (C) 1993-2000 SrfRoG (cag@codehack.com) # # This program 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 program 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. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/control0000644000000000000000000000114411422024532010564 0ustar Source: lice5 Section: net Priority: optional Build-Depends: debhelper (>= 4) Maintainer: Kurt Roeckx Standards-Version: 3.9.0 Package: epic5-script-lice Architecture: all Depends: epic5 (>= 1.1.2), ${misc:Depends} Provides: epic5-script Description: Very functional script for epic LiCe is a script designed for the ircII and EPIC irc clients; it radically improves the usability of these clients, providing features and enhancements that pioneered the way for a whole crowd of imitators. Though there is now much diversity, thousands of LiCe users still declare it the best script ever. debian/prerm0000644000000000000000000000021611752564177010254 0ustar #!/bin/sh set -e update-alternatives --remove epic5-default.irc \ /usr/share/epic5/lice5/lice.irc #DEBHELPER# debian/source/0000755000000000000000000000000011421661073010467 5ustar debian/source/format0000644000000000000000000000001411421661073011675 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011746042423010620 5ustar debian/postinst0000644000000000000000000000025211752564167011011 0ustar #!/bin/sh set -e update-alternatives --install /etc/epic5/default.irc epic5-default.irc \ /usr/share/epic5/lice5/lice.irc 20 #DEBHELPER# debian/changelog0000644000000000000000000001453312146754104011052 0ustar lice5 (1:5.2.5-1) unstable; urgency=low * New upstream release -- Kurt Roeckx Tue, 21 May 2013 22:25:40 +0200 lice5 (1:5.2.4-1) unstable; urgency=low * New upstream release -- Kurt Roeckx Fri, 31 Aug 2012 22:23:19 +0200 lice5 (1:5.2.3-1) unstable; urgency=low * New upstream release This only works with epic5, rename source and binary package. * New upstream author, update copyright file * Switch to dpkg-source 3.0 (quilt) format * Change Standards-Version to 3.9.0, no changes required. * Add ${misc:Depends} to the Depends. * Add "set -e" to postinst and prerm. * Remove empty /usr/share/epic5/lice/notes/. They are stored in ~/.irc/notes and the scripts makes them itself. -- Kurt Roeckx Mon, 28 May 2012 13:02:52 +0200 lice (1:4.2.5i-1) unstable; urgency=low * New maintainer (Closes: #503561) * New upstream version (Closes: #440550) All themes are now the latest version as in the latest upstream version. * Remove sscan binary since it's not arch all. The source is still there so if you really need it compile it yourself. * Change Build-Depends-Indep into Build-Depends. * Replace $(PWD) by $(CURDIR) in rules file. * change to debhelper version 4. * Update Standards-Version to 3.8.0: No changes needed. * Don't install a copy of the GPL and the copyright info. * Update copyright file and point to /usr/share/common-licenses/GPL -- Kurt Roeckx Sat, 01 Nov 2008 15:29:58 +0100 lice (1:4.2.0-0pre7.6) unstable; urgency=low * Changed some themes to better cope with the IRCnet's unique IDs. * Slightly improved /theme alias. * Added checking of the state of the event timestamping on script startup. -- Miros/law L. Baran Mon, 28 Mar 2005 21:16:41 +0200 lice (1:4.2.0-0pre7.5) unstable; urgency=low * Changed the autoreply/highlighting mechanism. Now it uses regexps and thus is much more flexible (while retaining full backward compatibility). -- Miros/law L. Baran Thu, 12 Sep 2002 02:20:55 +0200 lice (1:4.2.0-0pre7.4) unstable; urgency=low * Changed binding method in lice.binds (due to the new binding mechanism in epic); dependency on epic4 >= 1.1.7. * Added note about epic4 documentation in README.Debian. -- Miros/law L. Baran Tue, 10 Sep 2002 08:05:52 +0200 lice (1:4.2.0-0pre7.3) unstable; urgency=low * Changed some default SETs: + CHANNEL_NAME_WIDTH from 9 to 16. + MANGLE_LOGFILES (it strips ANSI, COLOR, REVERSE, UNDERLINE, BOLD and BLINK codes from log files). + NO_CONTROL_LOG to OFF (codes 128-255 aren't THAT evil). * Deleted cruft from changelog. -- Miros/law L. Baran Tue, 26 Mar 2002 18:16:43 +0100 lice (1:4.2.0-0pre7.2) unstable; urgency=low * Splitted loading of defaults and the logo in lice.irc (this should fix all the problems with LOAD_PATH). -- Miros/law L. Baran Mon, 4 Mar 2002 23:49:51 +0100 lice (1:4.2.0-0pre7.1) unstable; urgency=medium * Urgency medium, as this upload fixes three high-priority bugs. * Repackaged (the package uses the non-native packaging scheme now). * Slightly changed the versioning scheme. * /etc/epic4/lice/themes with default theme added. Things such as CLOCK_24HOUR should be changed there and not in the lice.defaults file. Accidentally this closes: #132887 (not a real bug, though). * Updated the upstream download address in debian/copyright (Closes: #132892). * HELP_PATH points now to the proper directory (Closes: #132904). * Added link to make the epic4 documentation available from script help directory. * Removed upstream-made links in help directories, replaced with debian/links. * Imported into my private CVS repository, now uses the cvs-buildpackage tool. -- Miros/law L. Baran Mon, 25 Feb 2002 15:20:17 +0100 lice (1:4.2-0pre7.1) unstable; urgency=low * Adopted with Joseph Carter's consent. -- Miros/law L. Baran Sat, 27 Oct 2001 13:09:37 +0200 lice (1:4.2-0pre7) unstable; urgency=medium * New upstream version * This version of lice depends on epic4 0.9.0 or later, don't use it with older versions of epic. Also, don't use older versions of lice with the new epic as things have changed in an incompatible way. -- Joseph Carter Thu, 17 Aug 2000 18:08:46 -0500 lice (1:4.1.4-1) unstable; urgency=medium * New upstream version (sorry about the delay!) * /save issues should be resolved now (Closes: 51221) * All of the default .reasons files are now in lice's examples since many people have expressed some form of offense at the defaults and lice SHOULD do something sane without them. They'll still be read in ~/.irc if found there. -- Joseph Carter Thu, 2 Dec 1999 23:04:23 -0800 lice (1:4.1.2-1) unstable; urgency=low * New upstream version * As requested, source package is now just "lice" * Several minor changes to Debian scripts for new version -- Joseph Carter Sat, 18 Sep 1999 10:56:42 -0700 epic4-script-lice (4.011-1) unstable; urgency=low * New upstream version -- Joseph Carter Mon, 9 Aug 1999 02:55:53 -0700 epic4-script-lice (4.010-1) unstable; urgency=low * New upstream version * Removed U from default main toggles to prevent the script from going off and downloading new versions of itself without asking.. -- Joseph Carter Sun, 25 Jul 1999 02:53:08 -0700 epic4-script-lice (4.08-1) unstable; urgency=low * New upstream version -- Joseph Carter Fri, 9 Jul 1999 12:09:31 -0700 epic4-script-lice (4.03-1) unstable; urgency=low * New upstream version * Tarball still isn't pristine, however we're now using the upstream .epic directory instead of renaming it to epic - rules file edited accordingly * Standards-version 3.0.0 and debhelper v2 -- Joseph Carter Mon, 5 Jul 1999 18:54:01 -0700 epic4-script-lice (4.00-2) unstable; urgency=low * Doh, now Provides: epic4-script -- Joseph Carter Thu, 24 Jun 1999 06:36:02 -0700 epic4-script-lice (4.00-1) unstable; urgency=low * Initial Release. -- Joseph Carter Thu, 24 Jun 1999 04:35:04 -0700