--- liece-2.0+0.20030527cvs.orig/COPYING +++ liece-2.0+0.20030527cvs/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -291,7 +291,7 @@ the "copyright" line and a pointer to where the full notice is found. - Copyright (C) 19yy + Copyright (C) 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 @@ -313,7 +313,7 @@ If the program is interactive, make it output a short notice like this when it starts in an interactive mode: - Gnomovision version 69, Copyright (C) 19yy name of author + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. --- liece-2.0+0.20030527cvs.orig/INSTALL +++ liece-2.0+0.20030527cvs/INSTALL @@ -1,27 +1,43 @@ +Installation Instructions +************************* + +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free +Software Foundation, Inc. + +This file is free documentation; the Free Software Foundation gives +unlimited permission to copy, distribute and modify it. + Basic Installation ================== - These are generic installation instructions. +These are generic installation instructions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that -you can run in the future to recreate the current configuration, a file -`config.cache' that saves the results of its tests to speed up -reconfiguring, and a file `config.log' containing compiler output -(useful mainly for debugging `configure'). +you can run in the future to recreate the current configuration, and a +file `config.log' containing compiler output (useful mainly for +debugging `configure'). + + It can also use an optional file (typically called `config.cache' +and enabled with `--cache-file=config.cache' or simply `-C') that saves +the results of its tests to speed up reconfiguring. (Caching is +disabled by default to prevent problems with accidental use of stale +cache files.) If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can -be considered for the next release. If at some point `config.cache' -contains results you don't want to keep, you may remove or edit it. - - The file `configure.in' is used to create `configure' by a program -called `autoconf'. You only need `configure.in' if you want to change -it or regenerate `configure' using a newer version of `autoconf'. +be considered for the next release. If you are using the cache, and at +some point `config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file `configure.ac' (or `configure.in') is used to create +`configure' by a program called `autoconf'. You only need +`configure.ac' if you want to change it or regenerate `configure' using +a newer version of `autoconf'. The simplest way to compile this package is: @@ -54,20 +70,22 @@ Compilers and Options ===================== - Some systems require unusual options for compilation or linking that -the `configure' script does not know about. You can give `configure' -initial values for variables by setting them in the environment. Using -a Bourne-compatible shell, you can do that on the command line like -this: - CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure +Some systems require unusual options for compilation or linking that the +`configure' script does not know about. Run `./configure --help' for +details on some of the pertinent environment variables. + + You can give `configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here +is an example: + + ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix -Or on systems that have the `env' program, you can do it like this: - env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure + *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== - You can compile the package for more than one kind of computer at the +You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you must use a version of `make' that supports the `VPATH' variable, such as GNU `make'. `cd' to the @@ -75,28 +93,28 @@ the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. - If you have to use a `make' that does not supports the `VPATH' -variable, you have to compile the package for one architecture at a time -in the source code directory. After you have installed the package for -one architecture, use `make distclean' before reconfiguring for another -architecture. + If you have to use a `make' that does not support the `VPATH' +variable, you have to compile the package for one architecture at a +time in the source code directory. After you have installed the +package for one architecture, use `make distclean' before reconfiguring +for another architecture. Installation Names ================== - By default, `make install' will install the package's files in -`/usr/local/bin', `/usr/local/man', etc. You can specify an -installation prefix other than `/usr/local' by giving `configure' the -option `--prefix=PATH'. +By default, `make install' installs the package's commands under +`/usr/local/bin', include files under `/usr/local/include', etc. You +can specify an installation prefix other than `/usr/local' by giving +`configure' the option `--prefix=PREFIX'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you -give `configure' the option `--exec-prefix=PATH', the package will use -PATH as the prefix for installing programs and libraries. -Documentation and other data files will still use the regular prefix. +pass the option `--exec-prefix=PREFIX' to `configure', the package uses +PREFIX as the prefix for installing programs and libraries. +Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give -options like `--bindir=PATH' to specify different values for particular +options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. @@ -107,7 +125,7 @@ Optional Features ================= - Some packages pay attention to `--enable-FEATURE' options to +Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The @@ -122,48 +140,86 @@ Specifying the System Type ========================== - There may be some features `configure' can not figure out -automatically, but needs to determine by the type of host the package -will run on. Usually `configure' can figure that out, but if it prints -a message saying it can not guess the host type, give it the -`--host=TYPE' option. TYPE can either be a short name for the system -type, such as `sun4', or a canonical name with three fields: +There may be some features `configure' cannot figure out automatically, +but needs to determine by the type of machine the package will run on. +Usually, assuming the package is built to be run on the _same_ +architectures, `configure' can figure that out, but if it prints a +message saying it cannot guess the machine type, give it the +`--build=TYPE' option. TYPE can either be a short name for the system +type, such as `sun4', or a canonical name which has the form: + CPU-COMPANY-SYSTEM -See the file `config.sub' for the possible values of each field. If +where SYSTEM can have one of these forms: + + OS KERNEL-OS + + See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't -need to know the host type. +need to know the machine type. - If you are building compiler tools for cross-compiling, you can also -use the `--target=TYPE' option to select the type of system they will -produce code for and the `--build=TYPE' option to select the type of -system on which you are compiling the package. + If you are _building_ compiler tools for cross-compiling, you should +use the option `--target=TYPE' to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with `--host=TYPE'. Sharing Defaults ================ - If you want to set default values for `configure' scripts to share, -you can create a site shell script called `config.site' that gives -default values for variables like `CC', `cache_file', and `prefix'. +If you want to set default values for `configure' scripts to share, you +can create a site shell script called `config.site' that gives default +values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. -Operation Controls +Defining Variables ================== - `configure' recognizes the following options to control how it -operates. +Variables not defined in a site shell script can be set in the +environment passed to `configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the `configure' command line, using `VAR=value'. For example: -`--cache-file=FILE' - Use and save the results of the tests in FILE instead of - `./config.cache'. Set FILE to `/dev/null' to disable caching, for - debugging `configure'. + ./configure CC=/usr/local2/bin/gcc + +causes the specified `gcc' to be used as the C compiler (unless it is +overridden in the site shell script). Here is a another example: + + /bin/bash ./configure CONFIG_SHELL=/bin/bash + +Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent +configuration-related scripts to be executed by `/bin/bash'. + +`configure' Invocation +====================== + +`configure' recognizes the following options to control how it operates. `--help' +`-h' Print a summary of the options to `configure', and exit. +`--version' +`-V' + Print the version of Autoconf used to generate the `configure' + script, and exit. + +`--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally `config.cache'. FILE defaults to `/dev/null' to + disable caching. + +`--config-cache' +`-C' + Alias for `--cache-file=config.cache'. + `--quiet' `--silent' `-q' @@ -175,8 +231,6 @@ Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. -`--version' - Print the version of Autoconf used to generate the `configure' - script, and exit. +`configure' also accepts some other, not widely useful, options. Run +`configure --help' for more details. -`configure' also accepts some other, not widely useful, options. --- liece-2.0+0.20030527cvs.orig/debian/changelog +++ liece-2.0+0.20030527cvs/debian/changelog @@ -0,0 +1,721 @@ +liece (2.0+0.20030527cvs-11.1) unstable; urgency=medium + + * Non-maintainer upload. + * Switch to automake1.11. (Closes: #741721) + + -- Eric Dorland Sat, 22 Mar 2014 14:26:49 -0400 + +liece (2.0+0.20030527cvs-11) unstable; urgency=low + + * rules (clean): Avoid lintian warning. + * control.in (liece/Depends): Use emacs instead of emacs21. + (Build-Depends-Indep): Ditto. + + -- OHASHI Akira Tue, 07 Aug 2007 18:08:23 +0900 + +liece (2.0+0.20030527cvs-10) unstable; urgency=low + + * control.in (Standards-Version): Increase to 3.7.2. + (liece-dcc/Depends): Use ${source:Version} instead of ${Source-Version}. + * emacsen-install: Install myself when flavor is emacs22. + + -- OHASHI Akira Thu, 21 Jun 2007 10:37:36 +0900 + +liece (2.0+0.20030527cvs-9) unstable; urgency=low + + * rules: Use cdbs to build. + * control.in: New file for cdbs. + * emacsen-install: Rewrite to a new de facto standard format. + * emacsen-startup: Use debian-emacs-flavor instead of flavor. + * prerm: Abolish. (closes: #200918) + + -- OHASHI Akira Tue, 21 Feb 2006 16:53:38 +0900 + +liece (2.0+0.20030527cvs-8) unstable; urgency=low + + * emacsen-install: Fix for the broken installation. (closes: #265418) + + -- OHASHI Akira Fri, 13 Aug 2004 18:05:47 +0900 + +liece (2.0+0.20030527cvs-7) unstable; urgency=low + + * emacsen-startup: Don't add uncompiled files to the load-path. + + -- OHASHI Akira Thu, 12 Aug 2004 12:27:51 +0900 + +liece (2.0+0.20030527cvs-6) unstable; urgency=low + + * emacsen-startup: Use `debian-pkg-add-load-path-item' and add uncompiled + files to the load-path. + * emacsen-install: Output a log to tempfile. + * rules: Fix for lintian. + + -- OHASHI Akira Fri, 6 Aug 2004 13:49:04 +0900 + +liece (2.0+0.20030527cvs-5) unstable; urgency=medium + + * control (Build-Depends): Depend `emacs21' instead of `emacs20'. + (closes: #229935) + (Depends): Don't depend `emacs20'. (closes: #232765) + * rules (configure-stamp): Configure with `emacs21' instead of `emacs20'. + + -- OHASHI Akira Mon, 16 Feb 2004 13:37:55 +0900 + +liece (2.0+0.20030527cvs-4) unstable; urgency=medium + + * control (Build-Depends): Depend `automaken' instead of + `automake1.5 | automake1.6 | automake1.7'. (closes: #217058) + + -- OHASHI Akira Thu, 23 Oct 2003 13:24:09 +0900 + +liece (2.0+0.20030527cvs-3) unstable; urgency=low + + * control (Standards-Version): Increased to 3.6.1. + * liece.info: Abolish; not maintained any longer. (closes: #205709) + * liece-ja.info: Ditto. + * dirs: Follow the change above. + * rules: Ditto. + * postinst: Abolish. + + -- OHASHI Akira Tue, 21 Oct 2003 10:24:13 +0900 + +liece (2.0+0.20030527cvs-2) unstable; urgency=low + + * rules (clean): Delete bootstrap files completely. + * Check with lintian. + + -- OHASHI Akira Thu, 26 Jun 2003 17:36:56 +0900 + +liece (2.0+0.20030527cvs-1) unstable; urgency=low + + * New upstream release + * control (Standards-Version): Increased to 3.5.10. + (Depends): Depend `apel' instead of `flim | clime'. + (Build-Depends): Depend `automake1.5 | automake1.6 | automake1.7' instead + of `automake'. + * rules (configure-stamp): Run `autoreconf -f -i' instead of `./bootstrap'. + + -- OHASHI Akira Tue, 27 May 2003 14:22:12 +0900 + +liece (2.0+0.20020924cvs-1) unstable; urgency=low + + * New upstream release (closes: Bug#161779) + + -- OHASHI Akira Tue, 24 Sep 2002 18:30:40 +0900 + +liece (2.0+0.20020904cvs-1) unstable; urgency=low + + * New upstream release + + -- OHASHI Akira Wed, 4 Sep 2002 23:36:18 +0900 + +liece (2.0+0.20020901cvs-1) unstable; urgency=low + + * New upstream release + * lisp/liece-nick.el (liece-nick-add-mode): Fix last change. + + -- OHASHI Akira Mon, 2 Sep 2002 04:20:02 +0900 + +liece (2.0+0.20020831cvs-2) unstable; urgency=low + + * etc/po/ja.po (Content-Type): Change value. + + -- OHASHI Akira Sun, 1 Sep 2002 00:32:54 +0900 + +liece (2.0+0.20020831cvs-1) unstable; urgency=low + + * New upstream release + * control: Increase Standards-Version number to 3.5.6. + + -- OHASHI Akira Sat, 31 Aug 2002 20:49:29 +0900 + +liece (2.0+0.20020509cvs-1) unstable; urgency=low + + * New upstream release + + -- OHASHI Akira Fri, 10 May 2002 05:20:59 +0900 + +liece (2.0+0.20020429cvs-1) unstable; urgency=low + + * New upstream release + + -- OHASHI Akira Mon, 29 Apr 2002 00:52:13 +0900 + +liece (2.0+0.20020217cvs-2) unstable; urgency=low + + * The spell of mule has already been broken. + * control: Depends `xemacs21' instead of + `xemacs21-mule | xemacs21-mule-canna-wnn'. + + -- OHASHI Akira Sat, 23 Feb 2002 01:52:25 +0900 + +liece (2.0+0.20020217cvs-1) unstable; urgency=low + + * New upstream release. + * Rewrite all debian/* files for the latest version of debhelper. + (closes: Bug#134259) + * Rearrange directories as follow: + icons - /usr/share/pixmaps/liece + styles - /usr/share/emacs/site-lisp/liece/styles + po - /usr/share/locale + + -- OHASHI Akira Sun, 17 Feb 2002 05:32:14 +0900 + +liece (2.0+0.20011128cvs-2) unstable; urgency=high + + * prerm: Rename from `postrm'. + * Rename `/usr/bin/ldcc' and `/usr/bin/ltcp' + to `/usr/lib/liece-dcc/ldcc' and `/usr/lib/liece-dcc/ltcp'. + * liece-init.el (liece-dcc-program): Change value. + * rules: Don't use `dh_undocumented'. + * Rename `/etc/X11/Xresources/liece.ja' to + `/usr/share/doc/liece/examples/Xresources.ja'. (closes: Bug#132124) + * dirs: Remove `etc/X11/Xresources'. + * control: Reformat description. (closes: Bug#130945) + + -- OHASHI Akira Sat, 16 Feb 2002 02:51:43 +0900 + +liece (2.0+0.20011128cvs-1) unstable; urgency=low + + * New maintainer + * New upstream release + + -- OHASHI Akira Wed, 28 Nov 2001 01:42:13 +0900 + +liece (2.0+0.20011007cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 30 Oct 2001 20:41:27 +0900 + +liece (2.0+0.20010619cvs-2) unstable; urgency=low + + * Fix emacsen-install script + + -- Takuo KITAME Sat, 14 Jul 2001 02:31:57 +0900 + +liece (2.0+0.20010619cvs-1) unstable; urgency=low + + * New upstream release (cvs update -r liece-2_0) + + -- Takuo KITAME Tue, 19 Jun 2001 19:27:09 +0900 + +liece (1.4.5.0.20010214cvs-1) unstable; urgency=low + + * New upstream release + * support mule2 with clime + + -- Takuo KITAME Wed, 16 May 2001 05:50:45 +0900 + +liece (1.4.5.0.20001019cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 24 Oct 2000 03:40:22 +0900 + +liece (1.4.5.0.20001018cvs-1) unstable; urgency=low + + * New upstream release + * Fix Mule check for xemacs + + -- Takuo KITAME Wed, 18 Oct 2000 18:29:51 +0900 + +liece (1.4.5.0.20001007cvs-1) unstable; urgency=low + + * New upstream release + * debian/liece-ja.info from old version (closes: Bug#72196) + + -- Takuo KITAME Sun, 8 Oct 2000 03:41:50 +0900 + +liece (1.4.5.0.20000922cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Fri, 22 Sep 2000 21:53:51 +0900 + +liece (1.4.5.0.20000919cvs-1) unstable; urgency=low + + * New upstream release + * Update README.Debian (closes: Bug#72059) + + -- Takuo KITAME Thu, 21 Sep 2000 01:52:26 +0900 + +liece (1.4.4.0.20000919cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Wed, 20 Sep 2000 03:04:05 +0900 + +liece (1.4.4-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Mon, 18 Sep 2000 01:59:53 +0900 + +liece (1.4.3.0.20000911cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 12 Sep 2000 10:09:39 +0900 + +liece (1.4.3.0.20000904cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Mon, 4 Sep 2000 22:05:03 +0900 + +liece (1.4.3.0.20000831cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Fri, 1 Sep 2000 10:22:34 +0900 + +liece (1.4.3.0.20000829cvs-1) stable unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Wed, 30 Aug 2000 11:25:08 +0900 + +liece (1.4.3.0.20000717cvs-3) stable unstable; urgency=low + + * reupload to stable. (build with -sa) + It'll closes: Bug#68717. (RC bug) + + -- Takuo KITAME Mon, 21 Aug 2000 04:17:01 +0900 + +liece (1.4.3.0.20000717cvs-2) frozen unstable; urgency=low + + * upload for frozen. It'll closes: Bug#68717. + + -- Takuo KITAME Fri, 11 Aug 2000 14:15:10 +0900 + +liece (1.4.3.0.20000717cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Wed, 26 Jul 2000 00:08:48 +0900 + +liece (1.4.3.0.20000421cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 25 Apr 2000 03:35:45 +0900 + +liece (1.4.3.0.20000412cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Sun, 16 Apr 2000 21:21:47 +0900 + +liece (1.4.3.0.20000408cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Mon, 10 Apr 2000 22:47:15 +0900 + +liece (1.4.3.0.20000405cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Sun, 9 Apr 2000 07:09:30 +0900 + +liece (1.4.3.0.20000324cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Fri, 24 Mar 2000 16:24:26 +0900 + +liece (1.4.3.0.20000323cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Thu, 23 Mar 2000 19:04:19 +0900 + +liece (1.4.2+a.20000321cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 21 Mar 2000 13:28:17 +0900 + +liece (1.4.1.0.20000320cvs-1) unstable; urgency=low + + * New upstream release + Upstream changes, + Liece will load $PREFIX/share/liece/po/$LANG/LC_MESSAGES/liece.mo . + Then removed (setq liece-intl-use-localized-messages nil) from + site-start file (liece-init.el). + + -- Takuo KITAME Mon, 20 Mar 2000 21:54:12 +0900 + +liece (1.4.1.0.20000319cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Mon, 20 Mar 2000 02:42:10 +0900 + +liece (1.4.1.0.20000218-2) unstable; urgency=low + + * debian/control: Added more Build-Dependency, (closes: Bug#58623) + autoconf, automake, gettext, libtool. + + -- Takuo KITAME Tue, 22 Feb 2000 00:35:31 +0900 + +liece (1.4.1.0.20000218-1) unstable; urgency=low + + * New upstream release + * debian/control: Added Build-Depends filed, it will close Bug#58409. + (closes: Bug#58409) + + -- Takuo KITAME Sat, 19 Feb 2000 02:29:27 +0900 + +liece (1.4.1.0.20000213-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 15 Feb 2000 07:13:52 +0900 + +liece (1.4.1.0.20000122-2) unstable; urgency=low + + * will not use localized message by default (closes: Bug#56463) + + -- Takuo KITAME Fri, 28 Jan 2000 17:18:20 +0900 + +liece (1.4.1.0.20000122-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Sun, 23 Jan 2000 10:37:11 +0900 + +liece (1.4.1.0.20000107-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Sat, 8 Jan 2000 21:23:48 +0900 + +liece (1.4.1.0.19991226-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Sun, 26 Dec 1999 23:59:51 +0900 + +liece (1.4.1.0.19991223-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Fri, 24 Dec 1999 09:59:43 +0900 + +liece (1.4.0.0.19991223-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Thu, 23 Dec 1999 18:54:57 +0900 + +liece (1.4.0.0.19991214-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Wed, 15 Dec 1999 04:09:26 +0900 + +liece (1.4.0.0.19991113-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Sun, 14 Nov 1999 14:36:10 +0900 + +liece (1.4.0.0.19991110-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Thu, 11 Nov 1999 02:26:15 +0900 + +liece (1.4.0.0.19991105-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Mon, 8 Nov 1999 03:17:16 +0900 + +liece (1.4.0.0.19991031-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Wed, 3 Nov 1999 03:40:42 +0900 + +liece (1.4.0.0.19991029-2) unstable; urgency=low + + * emacsn-common: modified. + + -- Takuo KITAME Mon, 1 Nov 1999 22:03:25 +0900 + +liece (1.4.0.0.19991029-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Fri, 29 Oct 1999 23:03:53 +0900 + +liece (1.4.0.0.19991027-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Wed, 27 Oct 1999 14:35:53 +0900 + +liece (1.4.0.0.19991020cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Thu, 21 Oct 1999 03:03:49 +0900 + +liece (1.4.0.0.19991013cvs-2) unstable; urgency=low + + * emacsn-common: any FLAVOR allowed (except emacs) + + -- Takuo KITAME Tue, 19 Oct 1999 12:44:21 +0900 + +liece (1.4.0.0.19991013cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Thu, 14 Oct 1999 01:39:15 +0900 + +liece (1.4.0.0.19991012cvs-1) unstable; urgency=low + + * New upstream release. (cvs) + + -- Takuo KITAME Tue, 12 Oct 1999 23:51:25 +0900 + +liece (1.4.0.0.19991007cvs-4) unstable; urgency=low + + * control: Standards-Version: 3.0.0 + * control: add Depends: | xemacs21-mule-canna-wnn + * emacsen-install: Checking MULE supported XEmacs. + + -- Takuo KITAME Tue, 12 Oct 1999 22:05:35 +0900 + +liece (1.4.0.0.19991007cvs-3) unstable; urgency=low + + * Added control field "Depends: flim|flim1.13" + + -- Takuo KITAME Mon, 11 Oct 1999 03:01:52 +0900 + +liece (1.4.0.0.19991007cvs-2) unstable; urgency=low + + * Install script was modified. + + -- Takuo KITAME Sun, 10 Oct 1999 17:35:23 +0900 + +liece (1.4.0.0.19991007cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Sun, 10 Oct 1999 01:48:12 +0900 + +liece (1.4.0.0.19991003cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Mon, 4 Oct 1999 11:15:51 +0900 + +liece (1.4.0.0.19990923cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Fri, 24 Sep 1999 04:16:39 +0900 + +liece (1.4.0.0.19990919cvs-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Mon, 20 Sep 1999 00:42:03 +0900 + +liece (1.4.0.0.19990913-1) unstable; urgency=low + + * New upstream release + * All files are renamed from `irchat-*' to `liece-*'. + All symbols are renamed too. + Please replace string "irchat" to "liece" on your "~/.liece" (or ~/.emacs") + * 'M-x irchat' was renamed to 'M-x liece'. + + -- Takuro KITAME Wed, 15 Sep 1999 00:49:31 +0900 + +liece (1.3.7.0.19990908-1) unstable; urgency=low + + * New upstream release + * Fixed build problem. (closes: Bug#44541) + + -- Takuro KITAME Thu, 9 Sep 1999 03:37:18 +0900 + +liece (1.3.7.0.19990907-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Wed, 8 Sep 1999 02:03:53 +0900 + +liece (1.3.7.0.19990906.0-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Tue, 7 Sep 1999 01:19:27 +0900 + +liece (1.3.6.0.19990905.2-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Mon, 6 Sep 1999 01:48:03 +0900 + +liece (1.3.6.0.19990905.1-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Mon, 6 Sep 1999 01:04:25 +0900 + +liece (1.3.6.0.19990905-2) unstable; urgency=low + + * Install sgml documents. + + -- Takuro KITAME Sun, 5 Sep 1999 16:02:14 +0900 + +liece (1.3.6.0.19990905-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Sun, 5 Sep 1999 15:36:12 +0900 + +liece (1.3.5.0.19990831-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Thu, 2 Sep 1999 21:44:49 +0900 + +liece (1.3.5.0.19990808.1-1) unstable; urgency=low (high for xemacs20) + + * New upstream release (via cvs). + xemacs20 problem was fixed? + + -- Takuro KITAME Sun, 8 Aug 1999 22:23:17 +0900 + +liece (1.3.5.0.19990808-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Sun, 8 Aug 1999 02:43:04 +0900 + +liece (1.3.5.0.19990806.1-1) unstable; urgency=low + + * New upstream release + * dpkg-buildpackage with sudo. (closes: Bug#42605). + + -- Takuro KITAME Sat, 7 Aug 1999 22:06:05 +0900 + +liece (1.3.5.0.19990806-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Fri, 6 Aug 1999 14:58:48 +0900 + +liece (1.3.4.0.19990804cvs-1) unstable; urgency=low + + * New upstream release (via cvs) + + -- Takuro KITAME Thu, 5 Aug 1999 15:54:50 +0900 + +liece (1.3.4.0.19990725-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Sun, 25 Jul 1999 23:18:41 +0900 + +liece (1.3.4.0.1999724-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Sat, 24 Jul 1999 11:41:00 +0900 + +liece (1.3.2.0.19990611-3) unstable; urgency=low + + * emacsen-{install,remove} scripts modified for xemacs21 (Testing) + + -- Takuro KITAME Sun, 20 Jun 1999 23:49:54 +0900 + +liece (1.3.2.0.19990611-2) unstable; urgency=low + + * Fixed typo in README.Debian (Bug#39356). + * Bug#39355, was Fixed in 1.3.2.0.19990611-1 (Upstream Fixed). + + -- Takuro KITAME Sat, 12 Jun 1999 03:42:08 +0900 + +liece (1.3.2.0.19990611-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Fri, 11 Jun 1999 16:23:41 +0900 + +liece (1.3.1.0.019990603-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Thu, 3 Jun 1999 12:33:24 +0900 + +liece (1.2.8.25-1) unstable; urgency=low + + * New upstream release + + -- Takuro KITAME Sat, 29 May 1999 03:01:01 +0900 + +liece (1.2.8.24.19990525-1) unstable; urgency=low + + * New upstream release. (via cvs) + + -- Takuro KITAME Tue, 25 May 1999 06:00:40 +0900 + +liece (1.2.8.24.19990524-1) unstable; urgency=low + + * New upstream release. + + -- Takuro KITAME Mon, 24 May 1999 05:04:26 +0900 + +liece (1.2.8.23.19990513-1) unstable; urgency=low + + * New upstream release. (via cvs) + + -- Takuro KITAME Mon, 17 May 1999 01:56:38 +0900 + +liece (1.2.8.23.19990509-1) unstable; urgency=low + + * New upstream release. + + -- Takuro KITAME Mon, 10 May 1999 14:23:13 +0900 + +liece (1.2.8.22.19990428-2) unstable; urgency=high + + * Fixed "cannot open irchat-setup.el" + * Fixed "cannot load static" (with <= apel-9.16) + + -- Takuro KITAME Wed, 28 Apr 1999 03:29:46 +0900 + +liece (1.2.8.22.19990428-1) unstable; urgency=low + + * New upstream release + * splited binary-arch binary-indep in debian/rules (Fixed Bug#36470) + * Added 'export LANG=ja_JP' in emacsen-install script. + (Fixed Bug#36555 maybe.) + + -- Takuro KITAME Wed, 28 Apr 1999 02:24:06 +0900 + +liece (1.2.8.21.19990404-1) unstable; urgency=low + + * New upstream Release. + + -- Takuro KITAME Thu, 15 Apr 1999 11:45:58 +0900 + +liece (1.2.8.20.19990318-2) unstable; urgency=low + + * Fixed via madoka(one of the pirc) problem. + + -- Takuro KITAME Tue, 30 Mar 1999 15:57:58 +0900 + +liece (1.2.8.20.19990318-1) unstable; urgency=low + + * Initial Release. + + -- Takuro KITAME Mon, 29 Mar 1999 22:15:48 +0900 + + --- liece-2.0+0.20030527cvs.orig/debian/compat +++ liece-2.0+0.20030527cvs/debian/compat @@ -0,0 +1 @@ +5 --- liece-2.0+0.20030527cvs.orig/debian/control +++ liece-2.0+0.20030527cvs/debian/control @@ -0,0 +1,29 @@ +Source: liece +Section: net +Priority: extra +Maintainer: OHASHI Akira +Build-Depends: cdbs, + debhelper, + dh-buildinfo, emacs | emacsen, autoconf, automake1.9 | automaken, gettext, libtool +Standards-Version: 3.7.2 + +Package: liece +Architecture: all +Depends: emacs | emacsen, apel +Recommends: liece-dcc +Description: IRC (Internet Relay Chat) client for Emacs + Liece is based on Irchat, simple IRC client running under Emacsen, + nevertheless nothing to do with irchat-2.4jp which has various features added + by Japanese contributers (e.g. Mule support, channel buffers). + We are going to full-replace to redesign thoroughly, and to stand up to + extension against arbitrary protocol backend. The most recent version of this + program has been almost completely rewritten from Irchat. + +Package: liece-dcc +Architecture: any +Depends: ${shlibs:Depends}, liece (= ${source:Version}) +Description: DCC program for liece + This program is DCC(Direct Client Connection) program for liece. + Dcc is implemented not with EmacsLisp, but with C, + so dcc package has been divided. + And included "ltcp" which is connection support program, can use IPv6. --- liece-2.0+0.20030527cvs.orig/debian/control.in +++ liece-2.0+0.20030527cvs/debian/control.in @@ -0,0 +1,27 @@ +Source: liece +Section: net +Priority: extra +Maintainer: OHASHI Akira +Build-Depends: @cdbs@, emacs | emacsen, autoconf, automake1.9 | automaken, gettext, libtool +Standards-Version: 3.7.2 + +Package: liece +Architecture: all +Depends: emacs | emacsen, apel +Recommends: liece-dcc +Description: IRC (Internet Relay Chat) client for Emacs + Liece is based on Irchat, simple IRC client running under Emacsen, + nevertheless nothing to do with irchat-2.4jp which has various features added + by Japanese contributers (e.g. Mule support, channel buffers). + We are going to full-replace to redesign thoroughly, and to stand up to + extension against arbitrary protocol backend. The most recent version of this + program has been almost completely rewritten from Irchat. + +Package: liece-dcc +Architecture: any +Depends: ${shlibs:Depends}, liece (= ${source:Version}) +Description: DCC program for liece + This program is DCC(Direct Client Connection) program for liece. + Dcc is implemented not with EmacsLisp, but with C, + so dcc package has been divided. + And included "ltcp" which is connection support program, can use IPv6. --- liece-2.0+0.20030527cvs.orig/debian/copyright +++ liece-2.0+0.20030527cvs/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Takuro KITAME kitame@debian.or.jp on +Mon, 29 Mar 1999 22:15:48 +0900. + +It was downloaded from + +Upstream Author: Daiki Ueno + +Copyright: + + GPL + +On Debian systems, the complete text of the GNU General Public License +can be found in /usr/share/common-licenses/GPL. --- liece-2.0+0.20030527cvs.orig/debian/delegate.el +++ liece-2.0+0.20030527cvs/debian/delegate.el @@ -0,0 +1,95 @@ +;;; delegate.el --- allow delegation for lisp variables + +;; Copyright (C) 2002 Daiki Ueno + +;; Author: Daiki Ueno +;; Keywords: internal + +;; This file is not part of any package. + +;; 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, 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. + +;; You should have received a copy of the GNU General Public License +;; along with this program; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. + +;;; Commentary: + +;; Here is a simple example how this package can be used. +;; +;; (define-delegated-variable-alias 'browse-url-browser-function +;; 'liece-url-browser-function +;; "browse-url") +;; +;; With this, the variable `liece-url-browser-function' is declared to +;; be "delegated" to another variable. Unlike using `defvaralias', +;; delegated variable itself is responsible for its value. Moreover we +;; can hint the input source from which the variable is loaded. +;; +;; The delegated variable can be assigned to the default value of +;; `defcustom' form below. +;; +;; (defcustom liece-url-browser-function +;; (delegated-variable-get-safe 'liece-url-browser-function) +;; "Default URL Browser." +;; :group 'liece-url) + +;;; Code: + +(defvar delegated-variables nil + "Alist mapping delegated variable names to symbols and filenames.") + +;;;###autoload +(put 'define-delegated-variable-alias 'lisp-indent-function 2) + +;;;###autoload +(defun define-delegated-variable-alias (variable alias &optional filename) + "Define a variable delegated to another variable." + (let ((entry (assq alias delegated-variables))) + (and (null filename) (boundp variable) + (setq filename (symbol-file variable))) + (if entry + (setcdr entry (list variable filename)) + (setq delegated-variables + (cons (list alias variable filename) + delegated-variables))))) + +;;;###autoload +(defun delegated-variable-get (variable) + "Return variable's value. +Error if that is not delegated to another variable." + (let ((entry (assq variable delegated-variables)) + filename) + (if entry + (if (boundp variable) + (symbol-value variable) + (setq variable (nth 1 entry) filename (nth 2 entry)) + (and (not (boundp variable)) filename + (load filename 'noerror)) + (if (boundp variable) + (symbol-value variable) + (delegated-variable-get variable))) ;follow an indirection + (signal 'wrong-type-argument + (list "Not a delegated variable" variable))))) + +;;;###autoload +(defun delegated-variable-get-safe (variable) + "Return variable's value. +If that is not delegated, don't throw an error. This function is +typically used to set the default value within `defcustom' form." + (condition-case nil + (delegated-variable-get variable) + (wrong-type-argument))) + +(provide 'delegate) + +;;; delegate.el ends here --- liece-2.0+0.20030527cvs.orig/debian/dirs +++ liece-2.0+0.20030527cvs/debian/dirs @@ -0,0 +1,4 @@ +usr/share/doc/liece +usr/share/emacs/site-lisp/liece/styles +usr/share/locale/ja/LC_MESSAGES +usr/share/pixmaps/liece --- liece-2.0+0.20030527cvs.orig/debian/docs +++ liece-2.0+0.20030527cvs/debian/docs @@ -0,0 +1,2 @@ +README +AUTHORS --- liece-2.0+0.20030527cvs.orig/debian/emacsen-install +++ liece-2.0+0.20030527cvs/debian/emacsen-install @@ -0,0 +1,124 @@ +#! /bin/bash -e +# /usr/lib/emacsen-common/packages/install/liece + +# Written by Jim Van Zandt , borrowing heavily +# from the install scripts for gettext by Santiago Vila +# and octave by Dirk Eddelbuettel . +# +# Patched by Roland Mas to add support for lists +# of flavor-dependently included/excluded files + +FLAVOR=$1 +STAMPFILE=liece.elc +PACKAGE=liece + +# INCLUDED_emacs20="" +# INCLUDED_emacs21="" +# INCLUDED_xemacs21="" +# INCLUDE_emacs_snapshot="" + +# EXCLUDED_emacs20="" +# EXCLUDED_emacs21="" +# EXCLUDED_xemacs21="" +# EXCLUDED_emacs_snapshot="" + +SOURCEONLY_all="liece.xpm liece.xbm" + +eval included_here=\$$(echo INCLUDED_$FLAVOR | tr - _) +eval excluded_here=\$$(echo EXCLUDED_$FLAVOR | tr - _) +eval sourceonly_here=\$$(echo SOURCEONLY_$FLAVOR | tr - _) + +included_all=$(for i in ${!INCLUDED_*} ; do + eval echo \$$i + done | sort -u) + +excluded_all=$(for i in ${!EXCLUDED_*} ; do + eval echo \$$i + done | sort -u) + +sourceonly_all=$(for i in ${!SOURCEONLY_*} ; do + eval echo \$$i + done | sort -u) + +if [ ${FLAVOR} = emacs ]; then exit 0; fi + +# Install-info-altdir does not actually exist. +# Maybe somebody will write it. +#if test -x /usr/sbin/install-info-altdir; then +# echo install/${PACKAGE}: install Info links for ${FLAVOR} +# install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/share/info/${PACKAGE}.info.gz +#fi + +LOG=`tempfile -pelc_ -s.log -m644` +ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} +ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} +if test -e "${ELCDIR}/${STAMPFILE}"; then + echo "${PACKAGE} files already compiled in ${ELCDIR}." + rm -f ${LOG} + exit +fi +echo install/${PACKAGE}: Handling ${FLAVOR}, logged in ${LOG} + +if [ -z "$FLAGS" ] ; then + FLAGS="-q -no-site-file --no-site-file -batch -l liece-make.el" +fi + +install -m 755 -d ${ELCDIR} +cd ${ELDIR} + +# Now to compute the list of files to install... + +FILES=$(ls -1 *.el) +# Here we have all of them + +PATTERN="" +for i in $included_all $excluded_all $sourceonly_all; do + [ ! -z "$PATTERN" ] && PATTERN="${PATTERN}\|" + PATTERN="${PATTERN}^$i\$" +done +FILES2=$FILES +if [ ! -z "$PATTERN" ] ; then + FILES=$(for i in $FILES2 ; do echo $i | grep -v $PATTERN || true ; done) +fi +# Here we only have those not explicitly included or excluded by any flavour + +FILES="$FILES $included_here" +# Here we also have those included for the current flavour + +for i in $excluded_all ; do + include_i="yes" + for j in $excluded_here ; do + [ $i = $j ] && include_i="no" + done + [ $include_i = "yes" ] && FILES="$FILES $i" +done +# And now we have those excluded by other flavours but not the current one + +FILES=$(for i in $FILES ; do echo $i ; done | sort -u) +# And now for my last trick... The list is now uniquified! + +# Symlinks instead of copying... +cd ${ELCDIR} +for i in $FILES $sourceonly_all; do + ln -fs /usr/share/emacs/site-lisp/${PACKAGE}/$i +done + +cat << EOF > path.el +(setq load-path (cons "." load-path) byte-compile-warnings nil) +EOF +if test "${APPEND_LOAD_PATH}" != "" +then + cat << EOF >> path.el +(setq load-path (append ${APPEND_LOAD_PATH} load-path)) +EOF +fi + +echo ${FLAVOR} ${FLAGS} -f autoload-liece >> ${LOG} +"${FLAVOR}" ${FLAGS} -f autoload-liece >> ${LOG} 2>&1 +echo ${FLAVOR} ${FLAGS} -f compile-liece >> ${LOG} +"${FLAVOR}" ${FLAGS} -f compile-liece >> ${LOG} 2>&1 +egrep -s -e "While compiling|\*\*" ${LOG} || /bin/true +echo install/${PACKAGE}: Deleting ${LOG} +rm -f path.el liece-make.el ${LOG} + +exit 0 --- liece-2.0+0.20030527cvs.orig/debian/emacsen-remove +++ liece-2.0+0.20030527cvs/debian/emacsen-remove @@ -0,0 +1,15 @@ +#!/bin/sh -e +# /usr/lib/emacsen-common/packages/remove/liece + +FLAVOR=$1 +PACKAGE=liece + +if [ ${FLAVOR} != emacs ]; then +# if test -x /usr/sbin/install-info-altdir; then +# echo remove/${PACKAGE}: removing Info links for ${FLAVOR} +# install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/share/info/${PACKAGE}.info.gz +# fi + + echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} + rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} +fi --- liece-2.0+0.20030527cvs.orig/debian/emacsen-startup +++ liece-2.0+0.20030527cvs/debian/emacsen-startup @@ -0,0 +1,27 @@ +;; -*-emacs-lisp-*- +;; +;; Emacs startup file for the Debian GNU/Linux initz package +;; +;; Originally contributed by Nils Naumann +;; Modified by Dirk Eddelbuettel +;; Adapted for dh-make by Jim Van Zandt + +;; The initz package follows the Debian/GNU Linux 'emacsen' policy and +;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, +;; xemacs19, emacs20, xemacs20...). The compiled code is then +;; installed in a subdirectory of the respective site-lisp directory. +;; We have to add this to the load-path: + +(if (not (file-exists-p "/usr/share/emacs/site-lisp/liece")) + (message "Package liece removed but not purged. Skipping setup.") + (debian-pkg-add-load-path-item + (concat "/usr/share/" (symbol-name debian-emacs-flavor) + "/site-lisp/liece")) + + (autoload 'liece "liece" nil t) + (setq liece-intl-catalogue-directory "/usr/share/locale") + (setq liece-window-style-directory "/usr/share/emacs/site-lisp/liece/styles") + (setq liece-icon-directory "/usr/share/pixmaps/liece") + (setq liece-dcc-program "/usr/lib/liece-dcc/ldcc") + (setq liece-tcp-program "/usr/lib/liece-dcc/ltcp") + (setq liece-window-default-style "top")) --- liece-2.0+0.20030527cvs.orig/debian/init.el +++ liece-2.0+0.20030527cvs/debian/init.el @@ -0,0 +1,70 @@ +;; IRC Server +;(setq liece-server '(:host "irc.kyoto.wide.ad.jp" :service 6667)) + +;; Private information of user. +;(setq liece-name "Your Name") +;(setq liece-nickname "nick") + +;; Customization to change Look & Feel. +;; If non-nil, channel buffer would be displayed. +(setq liece-channel-buffer-mode t) +;; If non-nil, nick buffer would be displayed. +(setq liece-nick-buffer-mode t) +;; If non-nil, channel list buffer would be displayed. +(setq liece-channel-list-buffer-mode t) + +(setq liece-intl-use-localized-message t) +(setq liece-window-default-style "top") +(setq liece-beep-on-bells 'always) +;(setq liece-beep-words-list '("foo" "bar")) +(setq liece-display-channel-always t) +(setq liece-display-time t) +(setq liece-display-prefix-tag t) +(setq liece-use-x-face t) +(setq liece-ctcp t) +(setq liece-insert-environment-version t) +(setq liece-beep-when-invited t) +(setq liece-beep-when-privmsg t) +(setq liece-reconnect-automagic t) +(setq liece-display-unread-mark t) + +;; Highlighten IRC buffers. +(setq liece-highlight-mode t) +;; If `liece-highlight-mode' is non-nil, strings which matches +;; following regular expression would be emphasized by colouring. +;(setq liece-highlight-pattern (regexp-opt '("foo" "bar"))) + +;; Channels we want to join startup time. +;(setq liece-startup-channel-list +; '("#foo" "#bar")) +;; Channel bindings to its numerical expression. +;; Each element of list are bound to n-th. +;; DCC external programs. +;; When this is not specified, we search `dcc' executable in exec-path. +(setq liece-dcc t) +;; Don't receive any files automatically. +(setq liece-dcc-receive-direct nil) + +;;; XEmacs specific features +;; Normal position of toolbar icons. +(setq liece-toolbar-position 'top) +;; Display smiley mark. +(setq liece-use-smiley t) + +;;; URL browsing. +;; Specify browser name. To see available browser names, +;; refer docstring of `liece-url-browser-function'. +;(setq liece-url-browser-name "w3m") + +;; Automatic invisible. +(add-hook 'liece-after-001-hook + (function (lambda (prefix rest) + (liece-send + "MODE %s +i" liece-real-nickname) + nil))) + +;;; Converting codings. +;; Detect coding automatically. +;(setq liece-detect-coding-system t) +;; Convert deprecated hankaku kana to zenkaku kana. +;(setq liece-convert-hankaku-katakana t) --- liece-2.0+0.20030527cvs.orig/debian/liece-dcc.dirs +++ liece-2.0+0.20030527cvs/debian/liece-dcc.dirs @@ -0,0 +1,2 @@ +usr/lib/liece-dcc +usr/share/doc/liece-dcc --- liece-2.0+0.20030527cvs.orig/debian/liece-dcc.docs +++ liece-2.0+0.20030527cvs/debian/liece-dcc.docs @@ -0,0 +1,2 @@ +README +AUTHORS --- liece-2.0+0.20030527cvs.orig/debian/liece.examples +++ liece-2.0+0.20030527cvs/debian/liece.examples @@ -0,0 +1,2 @@ +debian/Xresources.ja +debian/init.el --- liece-2.0+0.20030527cvs.orig/debian/rules +++ liece-2.0+0.20030527cvs/debian/rules @@ -0,0 +1,49 @@ +#!/usr/bin/make -f + +DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes + +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_DH_INSTALLEMACSEN_ARGS := --priority=51 + +clean:: + -rm -f debian/Xresources.ja + -rm -f etc/po/*.mo + + [ ! -f Makefile ] || $(MAKE) distclean + + -rm -f Makefile.in aclocal.m4 configure depcomp install-sh missing + -rm -f dcc/Makefile.in + -rm -f doc/Makefile.in + -rm -f etc/Makefile.in + -rm -f etc/icons/Makefile.in + -rm -f etc/po/Makefile.in + -rm -f etc/styles/Makefile.in + -rm -f lisp/Makefile.in + +common-configure-arch:: + autoreconf -f -i + ./configure --prefix=/usr \ + --with-lispdir=/usr/share/emacs/site-lisp \ + --enable-ipv6 + +build/liece:: + cd etc/po && msgfmt -o liece.mo ja.po + +build/liece-dcc:: + cd dcc && $(MAKE) + +install/liece:: + install -m 644 lisp/*.el $(CURDIR)/debian/liece/usr/share/emacs/site-lisp/liece + install -m 644 lisp/*.x[bp]m $(CURDIR)/debian/liece/usr/share/emacs/site-lisp/liece + install -m 644 contrib/*.el $(CURDIR)/debian/liece/usr/share/emacs/site-lisp/liece + install -m 644 debian/delegate.el $(CURDIR)/debian/liece/usr/share/emacs/site-lisp/liece + install -m 644 lisp/ChangeLog $(CURDIR)/debian/liece/usr/share/doc/liece/changelog + install -m 644 etc/icons/*.xpm $(CURDIR)/debian/liece/usr/share/pixmaps/liece + install -m 644 etc/po/liece.mo $(CURDIR)/debian/liece/usr/share/locale/ja/LC_MESSAGES + install -m 644 etc/styles/top etc/styles/middle etc/styles/bottom \ + $(CURDIR)/debian/liece/usr/share/emacs/site-lisp/liece/styles + install -m 644 etc/Emacs.ad debian/Xresources.ja + +install/liece-dcc:: + install -m 755 dcc/ldcc dcc/ltcp $(CURDIR)/debian/liece-dcc/usr/lib/liece-dcc --- liece-2.0+0.20030527cvs.orig/etc/po/ja.po +++ liece-2.0+0.20030527cvs/etc/po/ja.po @@ -4,11 +4,11 @@ msgid "" msgstr "" "Project-Id-Version: Liece 1.4.7\n" -"PO-Revision-Date: 1998-12-30 18:09 +0900\n" +"PO-Revision-Date: 2002-08-31 22:18+0900\n" "Last-Translator: Daiki Ueno \n" "Language-Team: Daiki Ueno \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=euc-japan\n" +"Content-Type: text/plain; charset=euc-jp\n" "Content-Transfer-Encoding: 8bit\n" msgid " (%d min)"