debian/0000755000000000000000000000000012251323412007161 5ustar debian/dirs.in0000644000000000000000000000016010762553020010454 0ustar usr/share/emacs/site-lisp/wl/etc usr/share/info usr/share/pixmaps/wl usr/share/doc/@PACKAGE@ etc/X11/Xresources debian/emacsen-startup.in0000644000000000000000000000643411402665041012637 0ustar ;;; 65@PACKAGE@.el --- Debian @PACKAGE@ startup file -*-mode: emacs-lisp;-*- (let* ((pkg "@PACKAGE@") (pkg-sname "wl") (flavor-name (if (boundp 'debian-emacs-flavor) (symbol-name debian-emacs-flavor) "emacs")) (pkg-inst (concat "/usr/lib/emacsen-common/packages/install/" pkg)) (elc-dir (concat "/usr/share/" flavor-name "/site-lisp/" pkg-sname))) (when (and (file-exists-p elc-dir) (file-exists-p pkg-inst)) (when (and (not (featurep 'mule)) (file-exists-p (concat elc-dir "/nomule"))) (setq elc-dir (concat elc-dir "/nomule"))) (if (fboundp 'debian-pkg-add-load-path-item) (debian-pkg-add-load-path-item elc-dir) (setq load-path (cons elc-dir load-path))) ;; (autoload 'wl-user-agent-compose "wl-draft" nil t) (if (fboundp 'define-mail-user-agent) (define-mail-user-agent 'wl-user-agent 'wl-user-agent-compose 'wl-draft-send 'wl-draft-kill 'mail-send-hook)) (autoload 'wl "wl" "Wanderlust" t) (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) (autoload 'wl-draft "wl" "Write draft with Wanderlust." t) (setq wl-icon-directory "/usr/share/pixmaps/wl/") (setq ssl-certificate-directory "/etc/ssl/certs") (setq ssl-program-name "gnutls-cli") (setq ssl-program-arguments '("--port" service "--x509cafile" "/etc/ssl/certs/ca-certificates.crt" host)) ;;; (setq ssl-program-name "openssl") ;;; (setq ssl-program-arguments ;;; '("s_client" "-quiet" "-host" host "-port" service ;;; "-verify" (int-to-string ssl-certificate-verification-policy) ;;; "-CApath" ssl-certificate-directory)) (setq wl-auto-save-drafts-interval nil) (setq elmo-archive-tar-method-alist '((ls . ("tar" "-tf")) (cat . ("tar" "-Oxf")) (ext . ("tar" "-xf")) ;;(rm . ("tar" "--delete" "-f")) ;; well not work )) (setq elmo-archive-tgz-method-alist '((ls . ("tar" "-ztf")) (cat . ("tar" "-Ozxf")) (create . ("tar" "-zcf")) ;;(rm . elmo-archive-tgz-rm-func) (cp . elmo-archive-tgz-cp-func) (mv . elmo-archive-tgz-mv-func) (ext . ("tar" "-zxf")) ;; tgz special method (decompress . ("gzip" "-d")) (compress . ("gzip")) (append . ("tar" "-uf")) ;;(delete . ("tar" "--delete" "-f")) ;; well not work )) (if (and (featurep 'xemacs) (fboundp 'user-mail-address) (boundp 'user-mail-address) (not user-mail-address) (boundp 'query-user-mail-address) (not query-user-mail-address)) (user-mail-address)) (if (not (and (boundp 'user-mail-address) (> (length user-mail-address) 0))) (setq wl-from (concat (if (and (boundp 'user-full-name) (> (length user-full-name) 0)) (concat user-full-name " <")) (if (and (boundp 'user-login-name) (> (length user-login-name) 0)) user-login-name (if (fboundp 'user-login-name) (user-login-name) "")) "@" (if (and (boundp 'mail-host-address) (> (length mail-host-address) 0)) mail-host-address (if (fboundp 'system-name) (system-name) "localhost")) (if (and (boundp 'user-full-name) (> (length user-full-name) 0)) ">")))) ;; )) ;;; 65@PACKAGE@.el ends here debian/compat0000644000000000000000000000000211111536445010365 0ustar 7 debian/info0000644000000000000000000000003310762553020010040 0ustar doc/wl.info doc/wl-ja.info debian/rules0000755000000000000000000000506112251110523010240 0ustar #! /usr/bin/make -f #export DH_VERBOSE=1 PACKAGE=`cat debian/PACKAGE` PKGSNAME=wl EMACS=emacs pre-build: pre-build-stamp pre-build-stamp: dh_testdir grep '^Package: ' debian/control | head -1 | sed -e "s/^Package: //" > debian/PACKAGE sed -e "s/@PACKAGE@/$(PACKAGE)/g" debian/README.Debian.in > debian/README.Debian sed -e "s/@PACKAGE@/$(PACKAGE)/g" debian/dirs.in > debian/dirs sed -e "s/@PACKAGE@/$(PACKAGE)/g" debian/emacsen-install.in > debian/emacsen-install sed -e "s/@PACKAGE@/$(PACKAGE)/g" debian/emacsen-remove.in > debian/emacsen-remove sed -e "s/@PACKAGE@/$(PACKAGE)/g" debian/emacsen-startup.in > debian/emacsen-startup touch $@ build-indep: pre-build build-indep-stamp build-indep-stamp: dh_testdir $(EMACS) -q -no-site-file -batch -eval '(progn (set-language-environment "Japanese")'"(prefer-coding-system 'iso-2022-jp))" -l WL-MK -eval '(wl-texinfo-format)' touch $@ build-arch: build: build-indep build-arch clean: dh_testdir dh_testroot rm -f *build*-stamp rm -f doc/*.info debian/PACKAGE debian/README.Debian debian/dirs debian/emacsen-install debian/emacsen-remove debian/emacsen-startup dh_clean install: build-indep dh_testdir dh_testroot dh_prep dh_installdirs cp -r WL-* NEWS* wl elmo utils debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PKGSNAME)/ cp -r etc/icons/* debian/$(PACKAGE)/usr/share/pixmaps/$(PKGSNAME)/ cp etc/ja.Emacs debian/$(PACKAGE)/etc/X11/Xresources/wanderlust.ja mv debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PKGSNAME)/wl/ChangeLog debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/changelog.wl mv debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PKGSNAME)/elmo/ChangeLog debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/changelog.elmo mv debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PKGSNAME)/utils/ChangeLog debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/changelog.utils binary-indep: install dh_testdir dh_testroot dh_installdocs dh_installexamples samples/* dh_installemacsen --priority 65 dh_installinfo dh_installchangelogs ChangeLog dh_link usr/share/pixmaps/$(PKGSNAME) usr/share/emacs/site-lisp/$(PKGSNAME)/etc/icons dh_link usr/share/emacs/site-lisp/$(PKGSNAME)/NEWS /usr/share/doc/$(PACKAGE)/NEWS dh_link usr/share/emacs/site-lisp/$(PKGSNAME)/NEWS.ja /usr/share/doc/$(PACKAGE)/NEWS.ja find debian/$(PACKAGE) -name CVS -prune -exec rm -rf {} \; find debian/$(PACKAGE) -name .cvsignore -prune -exec rm -rf {} \; dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: binary: binary-indep binary-arch .PHONY: build-indep build-arch build clean binary-indep binary-arch binary install debian/preinst0000644000000000000000000000017112251110536010570 0ustar #!/bin/sh set -e dpkg-maintscript-helper rm_conffile \ /etc/emacs/site-start.d/50wl.el 2.6.1-4~ -- "$@" #DEBHELPER# debian/copyright0000644000000000000000000001357512142164350011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Wanderlust Source: https://github.com/wanderlust/wanderlust Files: * Copyright: 1998-2012, Yuuichi Teranishi 1998-2000, OKUNISHI Fujikazu 1998-2001, Masahiro MURATA 1999-2002, Kenichi OKADA 2000-2001, TAKAHASHI Kaoru 2000, OKAZAKI Tetsurou 1998-2003, Daiki Ueno 1999, Yoshiki Hayashi 2000-2004, Katsumi Yamaoka 2003-2004, Hiroya Murata 2002, Yoichi NAKAYAMA 2004, Daishi Kato 2000, A. SAGATA 2003, Chihiro Kuroda 1998-2000, Shun-ichi GOTO 1998-2000, Takeshi Chiba 2001, Kitamoto Tsuyoshi 1999-2000, TSUMURA Tomoaki 1995-1996, William M. Perry 1985-2003, Free Software Foundation, Inc. License: GPL-2+ 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. . On Debian systems, the complete text of the GNU General Public License, version 2, can be found in `/usr/share/common-licenses/GPL-2'. Files: utils/wl-mailto.el Copyright: 1999, Sen Nagata License: GPL-2 On Debian systems, the complete text of the GNU General Public License, version 2, can be found in `/usr/share/common-licenses/GPL-2'. Files: utils/wl-addrbook.el utils/wl-complete.el Copyright: 1997-2001, Mew developing team 2001, Masahiro Murata License: BSD-3-clause 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. 3. Neither the name of the team nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE TEAM AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE TEAM OR CONTRIBUTORS BE 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) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: doc/txi-en.tex Copyright: 1999-2007, Free Software Foundation. License: GPL-3+ 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 3 of the License, or (at your option) any later version. . On Debian systems, the complete text of the GNU General Public License, version 3, can be found in `/usr/share/common-licenses/GPL-3'. Files: doc/texinfo.tex Copyright: 1985-2008, Free Software Foundation, Inc. License: GPL-3+ with Texinfo exception This texinfo.tex file 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 3 of the License, or (at your option) any later version. . On Debian systems, the complete text of the GNU General Public License, version 3, can be found in `/usr/share/common-licenses/GPL-3'. . As a special exception, when this file is read by TeX when processing a Texinfo source document, you may use the result without restriction. (This has been our intent since Texinfo was invented.) Files: doc/wl-ja.texi doc/wl.texi Copyright: 1998-2002, Yuuichi Teranishi, Fujikazu Okunishi, Masahiro Murata, Kenichi Okada, Kaoru Takahashi, Bun Mizuhara, Masayuki Osada, Katsumi Yamaoka, Hiroya Murata and Yoichi Nakayama License: Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. . Permission is granted to process this file through TeX and print the results, provided the printed document carries copying permission notice identical to this one except for the removal of this paragraph (this paragraph not being relevant to the printed manual). . Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. . Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions. Files: debian/* Copyright: 2003-2013, Tatsuya Kinoshita 1998-2003, Takuo KITAME License: This work is distributed under the same conditions as the upstream. debian/prerm0000644000000000000000000000044512251110571010234 0ustar #!/bin/sh set -e # Workaround to compatible with emacsen-common <2.0.0 if [ ! -e /var/lib/emacsen-common/state/package/installed/emacsen-common ]; then if [ -x /usr/lib/emacsen-common/emacs-package-remove ]; then /usr/lib/emacsen-common/emacs-package-remove wl fi else #DEBHELPER# fi debian/postrm0000644000000000000000000000017012251110544010426 0ustar #!/bin/sh set -e dpkg-maintscript-helper rm_conffile \ /etc/emacs/site-start.d/50wl.el 2.6.1-4~ -- "$@" #DEBHELPER# debian/README.Debian.in0000644000000000000000000000166511402664740011650 0ustar @PACKAGE@ for Debian ------------------ The following setting enables you to run Wanderlust as a default mail user agent of emacsen. (if (boundp 'mail-user-agent) (setq mail-user-agent 'wl-user-agent)) (if (boundp 'read-mail-command) (setq read-mail-command 'wl)) To use the ssl feature, install the gnutls-bin package and the ca-certificates package. In the startup file (/etc/emacs/site-start.d/*@PACKAGE@.el), ssl-program-name is set to gnutls-cli instead openssl, and ssl-program-arguments is set to verify certificates. If you encounter a connection failure, execute gnutls-cli directly to diagnose. See also the manual of gnutls-cli. (setq ssl-program-name "gnutls-cli") (setq ssl-program-arguments '("--port" service "--x509cafile" "/etc/ssl/certs/ca-certificates.crt" ;; verify certificates host)) For more information, see the Info documents. -- Tatsuya Kinoshita , Sun, 6 Jun 2010 18:26:56 +0900 debian/patches/0000755000000000000000000000000012161312540010610 5ustar debian/patches/20_ssl-cert-info.patch0000644000000000000000000000113211401724102014611 0ustar Author: Tatsuya Kinoshita Description: Use "opsnssl" instead of ssl-program-name for ssl-certificate-information --- wl-beta-2.15.9+0.20100525-1/utils/ssl.el 2004-01-18 23:28:28.000000000 +0900 +++ wl-beta-2.15.9+0.20100525/utils/ssl.el 2010-06-03 22:00:47.000000000 +0900 @@ -117,7 +117,7 @@ (insert certificate) (setq exit-code (condition-case () (call-process-region (point-min) (point-max) - ssl-program-name + "openssl" t (list (current-buffer) nil) t "x509" "-subject" ; Print the subject DN debian/patches/30_epg-config.patch0000644000000000000000000000130311715610503014152 0ustar Author: Tatsuya Kinoshita Description: Don't use the epg-configuration function Bug-Debian: http://bugs.debian.org/657131 This patch prevents the creation of "$HOME/.gnupg" mentioned in Debian Bug#657131. The epg-configuration function invokes "gpg --with-colons --list-config" which causes this bug. --- wanderlust.orig/wl/wl-vars.el 2011-07-10 15:42:40.000000000 +0900 +++ wanderlust/wl/wl-vars.el 2012-02-12 09:55:12.000000000 +0900 @@ -2952,7 +2952,7 @@ (condition-case nil (progn (require 'epg-config) - (epg-check-configuration (epg-configuration)) + ;;(epg-check-configuration (epg-configuration)) 'epg) (error 'pgg)) "*Which PGG library to be used." debian/patches/40_Add-coding-tag.patch0000644000000000000000000000240212161312511014632 0ustar Subject: Add coding tag From: Tatsuya Kinoshita diff --git a/elmo/elmo-vars.el b/elmo/elmo-vars.el index 5872699..3d85863 100644 --- a/elmo/elmo-vars.el +++ b/elmo/elmo-vars.el @@ -1,4 +1,4 @@ -;;; elmo-vars.el --- User variables for ELMO. +;;; elmo-vars.el --- User variables for ELMO. -*-coding: iso-2022-jp;-*- ;; Copyright (C) 1998,1999,2000 Yuuichi Teranishi diff --git a/wl/wl-news.el.in b/wl/wl-news.el.in index d3803cb..47d3afb 100644 --- a/wl/wl-news.el.in +++ b/wl/wl-news.el.in @@ -1,4 +1,4 @@ -;;; wl-news.el --- Create notification from NEWS(.ja) for Wanderlust. +;;; wl-news.el --- Create notification from NEWS(.ja) for Wanderlust. -*-coding: iso-2022-jp;-*- ;; Copyright (C) 2002 Yoichi NAKAYAMA ;; Copyright (C) 2002 Kenichi OKADA diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 170d744..91c5266 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1,4 +1,4 @@ -;;; wl-vars.el --- Variable definitions for Wanderlust. +;;; wl-vars.el --- Variable definitions for Wanderlust. -*-coding: iso-2022-jp;-*- ;; Copyright (C) 1998,1999,2000,2001 Yuuichi Teranishi ;; Copyright (C) 1998,1999,2000,2001 Masahiro MURATA debian/patches/10_elmo-intern-soft.patch0000644000000000000000000000204511344665725015356 0ustar Author: Katsuyoshi Ohara Description: Define elmo-intern-soft to fix unknown archiver type Origin: http://lists.airs.net/wl/archive/201003/msg00000.html --- wl-beta-2.15.9+0.20100303.orig/elmo/elmo-archive.el 2010-01-05 18:38:59.000000000 +0900 +++ wl-beta-2.15.9+0.20100303/elmo/elmo-archive.el 2010-03-02 22:50:40.000000000 +0900 @@ -89,6 +89,9 @@ (luna-define-method elmo-archive-folder-path ((folder elmo-archive-folder)) elmo-archive-folder-path) +(defun elmo-intern-soft (str) + (if (eq str "") nil (intern-soft str))) + (luna-define-method elmo-folder-initialize ((folder elmo-archive-folder) name) @@ -102,7 +105,7 @@ (elmo-archive-folder-set-archive-name-internal folder "")) (or (elmo-archive-folder-set-archive-type-internal - folder (intern-soft (elmo-match-string 2 name))) + folder (elmo-intern-soft (elmo-match-string 2 name))) (elmo-archive-folder-set-archive-type-internal folder elmo-archive-default-type)) (or (elmo-archive-folder-set-archive-prefix-internal debian/patches/series0000644000000000000000000000013512161312547012033 0ustar 10_elmo-intern-soft.patch 20_ssl-cert-info.patch 30_epg-config.patch 40_Add-coding-tag.patch debian/emacsen-remove.in0000644000000000000000000000047011114746474012436 0ustar #! /bin/sh # /usr/lib/emacsen-common/packages/remove/@PACKAGE@ set -e FLAVOR=$1 PACKAGE=@PACKAGE@ PKGSNAME=wl case $FLAVOR in emacs|emacs19|mule2) exit 0 ;; esac ELCDIR=/usr/share/$FLAVOR/site-lisp/$PKGSNAME echo "remove/$PACKAGE: purging byte-compiled files for $FLAVOR" rm -rf "$ELCDIR" exit 0 debian/control0000644000000000000000000000404612251110571010570 0ustar Source: wl Section: lisp Priority: extra Maintainer: Tatsuya Kinoshita Build-Depends: debhelper (>= 7) Build-Depends-Indep: emacs | emacs24 | emacs23 | emacs22, apel (>= 10.7), flim, semi Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/collab-maint/wl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/wl.git Homepage: https://github.com/wanderlust/wanderlust Package: wl Architecture: all Depends: emacs | emacsen, semi (>= 1.14.6+0.20100125), flim (>= 1:1.14.6), apel (>= 10.7), dpkg (>= 1.15.4) | install-info, ${misc:Depends} Suggests: gnupg, easypg, gnutls-bin, openssl, starttls, x-face-el, w3m-el, mule-ucs, bbdb, im, bitmap-mule, namazu2, bogofilter | bsfilter | spamassassin, mu-cite, mhc Replaces: wl-beta, wanderlust2 Conflicts: wl-beta, wanderlust2, xbase (<< 3.3.2.3a-2) Provides: imap-client, mail-reader, news-reader Description: mail/news reader supporting IMAP for emacsen Wanderlust is a mail/news management system on emacsen. It supports IMAP4rev1 (RFC2060), NNTP, POP and local message files. . The main features of Wanderlust: . - Pure elisp implementation. - Supports IMAP4rev1, NNTP, POP (POP3/APOP), MH and Maildir format. - Unified access method to messages based on Mew-like Folder Specification. - Mew-like Key-bind and mark handling. - Manages unread messages. - Interactive thread display. - Folder Mode shows the list of subscribed folders. - Message Cache, Disconnected Operation. - MH-like FCC. (Fcc: %Backup and Fcc: $Backup is allowed). - MIME compliant (by SEMI). - Transmission of news and mail are unified by Message transmitting draft. - Graphical list of folders. - View a part of message without retrieving the whole message (IMAP4). - Server-side message look up (IMAP4). Multi-byte characters are allowed. - Virtual Folders. - Supports compressed folder using common archiving utilities. - Old articles in folders are automatically removed/archived (Expiration). - Automatic re-file. - Template function makes it convenient to send fixed form messages. debian/watch0000644000000000000000000000020412142166104010210 0ustar version=3 opts="uversionmangle=s/_/./g;s/rc/~rc/;s/pre/~pre/" \ https://github.com/wanderlust/wanderlust/tags .*/wl-(\d.*)\.tar\.gz debian/docs0000644000000000000000000000003012142163662010035 0ustar README* BUGS* doc/TODO* debian/emacsen-install.in0000644000000000000000000000731712251117474012611 0ustar #! /bin/sh # /usr/lib/emacsen-common/packages/install/@PACKAGE@ set -e FLAVOR=$1 PACKAGE=@PACKAGE@ PKGSNAME=wl if [ ! -f "/usr/share/$FLAVOR/site-lisp/apel/poe.elc" ]; then exit 0; fi if [ ! -f "/usr/share/$FLAVOR/site-lisp/flim/mime.elc" ]; then exit 0; fi if [ ! -f "/usr/share/$FLAVOR/site-lisp/semi/mime-view.elc" ]; then exit 0; fi case $FLAVOR in emacs|emacs19|mule2) exit 0 ;; *xemacs*) mule=`/bin/ls -1 /usr/bin/$FLAVOR*-mule* 2>/dev/null | head -1` nomule=`/bin/ls -1 /usr/bin/$FLAVOR*-nomule* 2>/dev/null | head -1` if [ -n "$nomule" ]; then if [ -n "$mule" ]; then EMACSEN="$mule $nomule" else EMACSEN="$nomule" fi else EMACSEN=$FLAVOR fi ;; *) EMACSEN=$FLAVOR ;; esac ELCDIR=/usr/share/$FLAVOR/site-lisp/$PKGSNAME ELDIR=/usr/share/emacs/site-lisp/$PKGSNAME ELCSTAMP=$ELCDIR/compile-stamp if [ -f "$ELCSTAMP" ]; then echo "install/$PACKAGE: already byte-compiled for $FLAVOR, skipped" exit 0 fi LOG=`mktemp -t elc.XXXXXXXXXXXX` chmod 644 "$LOG" echo "install/$PACKAGE: byte-compiling for $FLAVOR, logged in $LOG" cd "$ELDIR" LINKS=`echo elmo/*.el utils/*.el wl/*.el wl/wl-news.el.in NEWS* WL-* etc` if [ ! -d "$ELCDIR" ]; then mkdir "$ELCDIR" chmod 755 "$ELCDIR" fi for EMACS in $EMACSEN; do cd "$ELCDIR" TOELDIR=../../../emacs/site-lisp/$PKGSNAME case $EMACS in *-nomule*) if [ x"$EMACS" != x"$EMACSEN" ]; then if [ ! -d nomule ]; then mkdir nomule chmod 755 nomule fi cd nomule TOELDIR=../$TOELDIR fi ;; esac rm -f *.elc __myinit.el for f in $LINKS; do ln -sf "$TOELDIR/$f" . done case $FLAVOR in *xemacs*) rm -f wl-e21.el wl-mule.el ;; emacs22|emacs21|emacs20) break ;; emacs2[3-9]|emacs-*|emacs*cvs*) rm -f wl-xmas.el wl-mule.el utf7.el ;; *) rm -f wl-xmas.el wl-mule.el ;; esac case $EMACS in *-nomule*) rm -f elmo-shimbun.el ;; esac FILES=`/bin/ls -1 *.el | egrep -v '^(bbdb-wl.el|elsp-spamfilter.el|elmo-shimbun.el|wl-news.el)'` cat > __myinit.el << EOF (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/apel" load-path)) (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/flim" load-path)) (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/semi" load-path)) (setq load-path (cons "." load-path)) (setq byte-compile-warnings nil) (setq WLDIR ".") EOF if [ -f elmo-shimbun.el ] && [ -f "/usr/share/$FLAVOR/site-lisp/w3m/shimbun/shimbun.elc" ]; then FILES="$FILES elmo-shimbun.el" cat >> __myinit.el << EOF (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/w3m" load-path)) (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/w3m/shimbun" load-path)) EOF fi case $EMACS in *-nomule*) cat >> __myinit.el << EOF (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/apel/nomule" load-path)) (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/flim/nomule" load-path)) (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/semi/nomule" load-path)) EOF ;; *) esac FLAGS="-q -no-site-file -batch -l __myinit.el -l WL-MK -eval" ARG="(progn (config-wl-package-subr)(make-wl-news))" echo "$EMACS" $FLAGS "$ARG" >> "$LOG" "$EMACS" $FLAGS "$ARG" >> "$LOG" 2>&1 FLAGS="-q -no-site-file -batch -l __myinit.el -f batch-byte-compile" echo "$EMACS" $FLAGS $FILES >> "$LOG" "$EMACS" $FLAGS $FILES >> "$LOG" 2>&1 chmod 644 *.elc rm -f __myinit.el* wl-news.el.in NEWS* WL-* done # EMACS in $EMACSEN echo "install/$PACKAGE: deleting $LOG" rm -f "$LOG" echo "install/$PACKAGE: byte-compiling for reverse dependency" pkg=mhc dir=/usr/share/$FLAVOR/site-lisp/$pkg inst=/usr/lib/emacsen-common/packages/install/$pkg if [ -d "$dir" ] && [ -f "$inst" ]; then rm -f "$dir"/*.elc "$dir"/*-stamp "$inst" "$FLAVOR" fi touch "$ELCSTAMP" exit 0 debian/source/0000755000000000000000000000000011341204511010456 5ustar debian/source/format0000644000000000000000000000001411341204511011664 0ustar 3.0 (quilt) debian/postinst0000644000000000000000000000063412251110571010772 0ustar #!/bin/sh set -e dpkg-maintscript-helper rm_conffile \ /etc/emacs/site-start.d/50wl.el 2.6.1-4~ -- "$@" # Workaround to compatible with emacsen-common <2.0.0 if [ ! -e /var/lib/emacsen-common/state/package/installed/emacsen-common ]; then if [ "$1" = "configure" ] && [ -x /usr/lib/emacsen-common/emacs-package-install ]; then /usr/lib/emacsen-common/emacs-package-install wl fi else #DEBHELPER# fi debian/changelog0000644000000000000000000010067712251323412011046 0ustar wl (2.15.9+0.20120411-3) unstable; urgency=low * Workaround for emacsen-common <2 and debhelper <9.20131104 * Do not byte-compile for emacs22|emacs21|emacs20 * Use dpkg-maintscript-helper to remove obsolete conffile * Update Standards-Version to 3.9.5 -- Tatsuya Kinoshita Mon, 09 Dec 2013 20:17:42 +0900 wl (2.15.9+0.20120411-2) unstable; urgency=low * New patch 40_Add-coding-tag.patch * Add Vcs-Git and Vcs-Browser -- Tatsuya Kinoshita Sat, 22 Jun 2013 21:21:55 +0900 wl (2.15.9+0.20120411-1) unstable; urgency=low * Imported Upstream version 2.15.9+0.20120411 - Switch upstream to the development snapshot, because the upstream version 2.14.0 released on 2005-03-25 is too old and hard to maintain. The upstream tarball is from Debian wheezy, package wl-beta. * debian/*: Sync with wl-beta -- Tatsuya Kinoshita Tue, 07 May 2013 21:34:52 +0900 wl (2.14.0-12) unstable; urgency=low * debian/emacsen-startup.in: Set ssl-program-name and ssl-program-arguments to use gnutls-cli instead of openssl s_client. (closes: #294658) * debian/README.Debian.in: Add information to customize gnutls-cli options. * debian/control: Add gnutls-bin to Suggests. * debian/patches/20_ssl-cert-info.patch: Use "opsnssl" instead of ssl-program-name for ssl-certificate-information. * debian/patches/10_elmo-intern-soft.patch: Define elmo-intern-soft to fix unknown archiver type. Patch from [wl:14407] on 2010-03-02 by Katsuyoshi Ohara. * debian/patches/0*.patch: Generated from applied patches. * Switch to dpkg-source 3.0 (quilt) format. -- Tatsuya Kinoshita Sun, 20 Jun 2010 21:35:01 +0900 wl (2.14.0-11) unstable; urgency=low * debian/control: - Add `dpkg (>= 1.15.4) | install-info' to Depends. - Add ${misc:Depends} to Depends. - Set Section to lisp. - Update Standards-Version to 3.8.4. * debian/copyright: Updated. -- Tatsuya Kinoshita Sat, 13 Feb 2010 15:43:49 +0900 wl (2.14.0-10) unstable; urgency=low * debian/emacsen-*: Rewritten. - Don't install utf7.el for Emacs 23. - Set wl-auto-save-drafts-interval to nil in the startup file. * debian/rules, debian/__env.el: Don't use __env.el. * debian/compat, debian/control: Update debhelper version to 7. * debian/control: - Remove `make' from Depends. - Move `Homepage:' from Description to the header. - Update Standards-Version to 3.8.1. * debian/rules: Use dh_prep instead of `dh_clean -k'. * debian/copyright: Updated. -- Tatsuya Kinoshita Thu, 09 Apr 2009 00:08:33 +0900 wl (2.14.0-9) unstable; urgency=low * debian/rules: Use emacs instead of emacs21. -- Tatsuya Kinoshita Mon, 09 Jul 2007 22:02:08 +0900 wl (2.14.0-8) unstable; urgency=low * debian/control: - Prefer emacs to emacs21. - Revise Description. * debian/README.Debian.in: Typo fix. -- Tatsuya Kinoshita Sun, 08 Jul 2007 21:27:01 +0900 wl (2.14.0-7) unstable; urgency=low * debian/emacsen-install.in: Make symlink for elmo-shimbun.el, elsp-spamfilter.el, bbdb-wl.el and ssl.el. * debian/README.Debian.in: - Remove "Extra packages" section. - Rename from README.Debian for wl and wl-beta. * debian/rules: Generate README.Debian from README.Debian.in. -- Tatsuya Kinoshita Mon, 7 May 2007 23:02:47 +0900 wl (2.14.0-6) unstable; urgency=medium * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp. [CVE-2007-1558] * debian/control: Conflict with wanderlust2. * Rename debian/env.el to debian/__env.el. -- Tatsuya Kinoshita Tue, 24 Apr 2007 23:14:01 +0900 wl (2.14.0-5) unstable; urgency=low * wl/wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line. (from CVS 2006-02-09 Yoichi NAKAYAMA, closes: #419187) * debian/emacsen-install.in: Don't byte-compile bbdb-wl.el. * debian/control: - (Description): Use `Homepage:'. - (Priority): optional -> extra. * debian/watch: - Set Action to uupdate. - Use mirror site. * debian/copyright: - Change URL of mirror site. - Mention Debian packaging condition. -- Tatsuya Kinoshita Sat, 14 Apr 2007 19:13:17 +0900 wl (2.14.0-4) unstable; urgency=medium * elmo/elmo-imap4.el: Fix "IMAP error: No `OK' response from server", patch from upstream CVS version. (closes: #405284) -- Tatsuya Kinoshita Tue, 2 Jan 2007 21:08:54 +0900 wl (2.14.0-3) unstable; urgency=low * debian/control (Build-Depends): Depend on debhelper version 5. * debian/compat: 3 -> 5. * debian/control (Standards-Version): 3.6.2 -> 3.7.2. * debian/control (Maintainer): tats@vega.ocn.ne.jp -> tats@debian.org. * debian/copyright: Ditto. -- Tatsuya Kinoshita Thu, 8 Jun 2006 01:21:26 +0900 wl (2.14.0-2) unstable; urgency=low * debian/emacsen-install.in: Don't remove wl-news.el. * debian/emacsen-install.in: Don't run `make clean'. * debian/copyright: Update the postal address of the Free Software Foundation. * debian/control (Standards-Version): 3.6.1 -> 3.6.2. * Sponsored by Fumitoshi UKAI * debian/control: add semi, flim to build-depends: * debian/postinst: fix bashism. [ -a -> && -- Tatsuya Kinoshita Sat, 13 Aug 2005 13:45:19 +0900 wl (2.14.0-1) unstable; urgency=low * New upstream release. (closes: #293730) - wl-draft-folder can be set to Maildir folder (closes: #278140) * debian/rules: Load WL-MK to use the wl-texinfo-format function. * debian/rules: Set file modes of *.el to 0644 explicitly. * debian/rules: Don't install `CVS' directories. * debian/env.el: Prefer iso-2022-jp instead of euc-jp. * debian/emacsen-startup.in: Remove setting of threading characters for nomule emacsen (integrated in the upstream). * debian/emacsen-startup.in: Set the ssl-certificate-directory variable to "/etc/ssl/certs", and set the ssl-certificate-verification-policy variable to 3. * debian/emacsen-install.in: Ready for emacsen flavors sxemacs*. * debian/control: Add `starttls' to `Suggests'. * debian/control: Revise description. * debian/watch: New file. * debian/copyright: Updated. * debian/README.Debian: Update the "Extra packages" section. -- Tatsuya Kinoshita Sat, 4 Jun 2005 15:38:08 +0900 wl (2.10.1+0.20040728-2) unstable; urgency=low * debian/control: Depends on apel (>= 10.6), flim (>= 1:1.14.6) and semi (>= 1.14.6). * debian/control: Suggests `mu-cite'. -- Tatsuya Kinoshita Wed, 11 Aug 2004 20:38:32 +0900 wl (2.10.1+0.20040728-1) unstable; urgency=low * New upstream release. (CVS snapshot, wl-2_10 branch on 2004-07-28 at 23:02 +0900) - wl-summary.el (wl-summary-insert-thread): Fixed the logic to detect thread loop. -- Tatsuya Kinoshita Thu, 29 Jul 2004 19:08:51 +0900 wl (2.10.1+0.20040721-1) unstable; urgency=medium * New upstream release. (CVS snapshot, wl-2_10 branch on 2004-07-21 at 07:02 +0900) - Fixed bug to lost messages on refiling failure. -- Tatsuya Kinoshita Wed, 21 Jul 2004 07:26:39 +0900 wl (2.10.1+0.20040524-1) unstable; urgency=low * New upstream release. (CVS snapshot, wl-2_10 branch on 2004-05-24 at 23:50 +0900) * debian/00wl.patch*: Removed. (merged into the upstream wl-2_10) * debian/emacsen-install.in: Create *.el symlinks. * debian/copyright: Updated. -- Tatsuya Kinoshita Sun, 30 May 2004 21:03:00 +0900 wl (2.10.1-7) unstable; urgency=low * wl-highlight.el (wl-highlight-signature-search): Don't use re-search-backward for a long word since it is possible to crash XEmacs because of a bug. (patch from upstream CVS on 2004-02-19) -- Tatsuya Kinoshita Sun, 7 Mar 2004 00:40:45 +0900 wl (2.10.1-6) unstable; urgency=low * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just before calling `recenter' in order to cope with an XEmacs bug. (patch from upstream CVS on 2004-01-16) -- Tatsuya Kinoshita Tue, 3 Feb 2004 07:50:01 +0900 wl (2.10.1-5) unstable; urgency=low * wl/wl-address.el (wl-address-delete): Fix mis-deleting. (patch from upstream CVS on 2004-01-03) * debian/README.Debian: Describe extra packages. * debian/control (Suggests): Add `namazu2'. * debian/copyright: Further clarification. -- Tatsuya Kinoshita Sun, 4 Jan 2004 15:12:39 +0900 wl (2.10.1-4) unstable; urgency=medium * debian/emacsen-startup.in: Don't fail when /etc/mailname doesn't exist on XEmacs. (closes: #221473) -- Tatsuya Kinoshita Fri, 21 Nov 2003 00:30:16 +0900 wl (2.10.1-3) unstable; urgency=low * debian/control (Build-Depends-Indep): Depend on emacs21 instead of emacs20. * debian/rules: Use emacs21 instead of emacs20. * debian/README.Debian.in: New file. Describe how to set mail-user-agent. * debian/rules: Install README.Debian. * debian/emacsen-startup.in: Evaluate the user-mail-address function for XEmacs. * debian/emacsen-startup.in: Add autoload for wl-user-agent-compose. * debian/emacsen-startup.in: Set wl-from if user-mail-address doesn't exist. * debian/emacsen-startup.in: Set elmo-archive-tar-method-alist and elmo-archive-tgz-method-alist to use `tar' instead of `gtar'. * debian/rules: Don't modify `elmo/elmo-archive.el'. * debian/emacsen-install.in: Set file mode to 644 explicitly. * debian/emacsen-install.in: Check semi/compile-stamp. * debian/control (Suggests): Add `bitmap-mule'. * debian/control (Suggests): Add `mhc'. * debian/control (Suggests): Really add `mule-ucs'. * debian/control (Replaces): Add `wl-beta'. * debian/emacsen-install.in (DOCDIR): Removed. * debian/copyright: Revised. * Use debian/compat instead of DH_COMPAT. - debian/compat: New file. - debian/rules: Remove `export DH_COMPAT=3'. - debian/control (Build-Depends-Indep): debhelper (>= 3.4.4). * debian/control (Standards-Version): 3.6.0 -> 3.6.1. -- Tatsuya Kinoshita Wed, 12 Nov 2003 00:43:17 +0900 wl (2.10.1-2) unstable; urgency=low * wl/wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing empty lines. (apply patch from upstream cvs, wl-2_10 branch) * elmo/elmo-imap4.el (elmo-imap4-folder-diff-plugged): Fix incomplete elmo-use-select-to-update-status (apply patch from Bug#145934, thanks to David Smith ) * debian/emacsen-startup: Set threading characters for nomule emacsen. * debian/control (Depends): Add `make'. * debian/control (Standards-Version): 3.6.0. * debian/preinst.in: Support for wl and wl-beta. * debian/copyright: Revised. * debian/*: Merge wl and wl-beta. - Cleanup installation scripts. - Install NEWS* files in the site-lisp directory. - debian/copyright: Revised. - debian/control (Suggests): Add `mule-ucs'. -- Tatsuya Kinoshita Mon, 28 Jul 2003 21:40:03 +0900 wl (2.10.1-1) unstable; urgency=low * New upstream release * Change default value of the wl-summary-weekday-name-lang variable. On Japanese environment, "ja" is used by default. (reject Debian patch for wl-vars.el) * Rewrite Info files installation. - Fix duplicate menuentry. (closes: #199676) * Don't reject xemacs21-nomule. (reject Debian patch for WL-MK) * Cleanup installation scripts. * Ready for xemacs21-{mule,nomule} flavors. * debian/emacsen-install: Recompile mhc for mhc-wl. * debian/emacsen-startup: Cleanup. * debian/control: Conflict with xbase (<< 3.3.2.3a-2). * debian/rules: Don't leave install-stamp when `debuild clean'. * debian/rules: Use binary-indep instead of binary-arch. * debian/rules: Install changelog.utils. * debian/control: Use Build-Depends-Indep instead of Build-Depends. * debian/control: Build-depend on emacs20 instead of emacs21. * debian/docs: Don't contain install documentation. * debian/docs: Add doc/TODO. * debian/docs: Remove doc/wl-ja.texi. * debian/prerm: Removed. * debian/control (Depends): Prefer emacs21 instead of emacs20. * debian/control (Depends): semi (>= 1.14) -> (>= 1.14.3). * debian/control (Suggests): Add bbdb and im. * debian/control (Standards-Version): 3.5.2 -> 3.5.10. * debian/control (Description): Revised. * debian/copyright: Revised. * debian/env.el: Use prefer-coding-system instead of set-default-coding-systems. * debian/README.Debian: Removed. * New maintainer. (with previous maintainer's consent) -- Tatsuya Kinoshita Sun, 6 Jul 2003 22:19:31 +0900 wl (2.10.0-1) unstable; urgency=low * New upstream release (closes: #177154) -- Takuo KITAME Thu, 23 Jan 2003 13:21:32 +0900 wl (2.8.1-6) unstable; urgency=low * change Maintainer address to @debian.org -- Takuo KITAME Wed, 13 Nov 2002 12:58:43 +0900 wl (2.8.1-5) unstable; urgency=low * bbdb-wl.el from CVS trunk (closes: #144494) -- Takuo KITAME Fri, 26 Apr 2002 13:03:35 +0900 wl (2.8.1-4) unstable; urgency=low * emacsen-startup: - remove (setq mime-edit-split-message nil). It should be in semi package. (closes: #132303) -- Takuo KITAME Wed, 24 Apr 2002 10:15:14 +0900 wl (2.8.1-3) unstable; urgency=high * fix build problem (closes: #134861) * build-depends: apel -- Takuo KITAME Wed, 20 Feb 2002 21:51:16 +0900 wl (2.8.1-2) unstable; urgency=low * wl/wl-vars.el(wl-summary-weekday-name-lang): default is en. remove setq from emacsen-startup. (closes: #127315) -- Takuo KITAME Wed, 2 Jan 2002 02:59:19 +0900 wl (2.8.1-1) unstable; urgency=low * New upstream release -- Takuo KITAME Fri, 28 Dec 2001 18:32:56 +0900 wl (2.8+pre-1) unstable; urgency=low * New upstream release (pre 2.8.0 as 2001.12.18) * debian/control: - Suggests: gnupg, openssl, x-face-el, w3m-el * debian/emacsen-startup: - remove code to use w3m. It's in semi package. - merge wl-beta's emacsen-startup code -- Takuo KITAME Tue, 18 Dec 2001 10:53:07 +0900 wl (2.6.1-4) unstable; urgency=low * control: - Depends: + flim (>= 1:1.14.3-7) (closes: #123581) * emacsen-startup: - use emacs-w3m for text/html if available - change priority 50 to 65 -- Takuo KITAME Fri, 14 Dec 2001 15:40:37 +0900 wl (2.6.1-3) unstable; urgency=low * set load-path to apel flim and semi when compile. It may fix cannot install problem. (closes: #123581) -- Takuo KITAME Wed, 12 Dec 2001 20:14:14 +0900 wl (2.6.1-2) unstable; urgency=low * /etc/emacs/site-start.d/50wl.el as conffile -- Takuo KITAME Tue, 11 Dec 2001 20:25:11 +0900 wl (2.6.1-1) unstable; urgency=low * New upstream release * wl-init.el: (setq wl-summary-weekday-name-lang "en"). "ja" is not universal. -- Takuo KITAME Sun, 2 Dec 2001 15:49:41 +0900 wl (2.6.0.20011029cvs-2) unstable; urgency=low * remove wemi dependency, (it will be removed from ftp) -- Takuo KITAME Sat, 1 Dec 2001 21:29:29 +0900 wl (2.6.0.20011029cvs-1) unstable; urgency=low * New upstream release (CVS) * include english info (closes: #109597) -- Takuo KITAME Mon, 29 Oct 2001 22:35:39 +0900 wl (2.6.0.20011009cvs-1) unstable; urgency=low * New upstream release * change pixmap directory from /usr/X11R6/include/X11/pixmaps to /usr/share/pixmaps -- Takuo KITAME Thu, 11 Oct 2001 19:41:57 +0900 wl (2.6.0.20011005cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Fri, 5 Oct 2001 18:08:48 +0900 wl (2.6.0.20010918cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Tue, 18 Sep 2001 23:11:15 +0900 wl (2.6.0.20010903cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Tue, 4 Sep 2001 02:11:21 +0900 wl (2.6.0.20010713-1) unstable; urgency=low * New upstream release -- Takuo KITAME Sat, 14 Jul 2001 02:35:07 +0900 wl (2.6.0.20010706cvs-1) unstable; urgency=low * New upstream release (real 2.6.0) -- Takuo KITAME Fri, 6 Jul 2001 12:13:22 +0900 wl (2.6.0.20010625cvs-1) unstable; urgency=low * New upstream release (CVS update) -- Takuo KITAME Mon, 25 Jun 2001 22:42:31 +0900 wl (2.6.0.20010618cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Wed, 20 Jun 2001 11:59:30 +0900 wl (2.4.1.20010412cvs-2.0) unstable; urgency=low * support mule2 wih clime -- Takuo KITAME Wed, 16 May 2001 04:59:43 +0900 wl (2.4.1.20010412cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Sat, 14 Apr 2001 02:49:09 +0900 wl (2.4.1.20010226cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Mon, 26 Feb 2001 19:17:34 +0900 wl (2.4.1.20010216cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Sat, 17 Feb 2001 03:17:04 +0900 wl (2.4.1.20010201cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Thu, 1 Feb 2001 21:21:09 +0900 wl (2.4.1.20010130cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Wed, 31 Jan 2001 01:35:19 +0900 wl (2.4.1.20010125cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Thu, 25 Jan 2001 14:20:29 +0900 wl (2.4.1.20010121cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Mon, 22 Jan 2001 10:35:49 +0900 wl (2.4.0.20010118cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Fri, 19 Jan 2001 14:34:01 +0900 wl (2.4.0.20010116cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Wed, 17 Jan 2001 12:15:57 +0900 wl (2.4.0.20001230cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Sun, 31 Dec 2000 21:01:55 +0900 wl (2.4.0.20001225cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Mon, 25 Dec 2000 10:57:11 +0900 wl (2.4.0.20001220cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Wed, 20 Dec 2000 17:37:41 +0900 wl (2.4.0.20001215cvs-1) unstable; urgency=low * New upstream release -- Takuo KITAME Sat, 16 Dec 2000 13:11:29 +0900 wl (2.4.0-1) unstable; urgency=low * New upstream release -- Takuo KITAME Thu, 30 Nov 2000 17:05:05 +0900 wl (1.1.1-4) unstable; urgency=low * Depends: flim1.13 only (not flim(>= 1:1.14)) closes: Bug#75547 -- Takuo KITAME Wed, 25 Oct 2000 21:37:06 +0900 wl (1.1.1-3) unstable; urgency=low * debian/control: Depends: flim (>= 1:1.14)|flim1.13 Conflicts: wl-beta -- Takuo KITAME Mon, 23 Oct 2000 15:18:00 +0900 wl (1.1.1-2) unstable; urgency=low * debian/emacsen-install: install utils/sasl/lisp/*.elc to ${ELCDIR} * closes: Bug#66132: wl: icon location -- Takuo KITAME Sat, 24 Jun 2000 01:45:51 +0900 wl (1.1.1-1) unstable; urgency=low * New upstream release -- Takuo KITAME Wed, 10 May 2000 11:44:04 +0900 wl (1.1.0-1) unstable; urgency=low * New upstream release -- Takuo KITAME Fri, 24 Mar 2000 16:02:12 +0900 wl (1.0.3-9) unstable; urgency=low * emacsen-common: modified. * Installing Xresource for ja. -- Takuo KITAME Tue, 2 Nov 1999 00:09:51 +0900 wl (1.0.3-8) unstable; urgency=low * emacsen-comon: any FLAVOR allowed (except emacs). -- Takuo KITAME Sun, 17 Oct 1999 23:18:49 +0900 wl (1.0.3-7) unstable; urgency=low * emacsen-install: a little modified. -- Takuo KITAME Wed, 13 Oct 1999 23:38:54 +0900 wl (1.0.3-6) unstable; urgency=low * FHS compliance. * control: Standards-Version: 3.0.0 * control: Depends: (mule supported emacsen) * emacsen-install: new version script. -- Takuo KITAME Tue, 12 Oct 1999 05:57:13 +0900 wl (1.0.3-5) unstable; urgency=low * Maintainer address was changed. -- Takuo KITAME Wed, 6 Oct 1999 22:47:49 +0900 wl (1.0.3-4) unstable; urgency=low * Removed Depends: |tm . tm is obsolete package -- Takuro KITAME Mon, 9 Aug 1999 04:56:23 +0900 wl (1.0.3-3) unstable; urgency=low (high for xemacs20) * Fixed failing byte compile with xemacs20.(closes: Bug#40587, Bug#42310) (fix with flim_1.12.7-4, flim1.13_1.13.1.19990728cvs-2(wanderlust2)) -- Takuro KITAME Sun, 8 Aug 1999 03:59:48 +0900 wl (1.0.3-2) unstable; urgency=low * Depends semi1.12|wemi1.12 (can not work on FLIM 1.13 API(SEMI 1.13)) -- Takuro KITAME Mon, 2 Aug 1999 02:10:54 +0900 wl (1.0.3-1) unstable; urgency=low * New upstream release -- Takuro KITAME Mon, 28 Jun 1999 21:37:47 +0900 wl (1.0.2-2) unstable; urgency=low * emacsen-{install,remove} scripts modified for xemacs21 * Fixed code name (remove -pre) -- Takuro KITAME Sun, 20 Jun 1999 22:33:01 +0900 wl (1.0.2-1) unstable; urgency=low * New upstream release -- Takuro KITAME Fri, 11 Jun 1999 13:39:45 +0900 wl (1.0.1-1) unstable; urgency=low * New upstream release -- Takuro KITAME Tue, 1 Jun 1999 13:24:42 +0900 wl (1.0.0-1) unstable; urgency=low * New upstream release -- Takuro KITAME Wed, 19 May 1999 01:39:06 +0900 wl (0.10.3+1.0.0.pre0-1) unstable; urgency=low * New upstream release -- Takuro KITAME Mon, 17 May 1999 22:42:56 +0900 wl (0.10.3-1) unstable; urgency=low * New upstream release -- Takuro KITAME Mon, 17 May 1999 19:45:41 +0900 wl (0.10.2-1) unstable; urgency=low * New upstream release -- Takuro KITAME Wed, 12 May 1999 19:59:41 +0900 wl (0.10.1-3) unstable; urgency=low * Refix compile error with xemacs20 on unset LANG or LANG=C . (mistake on 0.10.1-1, -2) -- Takuro KITAME Mon, 10 May 1999 23:35:53 +0900 wl (0.10.1-2) unstable; urgency=low * Fixed problems with emacs19. -- Takuro KITAME Mon, 10 May 1999 17:31:02 +0900 wl (0.10.1-1) unstable; urgency=low * New upstream release -- Takuro KITAME Mon, 10 May 1999 14:25:39 +0900 wl (0.10.0-1) unstable; urgency=low * New upstream release -- Takuro KITAME Tue, 27 Apr 1999 21:42:34 +0900 wl (0.9.8-2) unstable; urgency=low (high for xemacs20) * # Fix compile error with xemacs20 on unset LANG or LANG=C . (Added 'export LANG=ja_JP' in emacsen-install script.) (Bug#36672) -- Takuro KITAME Mon, 26 Apr 1999 05:01:49 +0900 wl (0.9.8-1) unstable; urgency=low * New upstream release -- Takuro KITAME Tue, 13 Apr 1999 09:39:40 +0900 wl (0.9.7-1) unstable; urgency=low * New upstream release -- Takuro KITAME Sat, 20 Mar 1999 22:39:20 +0900 wl (0.9.6-1) unstable; urgency=low * New upstream release * Compilation log will be redirect to file. -- Takuro KITAME Thu, 4 Mar 1999 01:35:19 +0900 wl (0.9.5-2) unstable; urgency=low * Fixed typo in debian/control. -- Takuro KITAME Mon, 1 Mar 1999 16:13:14 +0900 wl (0.9.5-1) unstable; urgency=low * New upstream release -- Takuro KITAME Thu, 25 Feb 1999 20:48:58 +0900 wl (0.9.4-3) unstable; urgency=low * Modified Description field in debian/control -- Takuro KITAME Wed, 17 Feb 1999 01:07:58 +0900 wl (0.9.4-2) unstable; urgency=low * Added (autoload 'wl-draft "wl" "Write draft with Wanderlust." t) in /etc/emacs/site-start.d/51wl.el -- Takuro KITAME Tue, 16 Feb 1999 11:36:34 +0900 wl (0.9.4-1) unstable; urgency=low * New upstream release -- Takuro KITAME Wed, 13 Jan 1999 23:34:08 +0900 wl (0.9.3-3) unstable; urgency=high * Fixed didn't compile problem. -- Takuro KITAME Thu, 7 Jan 1998 16:38:40 +0900 wl (0.9.3-2) unstable; urgency=low * s/gtar/tar/ in elmo/elmo-archive.el -- Takuro KITAME Wed, 6 Jan 1998 16:46:34 +0900 wl (0.9.3-1) unstable; urgency=low * New upstream release -- Takuro KITAME Fri, 25 Dec 1998 02:32:01 +0900 wl (0.9.2-1) unstable; urgency=low * New upstream release -- Takuro KITAME Fri, 18 Dec 1998 02:56:54 +0900 wl (0.9.1-4) unstable; urgency=high * modified dependency info. -- Takuro KITAME Fri, 11 Dec 1998 23:00:43 +0900 wl (0.9.1-3) unstable; urgency=high * added add-semi-path.el for byte compile on xemacs20. -- Takuro KITAME Fri, 11 Dec 1998 12:25:12 +0900 wl (0.9.1-2) unstable; urgency=high * with SEMI on XEmacs problem fixed. -- Takuro KITAME Fri, 11 Dec 1998 11:01:25 +0900 wl (0.9.1-1) unstable; urgency=low * New upstream release -- Takuro KITAME Fri, 11 Dec 1998 10:14:09 +0900 wl (0.9.0-1) unstable; urgency=low * New upstream release -- Takuro KITAME Thu, 10 Dec 1998 22:49:09 +0900 wl (0.8.8-1) unstable; urgency=low * New upstream release -- Takuro KITAME Wed, 2 Dec 1998 16:40:11 +0900 wl (0.8.7-2) experimental; urgency=low * Fixed Bug#JP/683 -- Takuro KITAME Tue, 1 Dec 1998 08:43:08 +0900 wl (0.8.7-1) unstable; urgency=low * New upstream release -- Takuro KITAME Mon, 30 Nov 1998 18:26:13 +0900 wl (0.8.6-1) experimental; urgency=low * New upstream release -- Takuro KITAME Fri, 27 Nov 1998 20:28:15 +0900 wl (0.8.5-1) experimental; urgency=low * New upstream release -- Takuro KITAME Thu, 26 Nov 1998 08:41:48 +0900 wl (0.8.4-1) unstable; urgency=low * New upstream release -- Takuro KITAME Tue, 24 Nov 1998 21:06:43 +0900 wl (0.8.3-1) unstable; urgency=low * New upstream release -- Takuro KITAME Tue, 24 Nov 1998 17:27:37 +0900 wl (0.8.1-4) frozen-jp unstable-jp; urgency=low * Display wl-logo.xpm at startup wl on xemacs20. -- Takuro KITAME Fri, 20 Nov 1998 05:35:12 +0900 wl (0.8.1-3) frozen-jp unstable-jp; urgency=low * Fixed typo of distribution filed. (froaen -> frozen). -- Takuro KITAME Sat, 14 Nov 1998 21:53:22 +0900 wl (0.8.1-2) froaen-jp unstable-jp; urgency=high * Fixed complie problem. -- Takuro KITAME Sat, 14 Nov 1998 21:25:03 +0900 wl (0.8.1-1) unstable; urgency=low * New upstream release. -- Takuro KITAME Wed, 11 Nov 1998 13:07:03 +0900 wl (0.8.0-2) unstable; urgency=low * Applid Masahiro MURATA 's patch elmo-nntp.el.diff * Modified Dependency info. apel(>=9.8), flim(>=1.11.3), semi(>=1.10.1) -- Takuro KITAME Wed, 4 Nov 1998 14:55:08 +0900 wl (0.8.0-1) unstable; urgency=low * New upstream release -- Takuro KITAME Wed, 4 Nov 1998 14:55:08 +0900 wl (0.7.4-1) unstable; urgency=low * New upstream release -- Takuro KITAME Thu, 29 Oct 1998 13:10:24 +0900 wl (0.7.3-1) unstable; urgency=low * New upstream release -- Takuro KITAME Thu, 22 Oct 1998 08:55:36 +0900 wl (0.7.2-1) unstable; urgency=low * New upstream release -- Takuro KITAME Wed, 14 Oct 1998 16:49:48 +0900 wl (0.7.1-1) unstable; urgency=low * New upstream release -- Takuro KITAME Mon, 12 Oct 1998 21:55:08 +0900 wl (0.7.0-1) unstable; urgency=low * New upstream release -- Takuro KITAME Tue, 6 Oct 1998 08:44:14 +0900 wl (0.6.6-1) unstable; urgency=low * New upstream release -- Takuro KITAME Thu, 1 Oct 1998 09:51:13 +0900 wl (0.6.5-3) unstable; urgency=low * Install wl-ja.info. (Bug#JP/560) -- Takuro KITAME Mon, 28 Sep 1998 15:53:10 +0900 wl (0.6.5-2) unstable; urgency=low * Added some documents in /usr/doc/wl/ -- Takuro KITAME Sat, 26 Sep 1998 09:45:48 +0900 wl (0.6.5-1) unstable; urgency=low * New upstream release -- Takuro KITAME Thu, 24 Sep 1998 13:47:54 +0900 wl (0.6.4-1) unstable; urgency=low * New upstream release -- Takuro KITAME Mon, 21 Sep 1998 17:14:36 +0900 wl (0.6.3-1) unstable; urgency=low * New upstream release -- Takuro KITAME Fri, 18 Sep 1998 11:03:04 +0900 wl (0.6.2-1) unstable; urgency=low * New upstream release -- Takuro KITAME Thu, 17 Sep 1998 01:44:43 +0900 wl (0.6.1-4) unstable; urgency=low * Modified Porvides field. (imap4-client -> imap-client) -- Takuro KITAME Tue, 15 Sep 1998 02:04:10 +0900 wl (0.6.1-3) unstable; urgency=low * Maintainer-release. -- Takuro KITAME Tue, 15 Sep 1998 01:18:08 +0900 wl (0.6.1-1.0) unstable; urgency=low * New upstream release. * non maintainer release. -- Masato Taruishi Sun, 13 Sep 1998 01:41:12 +0900 wl (0.6.0-1) unstable; urgency=low * New upstream release -- Takuro KITAME Thu, 10 Sep 1998 10:27:07 +0900 wl (0.5.4-1) unstable; urgency=low * New upstream release -- Takuro KITAME Fri, 4 Sep 1998 11:55:23 +0900 wl (0.5.3-1) unstable; urgency=low * New upstream release -- Takuro KITAME Wed, 2 Sep 1998 10:47:49 +0900 wl (0.5.2-1) unstable; urgency=low * New upstream release -- Takuro KITAME Wed, 2 Sep 1998 00:26:38 +0900 wl (0.5.1-3) unstable; urgency=low * Fixed Bug#JP/533 -- Takuro KITAME Tue, 1 Sep 1998 20:26:28 +0900 wl (0.5.1-2) unstable; urgency=low * Added elmo/elmo-filter.el -- Takuro KITAME Mon, 31 Aug 1998 15:00:56 +0900 wl (0.5.1-1) unstable; urgency=low * New upstream release -- Takuro KITAME Mon, 31 Aug 1998 14:26:42 +0900 wl (0.4.4-1) unstable; urgency=low * New upstream release -- Takuro KITAME Mon, 17 Aug 1998 22:36:42 +0900 wl (0.4.3-1) unstable; urgency=low * New upstream release -- Takuro KITAME Tue, 11 Aug 1998 01:16:57 +0900 wl (0.4.2-1) experimental; urgency=low * New upstream release -- Takuro KITAME Sun, 9 Aug 1998 02:12:15 +0900 wl (0.4.1-1) experimental; urgency=low * New upstream release -- Takuro KITAME Thu, 6 Aug 1998 10:27:56 +0900 wl (0.3.6-1) experimental; urgency=low * New upstream release -- Takuro KITAME Thu, 23 Jul 1998 23:00:53 +0900 wl (0.3.5-2) unstable; urgency=low * Applied MURATA fix and extend patch. -- Takuro KITAME Thu, 23 Jul 1998 11:18:40 +0900 wl (0.3.5-1) unstable; urgency=low * New upstream release -- Takuro KITAME Tue, 21 Jul 1998 11:38:48 +0900 wl (0.3.4-1) unstable; urgency=low * New upstream release -- Takuro KITAME Thu, 16 Jul 1998 08:42:28 +0900 wl (0.3.3-1) unstable; urgency=low * New upstream release -- Takuro KITAME Mon, 13 Jul 1998 18:51:24 +0900 wl (0.3.1-1) unstable; urgency=low * New upstream release -- Takuro KITAME Fri, 3 Jul 1998 11:22:40 +0900 wl (0.3.0-1) unstable; urgency=low * New upstream release -- Takuro KITAME Thu, 2 Jul 1998 16:13:58 +0900 wl (0.2.2-1) unstable; urgency=low * New upstream release -- Takuro KITAME Tue, 30 Jun 1998 10:20:35 +0900 wl (0.2.1-2) unstable; urgency=low * Included sample.wlrc * Dependency ploblems fixed -- Takuro KITAME Wed, 24 Jun 1998 18:45:33 +0900 wl (0.2.1-1) unstable; urgency=low * Initial Release. -- Takuro KITAME Wed, 24 Jun 1998 10:53:33 +0900