--- ddskk-13.1.orig/debian/examples +++ ddskk-13.1/debian/examples @@ -0,0 +1,3 @@ +etc/Emacs.ad +etc/dot.emacs +etc/dot.skk --- ddskk-13.1.orig/debian/copyright +++ ddskk-13.1/debian/copyright @@ -0,0 +1,90 @@ +This package was debianized by + 1999-2004 Takao KAWAMURA + 2006 Kenshi Muto + 2006-2009 Tatsuya Kinoshita + +The upstream source can be downloaded from + http://openlab.jp/skk/maintrunk/ + cvs -d :pserver:guest@openlab.jp:/circus/cvsroot checkout skk/main + (Type "guest" as CVS password to login) + +Upstream maintainer: SKK Development Team + +Copyright (C) 1999-2007 SKK Development Team + +Daredevil SKK 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. + +Daredevil SKK 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. If not, see . + +On Debian systems, the complete text of the GNU General Public License +version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is distributed under the same conditions as the +upstream. + +Other copyright holders: + +Copyright (C) 1988-2002 Masahiko Sato +Copyright (C) 1996-2003 NAKAJIMA Mikio +Copyright (C) 2000-2004 Tetsuo Tsukamoto +Copyright (C) 1996-2005 Masatake YAMATO +Copyright (C) 1996-2001 Murata Shuuichirou +Copyright (C) 1996-2000 Itsushi Minoura +Copyright (C) 1994-1999 Enami Tsugutomo +Copyright (C) 2005 Fumihiko MACHIDA +Copyright (C) 1999-2003 Yoshiki Hayashi +Copyright (C) 2000, 2001, 2002 TAKAHASHI Kaoru +Copyright (C) 2003 IRIE Tetsuya +Copyright (C) 2003 YAGI Tatsuya +Copyright (C) 2002 ONODA Arata +Copyright (C) 2004 Kenichi Kurihara +Copyright (C) 2002 Eiji Obata +Copyright (C) 1999, 2000, 2001 GUNJI Takao +Copyright (C) 1999 Yuh Ohmura, mailto:yutopia@t3.rim.or.jp +Copyright (C) 1996-2000 Free Software Foundation, Inc. + + * + +doc/skk.texi: + +Copyright @copyright{}1991-2007 @w{Masahiko Sato}(佐藤雅彦), @* +@w{Yukiyoshi Kameyama}(亀山幸義), @w{NAKAJIMA Mikio}(中島幹夫), +@w{Tsukamoto Tetsuo}(塚本徹雄) and @w{Tsuyoshi AKIHO} (秋保強). +Revised by @w{Kiyotaka Sakai}(酒井清隆) and @w{Satoshi Harauchi}(原内聡). + +etc/NICOLA-SKK.tut: + +Copyright (C) 1988, 1992 Masahiko Sato +Copyright (C) 1996 - 1999 Itsushi Minoura +Copyright (C) 2000, 2001, 2002 SKK Development Team + +etc/SKK.tut.E: +etc/SKK.tut: + +Copyright (C) 1988, 1992, 1996, 1998 +Masahiko Sato +Copyright (C) 1999, 2000, 2001, 2002 +SKK Development Team + +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 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, +except that this permission notice may be stated in a translation +approved by the author. --- ddskk-13.1.orig/debian/dirs +++ ddskk-13.1/debian/dirs @@ -0,0 +1,6 @@ +etc/emacs/site-start.d +usr/share/doc/ddskk/nicola +usr/share/emacs/site-lisp/ddskk +usr/share/info +usr/share/pixmaps +usr/share/skk --- ddskk-13.1.orig/debian/control +++ ddskk-13.1/debian/control @@ -0,0 +1,35 @@ +Source: ddskk +Section: utils +Priority: optional +Maintainer: Tatsuya Kinoshita +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: emacs, apel (>= 10.7) +Standards-Version: 3.8.2 +Homepage: http://openlab.jp/skk/ + +Package: ddskk +Architecture: all +Depends: emacs | emacs23 | emacs22 | emacs21 | xemacs21-mule | xemacs21-mule-canna-wnn | xemacs21-gnome-mule | xemacs21-gnome-mule-canna-wnn, apel (>= 10.7) +Recommends: skkdic, dbskkd-cdb | skkserv | skkdic +Suggests: skkdic-extra, skktools, lookup-el, kakasi, w3m-el, eieio, ruby, dictionaries-common +Provides: skk +Conflicts: skk +Replaces: skk +Description: efficient Japanese input system for emacsen + Daredevil SKK (DDSKK) is a fast and efficient Japanese input system + written in Emacs Lisp. + . + DDSKK is an expand version of SKK (Simple Kana to Kanji conversion + program, originated by Masahiko Sato). The way of Kana to Kanji + conversion is characteristic of SKK. To learn the usage of DDSKK, + the tutorial program `skk-tutorial' is available. + . + By default, DDSKK tries to connect an skkserv compatible dictionary + server such as dbskkd-cdb or skksearch on localhost. If the server is + not active, the standard dictionary file `SKK-JISYO' provided by the + skkdic package is used. + . + To make a local dictionary from the skkdic package and the skkdic-extra + package, use the update-skkdic command of the skktools package. To use + optional features, install required packages such as lookup-el, kakasi, + and so on. --- ddskk-13.1.orig/debian/README.Debian +++ ddskk-13.1/debian/README.Debian @@ -0,0 +1,13 @@ +Daredevil SKK (DDSKK) for Debian +-------------------------------- + +To set the default input method to DDSKK, put the following configuration +in your init file such as ~/.emacs. + +(set-input-method "japanese-skk") +(inactivate-input-method) + +To learn the usage of DDSKK, type `C-x t' (skk-tutorial, Japanese version) +or `C-u C-x t' (skk-tutorial, choose Japanese or English). + + -- Tatsuya Kinoshita , Sun, 26 Nov 2006 01:06:58 +0900 --- ddskk-13.1.orig/debian/rules +++ ddskk-13.1/debian/rules @@ -0,0 +1,79 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PACKAGE=ddskk + +build: build-stamp +build-stamp: + dh_testdir + +# $(MAKE) + emacs -batch -q -no-site-file -eval '(progn (set-language-environment "Japanese")'"(prefer-coding-system 'iso-2022-jp))" -l SKK-MK -f SKK-MK-compile-info + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp install-stamp + + $(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + cp -a *.el *.in SKK-* nicola tut-code/*.el debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PACKAGE) + # Overwrite skk-study.el with experimental/skk-study.el + cp -af experimental/*.el experimental/bayesian/*.el experimental/dbm/*.el debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PACKAGE) + + rm -f debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PACKAGE)/nicola/Makefile + rm -f debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PACKAGE)/nicola/.cvsignore + mv debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PACKAGE)/nicola/ChangeLog* debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PACKAGE)/nicola/README* \ + debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/nicola/ + + rm -f debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PACKAGE)/SKK-MK + sed 's/\(skk-exsearch\|skk-exserv\)/;;\1/' SKK-MK > debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PACKAGE)/SKK-MK + + rm -f debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PACKAGE)/skk-exsearch.el + sed 's!/usr/local!/usr!;s!SKK-JISYO\.L!SKK-JISYO!' experimental/skk-exsearch.el > debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PACKAGE)/skk-exsearch.el + + cp etc/*.tut* debian/$(PACKAGE)/usr/share/skk + cp etc/*.xpm debian/$(PACKAGE)/usr/share/pixmaps + cp doc/skk.info* debian/$(PACKAGE)/usr/share/info + + dh_install experimental/bayesian/bskk usr/bin + + touch install-stamp + +binary-indep: build install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + dh_installexamples + dh_installmenu + dh_installemacsen + dh_installman + dh_installinfo -n + dh_installchangelogs ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- ddskk-13.1.orig/debian/emacsen-startup +++ ddskk-13.1/debian/emacsen-startup @@ -0,0 +1,35 @@ +;;; 50ddskk.el --- Debian ddskk startup file -*-mode: emacs-lisp;-*- + +;;; Code: + +(let ((lispdir (concat "/usr/share/" (symbol-name flavor) "/site-lisp/ddskk"))) + (when (and (featurep 'mule) (file-exists-p (concat lispdir "/skk.elc"))) + (if (fboundp 'debian-pkg-add-load-path-item) + (debian-pkg-add-load-path-item lispdir) + (setq load-path (cons lispdir load-path))) + ;; Load ddskk's skk-autoloads instead of the others. + (load (concat lispdir "/skk-autoloads.elc") 'noerror 'nomessage) + (require 'skk-setup) + (add-hook 'minibuffer-setup-hook + (function (lambda () + (and (boundp 'skk-henkan-okuri-strictly) + skk-henkan-okuri-strictly + (not (eq last-command 'skk-purge-jisyo)) + (put 'skk-henkan-okuri-strictly 'temporary-nil t) + (setq skk-henkan-okuri-strictly nil))))) + (add-hook 'minibuffer-exit-hook + (function (lambda () + (and (get 'skk-henkan-okuri-strictly 'temporary-nil) + (setq skk-henkan-okuri-strictly t) + (put 'skk-henkan-okuri-strictly 'temporary-nil nil))))) + (setq skk-server-host (or (getenv "SKKSERVER") "localhost")) + (if (file-exists-p "/usr/share/skk/SKK-JISYO") + (setq skk-aux-large-jisyo "/usr/share/skk/SKK-JISYO")) + (setq skk-tut-file "/usr/share/skk/SKK.tut") + (if (boundp 'data-directory-list) + (add-to-list 'data-directory-list "/usr/share/skk")) + (setq skk-e21-coding-system nil) + ;; + )) + +;;; 50ddskk.el ends here --- ddskk-13.1.orig/debian/manpages +++ ddskk-13.1/debian/manpages @@ -0,0 +1 @@ +debian/bskk.1 --- ddskk-13.1.orig/debian/watch +++ ddskk-13.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://openlab.ring.gr.jp/skk/maintrunk/ddskk-([0-9]+\.[.0-9]+)\.tar\.gz debian uupdate --- ddskk-13.1.orig/debian/links +++ ddskk-13.1/debian/links @@ -0,0 +1 @@ +usr/share/pixmaps/skk.xpm usr/share/skk/skk.xpm --- ddskk-13.1.orig/debian/bskk.1 +++ ddskk-13.1/debian/bskk.1 @@ -0,0 +1,38 @@ +.TH BSKK 1 +.SH NAME +bskk \- Bayesian estimation for SKK +.SH SYNOPSIS +.B bskk +[options] +.SH DESCRIPTION +bskk is a helper program for skk-bayesian.el which handles history with Bayesian estimation for SKK Japanese input systems. +.PP +The options are as follows: +.TP 8 +.B \-f history_file +Use history_file as a history file. +.TP 8 +.B \-s +Run as a server. +.TP 8 +.B \-p port +Use port (default=51178). +.TP 8 +.B \-v +Verbose. +.TP 8 +.B \-d +Debug mode. +.TP 8 +.B \-h +Show a help and exit. +.PP +To terminate bskk, send TERM signal to bskk (regardless of -s or not). +If bskk receives TERM signal, bskk terminates immediately without saving history. +To save history, send COMMAND_SAVE (#save) to bskk before bskk is terminated. +.SH BUGS +This manual page is provided by Debian. +It is not integrated in the upstream source. +.\" This manual page is written by Tatsuya Kinoshita . +.\" Unlimited permission is granted to use, copy, distribute and/or modify +.\" this file. There is NO WARRANTY. --- ddskk-13.1.orig/debian/emacsen-remove +++ ddskk-13.1/debian/emacsen-remove @@ -0,0 +1,15 @@ +#!/bin/sh -e +# /usr/lib/emacsen-common/packages/remove/ddskk + +FLAVOR=$1 +PACKAGE=ddskk + +if [ ${FLAVOR} != emacs -a ${FLAVOR} != emacs19 ]; 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/skk.info.gz + fi + + echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} + rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} +fi --- ddskk-13.1.orig/debian/emacsen-install +++ ddskk-13.1/debian/emacsen-install @@ -0,0 +1,82 @@ +#! /bin/sh -e +# /usr/lib/emacsen-common/packages/install/ddskk + +FLAVOR=$1 +PACKAGE=ddskk + +if [ -z "${FLAVOR}" ]; then exit 1; fi + +if [ "X${FLAVOR}" = Xemacs ]; then exit 0; fi +if [ "X${FLAVOR}" = Xemacs19 ]; then exit 0; fi +if [ "X${FLAVOR}" = Xmule2 ]; then exit 0; fi + +FLAVORTEST=`echo ${FLAVOR} | sed -e s/^s// | cut -c-6` +if [ "X${FLAVORTEST}" = "Xxemacs" ]; then + EMACSEN_MULE=`ls /usr/bin/${FLAVOR}*-mule* 2>/dev/null | head -1` + if [ -n "${EMACSEN_MULE}" ]; then + EMACSEN_MULE=`basename ${EMACSEN_MULE}` + fi +else + EMACSEN_MULE=${FLAVOR} +fi +if [ -z "${EMACSEN_MULE}" ]; then exit 0; fi +EMACSEN=${EMACSEN_MULE} + +echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} + +FLAGS="-no-site-file -q -batch -l __path.el" + +ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} +ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} + +# 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 "Emacs" "Skk" --dirname=${FLAVOR} /usr/share/info/skk.info.gz +fi + +install -m 755 -d ${ELCDIR} +cd ${ELDIR} +FILES=`echo *` +rm -f ${ELCDIR}/*.el +cp -rf ${FILES} ${ELCDIR} +cd ${ELCDIR} + +cat << EOF > __path.el +(set-language-environment "Japanese") +(prefer-coding-system 'euc-jp) +(prefer-coding-system 'iso-2022-jp) +(setq load-path (cons "/usr/share/${FLAVOR}/site-lisp/apel" load-path)) +(setq load-path (cons "${ELCDIR}/nicola" load-path)) +(setq load-path (cons "${ELCDIR}" load-path)) +(setq byte-compile-warnings nil) +EOF +mv -f skk-setup.el.in skk-setup.el +mv -f leim-list.el.in leim-list.el +${EMACSEN} ${FLAGS} -f batch-byte-compile skk-setup.el >>CompilationLog 2>&1 +${EMACSEN} ${FLAGS} -l SKK-MK -f SKK-MK-compile NONE NONE NONE >>CompilationLog 2>&1 +cd nicola +mv ../__path.el . +${EMACSEN} ${FLAGS} -l NICOLA-DDSKK-ELS -l NICOLA-DDSKK-MK -f nicola-ddskk-generate-autoloads >>../CompilationLog 2>&1 +${EMACSEN} ${FLAGS} -f batch-byte-compile nicola-ddskk-autoloads.el >>../CompilationLog 2>&1 +${EMACSEN} ${FLAGS} -l NICOLA-DDSKK-MK -f compile-nicola-ddskk NONE NONE NONE >>../CompilationLog 2>&1 +mv *.elc .. +cd .. +rm -rf SKK-* *.el *.in nicola +( for d in "${ELDIR}" "${ELDIR}/nicola"; do + if [ -d ${d} ]; then + cd ${d} + for f in *.el; do + ln -sf ${d}/${f} ${ELCDIR}/${f} + done + fi + done +) +if [ "X${FLAVORTEST}" != "Xxemacs" ] ; then + rm -f ${ELCDIR}/vip.el* +fi +rm -f ${ELCDIR}/skk-lookup.elc ${ELCDIR}/skk-jisx0213.elc ${ELCDIR}/ptexinfmt.el* +gzip -9qf CompilationLog + +exit 0 --- ddskk-13.1.orig/debian/docs +++ ddskk-13.1/debian/docs @@ -0,0 +1,13 @@ +READMEs/AUTHORS.ja +READMEs/CODENAME.ja +READMEs/CVS_digest.ja +READMEs/Contributors +READMEs/FAQ.ja +READMEs/NEWS.ja +READMEs/PROPOSAL.ja +READMEs/README +READMEs/README.VIP.ja +READMEs/TODO.ja +ChangeLog.* +experimental/dbm/README.dbm +tut-code/README.tut --- ddskk-13.1.orig/debian/compat +++ ddskk-13.1/debian/compat @@ -0,0 +1 @@ +7 --- ddskk-13.1.orig/debian/postinst +++ ddskk-13.1/debian/postinst @@ -0,0 +1,21 @@ +#! /bin/sh +# postinst script for ddskk +set -e + +case $1 in + configure) + f=/etc/emacs/site-start.d/50skk.el + if test -f "$f"; then + mv -f "$f" "$f.ddskk.old" + fi + ;; + abort-upgrade|abort-remove|abort-deconfigure) + ;; + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +#DEBHELPER# +exit 0 --- ddskk-13.1.orig/debian/changelog +++ ddskk-13.1/debian/changelog @@ -0,0 +1,489 @@ +ddskk (13.1-3) unstable; urgency=low + + * debian/control: + - Add emacs23 to Depends. + - Move skkdic from Suggests to Recommends. + - Set Standards-Version to 3.8.2. + * debian/rules: Use dh_prep instead of `dh_clean -k'. + * debian/postinst, debian/prerm: Don't use install-info. + * debian/rules, debian/__env.el: Don't use __env.el. + * debian/compat, debian/control: Update debhelper version to 7. + * debian/copyright: Updated. + + -- Tatsuya Kinoshita Sun, 02 Aug 2009 23:31:34 +0900 + +ddskk (13.1-2) unstable; urgency=low + + * debian/emacsen-startup: Set skk-e21-coding-system to nil to display + the Japanese menu item with tmm.el. (closes: #470646) + * debian/control: + - Move `Homepage:' from Description to the header. + - Build-Depends: debhelper (>= 6). + - Set Standards-Version to 3.7.3. + * debian/compat: 5 -> 6. + + -- Tatsuya Kinoshita Wed, 23 Apr 2008 22:50:37 +0900 + +ddskk (13.1-1) unstable; urgency=low + + * New upstream release. + * debian/control: Add dictionaries-common to Suggests. + + -- Tatsuya Kinoshita Sat, 18 Aug 2007 19:00:08 +0900 + +ddskk (13.0.91+0.20070716-1) unstable; urgency=low + + * New upstream release. (CVS trunk on 2007-07-16) + * Install skk.xpm. (closes: #429822) + * debian/emacsen-startup: Add "/usr/share/skk" to data-directory-list. + * debian/control: + - Prefer emacs to emacs21. + - Add emacs22 to Depends. + - Remove emacs-snapshot from Depends. + * debian/emacsen-install: Don't install skk-lookup.elc and skk-jisx0213.elc + which depend on external packages. + * debian/rules: Don't ignore an error of `make clean'. + + -- Tatsuya Kinoshita Tue, 17 Jul 2007 22:27:56 +0900 + +ddskk (13.0.91+0.20070429-1) unstable; urgency=low + + * New upstream release. (CVS trunk on 2007-04-29) + * debian/rules: Don't add coding tag. + * debian/control: Remove nkf from Build-Depends-Indep. + + -- Tatsuya Kinoshita Wed, 02 May 2007 21:59:12 +0900 + +ddskk (13.0.91+0.20070420-1) unstable; urgency=low + + * New upstream release. (CVS trunk on 2007-04-20) + * debian/emacsen-install: + - Prefer euc-jp and iso-2022-jp. + - Remove SITEFLAG. + * debian/rules: + - Prefer euc-jp and iso-2022-jp for SKK-MK. + - Specify coding system euc-jp for non-Japanese environments. + * debian/control: Add nkf to Build-Depends-Indep. + + -- Tatsuya Kinoshita Sat, 21 Apr 2007 00:00:41 +0900 + +ddskk (13.0.91+0.20070408-1) unstable; urgency=low + + * New upstream release. (CVS trunk on 2007-04-08) + - Fix slow skk-search-server-1. (closes: #417731) + * debian/control: + - Depend on apel (>= 10.7). + - Add `lookup-el, kakasi, w3m-el' to Suggests. + - Revise Description for optional features. + * debian/emacsen-install: Don't set APEL_SPECIFIC_LISPDIR. + * debian/postinst: Disable the obsolete configuration file + `/etc/emacs/site-start.d/50skk.el'. + * debian/docs, debian/rules: Add more documents. + * debian/watch: Set Action to uupdate. + * debian/copyright: Update copyright years. + + -- Tatsuya Kinoshita Sun, 08 Apr 2007 21:03:35 +0900 + +ddskk (13.0.90.cvs20061119-1) unstable; urgency=low + + * New upstream release. (CVS trunk on 2006-11-19) + * debian/README.Debian: Describe how to learn the usage of DDSKK. + * debian/control (Description): Mention that the way of Kana to Kanji + conversion is characteristic of SKK. + + -- Tatsuya Kinoshita Tue, 28 Nov 2006 00:15:38 +0900 + +ddskk (13.0.90.cvs20061010-3) unstable; urgency=low + + * debian/README.Debian: New file, describe how to set the default input + method to ddskk. + + -- Tatsuya Kinoshita Thu, 9 Nov 2006 00:28:32 +0900 + +ddskk (13.0.90.cvs20061010-2) unstable; urgency=low + + * debian/rules: Install `experimental/dbm/*.el'. + * debian/docs: Add `experimental/dbm/README.dbm'. + * debian/bskk.1: Typo fix. + + -- Tatsuya Kinoshita Fri, 13 Oct 2006 20:39:44 +0900 + +ddskk (13.0.90.cvs20061010-1) unstable; urgency=low + + * New upstream release. (CVS trunk on 2006-10-10) + * debian/rules: Install experimental/bayesian/*. + * debian/bskk.1: New manual page for bskk. + * debian/manpages: New file. + * debian/emacsen-install: Don't use SKK-MK-generate-autoloads-el + (SKK-MK-compile is enough). + * debian/emacsen-install: Don't use sed for skk-setup. + * debian/control (Suggests): Add `ruby' for bskk. + * debian/control (Description): Revised. + * debian/copyright: Mention Debian packaging condition. + + -- Tatsuya Kinoshita Thu, 12 Oct 2006 21:53:38 +0900 + +ddskk (13.0.90.cvs20060912-1) unstable; urgency=low + + * New upstream release. (CVS trunk on 2006-09-12) + * debian/control (Suggests): Add `skkdic, skkdic-extra, skktools'. + * debian/control (Description): Use `Homepage:', typo fix, etc. + * debian/copyright: Encode with UTF-8 instead of EUC-JP. + + -- Tatsuya Kinoshita Sat, 16 Sep 2006 10:37:31 +0900 + +ddskk (13.0.90.cvs20060807-2) unstable; urgency=low + + * debian/emacsen-startup: Set skk-tut-file to use ddskk's SKK.tut on + XEmacs. + * debian/emacsen-startup: Set skk-aux-large-jisyo if SKK-JISYO exists. + * debian/control: Add `skkserv' and `skkdic' to `Recommends'. + * debian/rules: Don't modify skk-vars.el. + * debian/rules: Replace "/usr/local" with "/usr" and replace "SKK-JISYO.L" + with "SKK-JISYO" for skk-exsearch.el. + * debian/control (Description): Revised. + + -- Tatsuya Kinoshita Mon, 21 Aug 2006 21:37:11 +0900 + +ddskk (13.0.90.cvs20060807-1) unstable; urgency=low + + * New upstream release. (CVS trunk on 2006-08-07) + * debian/rules (clean): Remove install-stamp. + * debian/emacsen-install: Byte-compile for xemacs*-mule* even if + xemacs*-nomule* are co-installed. + * debian/emacsen-install: Don't set default-load-path. (New tinyinstall.el + gives care to nil paths.) + * debian/emacsen-install: Create *.el symlinks for non-byte-compiled files. + * debian/emacsen-startup: Load ddskk's skk-autoloads before skk-setup. + * debian/copyright: Add more information. + * debian/control: Depend on debhelper version 5. + * debian/compat: New file. + * debian/rules: Don't set DH_COMPAT. + * debian/control (Description): Revised. + + -- Tatsuya Kinoshita Sat, 19 Aug 2006 11:31:17 +0900 + +ddskk (13.0.90.cvs20060806-1) unstable; urgency=low + + * New upstream release. (CVS trunk on 2006-08-06) + * New maintainer, with previous maintainer's consent. + * Cleanup debian patches. + * debian/emacsen-install: Take care of copying *.el. + * debian/emacsen-install: Remove nil from load-path, and set + default-load-path to load-path. + * debian/rules: Don't byte-compile skk-exsearch and skk-exserv. + * debian/rules: Don't use dh_installmanpages. + * debian/README.Debian: Removed. + * debian/copyright: Revised. + * debian/watch: New file. + + -- Tatsuya Kinoshita Sun, 6 Aug 2006 09:26:33 +0900 + +ddskk (13.0.90.cvs20060531-3) unstable; urgency=low + + * Make symlinks to *.el file to show function's definition on Help + buffer. (closes: #377227) + + -- Kenshi Muto Thu, 13 Jul 2006 22:26:25 +0900 + +ddskk (13.0.90.cvs20060531-2) unstable; urgency=low + + * Replaced bashism of rules. (closes: #374054) + * Improved emacsen-startup (closes: #374055). This fixes following + problems: + - fails with xemacs21-nomule. + - fails if ddskk is removed but not purged. + - modifies load-path directly that is violation of emacsen policy. + * added -no-site-file option to emacs-install. (closes: #374057) + + -- Kenshi Muto Sat, 17 Jun 2006 02:23:53 +0000 + +ddskk (13.0.90.cvs20060531-1) unstable; urgency=low + + * New upstream release + * Modify to support emacs-snapshot. (closes: #372641) + - Changed tinyinstall.el to allow nil path. + - Remove skk-exsearch and skk-exserv from byte-compile target. + These are experimental level and cause a build failure. + + -- Kenshi Muto Sun, 11 Jun 2006 05:11:42 +0000 + +ddskk (13.0.90.cvs20060220-1) unstable; urgency=low + + * New upstream release (cvs snapshot 2006.02.20 version) + - Now it supports emacs-snapshot (closes: #322844) + * New Maintainer (closes: #353630) + * Supports xemacs21-gnome-*. (closes: #270053) + + -- Kenshi Muto Mon, 20 Feb 2006 19:03:42 +0900 + +ddskk (12.2.rel.0-3) unstable; urgency=low + + * Removed emacs20 from Build-Depends-Indep and Depends. (Closes: Bug#232735,#232748) + * Updated to Standards-Version 3.6.1. + + -- Takao KAWAMURA Tue, 23 Mar 2004 18:00:24 +0900 + +ddskk (12.2.rel.0-2) unstable; urgency=low + + * Add skk-study.el (Closes: Bug#208727) + + -- Takao KAWAMURA Fri, 5 Sep 2003 11:36:39 +0900 + +ddskk (12.2.rel.0-1) unstable; urgency=high + + * New upstream release + * fix anothor insecure tempfile handling + + -- Takao KAWAMURA Fri, 8 Aug 2003 10:08:26 +0900 + +ddskk (12.1.cvs.20030622-1) unstable; urgency=high + + * fix insecure tempfile handling + + -- Takao KAWAMURA Wed, 17 Apr 2002 11:17:40 +0900 + +ddskk (11.6.rel.0-2) unstable; urgency=low + + * control: Build-Depends-Indep: Added apel. (Closes: Bug#134934) + + -- Takao KAWAMURA Fri, 1 Mar 2002 15:33:42 +0900 + +ddskk (11.6.rel.0-1) unstable; urgency=low + + * New upstream release + * Fixed a spelling error in the description (Closes: Bug#124535). + + -- Takao KAWAMURA Tue, 18 Dec 2001 18:14:20 +0900 + +ddskk (11.5.rel.2-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Sun, 2 Dec 2001 13:30:37 +0900 + +ddskk (11.5.cvs.20011101-1) unstable; urgency=low + + * New upstream release + * Use skk-server.el even if the eieio package is installed. + (Closes: Bug#117885) + + -- Takao KAWAMURA Fri, 2 Nov 2001 18:32:23 +0900 + +ddskk (11.5.cvs.20011023-1) unstable; urgency=low + + * New upstream release + * Added the dependency on emacs21. (Closes: Bug#116721) + + -- Takao KAWAMURA Wed, 24 Oct 2001 11:39:49 +0900 + +ddskk (11.5.cvs.20010909-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Mon, 10 Sep 2001 13:11:15 +0900 + +ddskk (11.5.cvs.20010827-1) unstable; urgency=low + + * New upstream release + * Included tut-code support. + + -- Takao KAWAMURA Wed, 29 Aug 2001 09:09:08 +0900 + +ddskk (11.5.cvs.20010617-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Sun, 17 Jun 2001 16:18:15 +0900 + +ddskk (11.5.cvs.20010421-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Wed, 25 Apr 2001 00:04:02 +0900 + +ddskk (11.5.cvs.20010214-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Sun, 25 Feb 2001 00:28:14 +0900 + +ddskk (11.5.cvs.20010204-1) unstable; urgency=low + + * New upstream release + * (emacsen-startup): Bug fixed. skkpath -> (car skkpath) + + -- Takao KAWAMURA Wed, 7 Feb 2001 18:54:00 +0900 + +ddskk (11.4.cvs.20001215-1) unstable; urgency=low + + * New upstream release + * Include NICOLA-DDSKK. + + -- Takao KAWAMURA Fri, 15 Dec 2000 16:10:10 +0900 + +ddskk (11.4.cvs.20001208-1) unstable; urgency=low + + * New upstream release + * Include skk-dcomp.el. + + -- Takao KAWAMURA Sun, 10 Dec 2000 00:33:02 +0900 + +ddskk (11.4.cvs.20001122-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Wed, 22 Nov 2000 10:49:50 +0900 + +ddskk (11.3.cvs.20001029-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Mon, 30 Oct 2000 00:51:36 +0900 + +ddskk (11.3.cvs.20000918-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Tue, 19 Sep 2000 10:52:25 +0900 + +ddskk (11.3.cvs.20000816-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Thu, 17 Aug 2000 10:55:10 +0900 + +ddskk (11.3.cvs.20000721-1) unstable; urgency=low + + * New upstream release (Closes:Bug#66004) + * (emacsen-startup): Call `register-input-method'. + + -- Takao KAWAMURA Fri, 28 Jul 2000 10:33:25 +0900 + +ddskk (11.2.cvs.20000603-2) unstable; urgency=low + + * (emacsen-startup): Use `load' instead of `require' for + XEmacs. (Closes: Bug#65310) + + -- Takao KAWAMURA Wed, 7 Jun 2000 11:38:40 +0900 + +ddskk (11.2.cvs.20000603-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Wed, 7 Jun 2000 10:33:56 +0900 + +ddskk (11.2.cvs.20000428-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Mon, 1 May 2000 10:41:22 +0900 + +ddskk (11.2.cvs.20000426-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Wed, 26 Apr 2000 14:45:47 +0900 + +ddskk (11.2.cvs.20000409-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Tue, 4 Apr 2000 16:24:09 +0900 + +ddskk (11.2.cvs.20000313-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Mon, 28 Feb 2000 12:17:48 +0900 + +ddskk (11.2.cvs.20000206-1) unstable; urgency=low + + * New upstream release + * Updated the version of required APEL to 10.0-1. + + -- Takao KAWAMURA Sun, 20 Feb 2000 21:55:18 +0900 + +ddskk (11.2.cvs.20000108-1) unstable; urgency=low + + * Corrected the version number from 11.1 to 11.2. + + -- Takao KAWAMURA Tue, 11 Jan 2000 10:45:36 +0900 + +ddskk (11.1.cvs.20000108-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Sat, 8 Jan 2000 22:42:31 +0900 + +ddskk (11.1.cvs.19991231-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Fri, 24 Dec 1999 12:46:52 +0900 + +ddskk (11.1.cvs.19991215-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Mon, 13 Dec 1999 22:10:36 +0900 + +ddskk (11.1.cvs.19991212-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Sun, 12 Dec 1999 19:34:30 +0900 + +ddskk (11.1.cvs.19991205-1) unstable; urgency=low + + * New upstream release + * Added examples/Emacs.ad. + * Chaged the priority to `extra' because ddskk conflicts with skk which + has the `optional' priority. + + -- Takao KAWAMURA Mon, 6 Dec 1999 12:59:23 +0900 + +ddskk (11.1.cvs.19991202-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Thu, 2 Dec 1999 12:39:06 +0900 + +ddskk (11.1.cvs.19991130-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Thu, 25 Nov 1999 11:13:05 +0900 + +ddskk (11.1.cvs.19991124-1) unstable; urgency=low + + * New upstream release + + -- Takao KAWAMURA Thu, 25 Nov 1999 07:32:09 +0900 + +ddskk (11.1.cvs.19991123-1) unstable; urgency=low + + * New upstream release + * (control): Architecture: any -> all (Closes: Bug#50934) + + -- Takao KAWAMURA Tue, 23 Nov 1999 01:24:49 +0900 + +ddskk (11.1.cvs.19991122-1) unstable; urgency=low + + * New upstream release (Closes: Bug#50910) + + -- Takao KAWAMURA Mon, 22 Nov 1999 18:38:46 +0900 + +ddskk (11.1.cvs.19991118-2) unstable; urgency=low + + * (emacsen-startup): Corrected the code for loading "skk-autoloads". + + -- Takao KAWAMURA Sat, 20 Nov 1999 00:37:55 +0900 + +ddskk (11.1.cvs.19991118-1) unstable; urgency=low + + * Initial Release. + + -- Takao KAWAMURA Thu, 18 Nov 1999 15:54:20 +0900 + +