debian/0000755000000000000000000000000011776663044007204 5ustar debian/source/0000755000000000000000000000000011757422673010504 5ustar debian/source/format0000644000000000000000000000001411757422673011712 0ustar 3.0 (quilt) debian/naist-jdic-utf8.preinst0000644000000000000000000000144711070267536013522 0ustar #!/bin/sh # preinst script for naist-jdic-utf8 # # see: dh_installdeb(1) set -e destdir="/var/lib/chasen/dic/naist-jdic-utf8" # summary of how this script can be called: # * `install' # * `install' # * `upgrade' # * `abort-upgrade' # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in install|upgrade) if [ -d $destdir ]; then rm -rf $destdir/* fi ;; abort-upgrade) ;; *) echo "preinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/patches/0000755000000000000000000000000011762004524010616 5ustar debian/patches/series0000644000000000000000000000004211757557267012054 0ustar disable_copy_chasenrc chasenrc.in debian/patches/chasenrc.in0000644000000000000000000000100211757555355012746 0ustar Index: naist-jdic-0.4.3/chasenrc.in =================================================================== --- naist-jdic-0.4.3.orig/chasenrc.in 2008-04-28 23:08:57.000000000 +0900 +++ naist-jdic-0.4.3/chasenrc.in 2012-05-25 10:05:44.441782019 +0900 @@ -5,8 +5,8 @@ ;;; ;;; grammar.cha/ctypes.cha/cforms.cha location /文法ファイル ;;; -;(文法ファイル @CHASEN_DIC_DIR@/@PACKAGE@) -(GRAMMAR @CHASEN_DIC_DIR@/@PACKAGE@) +;(文法ファイル @CHASEN_DIC_DIR@) +(GRAMMAR @CHASEN_DIC_DIR@) ;;; ;;; dictionary /辞書 debian/patches/disable_copy_chasenrc0000644000000000000000000000075311757557307015071 0ustar Index: naist-jdic-0.4.3/Makefile.am =================================================================== --- naist-jdic-0.4.3.orig/Makefile.am 2008-05-16 14:10:18.000000000 +0900 +++ naist-jdic-0.4.3/Makefile.am 2012-05-25 10:22:12.487428262 +0900 @@ -16,11 +16,3 @@ chadic.da: $(MKDICDIR)/makeda chadic *.dic - -install-data-local: - if test -f @CHASEN_CHASENRC_PATH@ ; then \ - echo "Please modify @CHASEN_CHASENRC_PATH@"; \ - else \ - cp chasenrc @CHASEN_CHASENRC_PATH@ ;\ - fi - debian/naist-jdic.install0000644000000000000000000000014711757554446012627 0ustar *.cha usr/share/chasen/dic/naist-jdic *.dic usr/share/chasen/dic/naist-jdic chasenrc usr/share/chasen/ debian/naist-jdic.postinst0000644000000000000000000000243511776662501013037 0ustar #!/bin/sh # postinst script for naist-jdic # # see: dh_installdeb(1) set -e priority="70" chasendir="/usr/share/chasen" chasenrc="${chasendir}/chasenrc" dictdir="${chasendir}/dic/naist-jdic" srcdir=${dictdir} destdir="/var/lib/chasen/dic/naist-jdic" GENDATA="matrix.cha table.cha chadic.da chadic.lex chadic.dat" case "$1" in configure) echo "Now generating naist-jdic data. This may take a while..." # for matrix.cha table.cha [ -d ${srcdir} ] && [ -d ${destdir} ] || exit 1 cd ${srcdir} && `chasen-config --mkchadic`/makemat -i e # for chadic.da chadic.lex chadic.dat [ -d "${srcdir}" ] && [ -d "${destdir}" ] || exit 1 cd ${srcdir} && `chasen-config --mkchadic`/makeda -i e chadic *.dic for i in `ls ${srcdir}/*`; do ln -s $i ${destdir}; done echo "" echo "" echo "Done! Check ${destdir} directory." update-alternatives \ --install /etc/chasenrc chasenrc ${chasenrc} ${priority} \ --slave /var/lib/chasen/dic/debian chasen-dictionary ${destdir} ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/changelog0000644000000000000000000002523311776663044011063 0ustar naist-jdic (1:0.4.3-3.1) unstable; urgency=low * Non-maintainer upload. * debian/naist-jdic{,-utf8}.postinst - deal with path changes with MultiArch (Closes: #679195) - Don't use dpkg-architecture. Use chasen-config instead. -- Nobuhiro Iwamatsu Tue, 10 Jul 2012 06:10:00 +0900 naist-jdic (1:0.4.3-3) unstable; urgency=low * debian/naist-jdic{,-utf8}.postinst - deal with path changes with MultiArch (Closes: #679195) Thanks to Andreas Beckmann * debian/control - Depends: chansen-dictutils (>= 2.4.5-4) -- Hideki Yamane Wed, 27 Jun 2012 16:32:55 +0900 naist-jdic (1:0.4.3-2) unstable; urgency=low * debian/control - add "Pre-Depends: dpkg (>= 1.15.6~)" * debian/copyright - update to "Machine-readable debian/copyright file 1.0" -- Hideki Yamane Tue, 05 Jun 2012 13:06:46 +0900 naist-jdic (1:0.4.3-1) unstable; urgency=low * repack upstream tarball with xz, use epoch for version * debian/README.source - not necessary anymore, remove it. * debian/patches - convert chasenrc.in to quilt * debian/source/format - set "3.0 (quilt)" * debian/rules - update to dh7 style - compress with xz * debian/naist-jdic.install - move copy target files from debian/rules * debian/docs - update * debian/control - drop dpatch from Build-Depends - set "Standards-Version: 3.9.3" -- Hideki Yamane Fri, 01 Jun 2012 09:14:14 +0900 naist-jdic (0.4.3-17) unstable; urgency=low * debian/copyright - fix "obsolete-field-in-dep5-copyright" lintian warning * debian/rules - fix "debian-rules-missing-recommended-target" lintian warning * debian/lintian/naist-jdic-utf8 - override "naist-jdic-utf8: empty-binary-package" -- Hideki Yamane Sat, 17 Sep 2011 15:00:59 +0900 naist-jdic (0.4.3-16) unstable; urgency=low * debian/control - update Standards-Version: 3.9.2 - remove DM-stuff * debian/copyright - update it as DEP5 style -- Hideki Yamane Sat, 11 Jun 2011 05:36:57 +0900 naist-jdic (0.4.3-15) unstable; urgency=low * debian/naist-jdic-utf8.postinst - fix "chasen fails, /var/lib/chasen/dic/debian/grammar.cha: No such file or directory", it caused by bashism. Thanks to Seven Machines (Closes:#566087) -- Hideki Yamane (Debian-JP) Sat, 23 Jan 2010 10:02:02 +0900 naist-jdic (0.4.3-14) unstable; urgency=low * debian/control: - add "Depends: ${misc:Depends}" to each package -- Hideki Yamane (Debian-JP) Thu, 31 Dec 2009 19:00:35 +0900 naist-jdic (0.4.3-13) unstable; urgency=low * debian/naist-jdic-utf8.postinst - add (ENCODE "u") to specify UTF-8 encoding (Closes: #557287) Thanks to Jim Breen -- Hideki Yamane (Debian-JP) Sat, 28 Nov 2009 07:18:36 +0900 naist-jdic (0.4.3-12) unstable; urgency=low * debian/rules: - don't install matrix.cha and table.cha, those files are generated with postinst * debian/{naist-jdic,naist-jdic-utf8}.postrm - remove it * debian/{naist-jdic,naist-jdic-utf8}.prerm - move remove files handling from postrm scripts, now piuparts clean :) -- Hideki Yamane (Debian-JP) Mon, 28 Sep 2009 09:47:29 +0900 naist-jdic (0.4.3-11) unstable; urgency=low * debian/naist-jdic-utf8.postrm: - add it to remove /usr/share/chasen/dic/naist-jdic-utf8/chadic.* files, as well as debian/naist-jdic.postrm * debian/watch: - modify it with upstream's URL change -- Hideki Yamane (Debian-JP) Sat, 19 Sep 2009 22:16:25 +0900 naist-jdic (0.4.3-10) unstable; urgency=low * debian/naist-jdic.postrm: - remove chasenrc symlink -- Hideki Yamane (Debian-JP) Fri, 18 Sep 2009 08:31:39 +0900 naist-jdic (0.4.3-9) unstable; urgency=low * debian/naist-jdic.postrm: - add it to remove /usr/share/chasen/dic/naist-jdic/chadic.* files * debian/README.source: - add it to fix "patch-system-but-no-source-readme" * debian/control: - Bump up Standards-Version: 3.8.3 -- Hideki Yamane (Debian-JP) Mon, 31 Aug 2009 08:09:52 +0900 naist-jdic (0.4.3-8) unstable; urgency=low * debian/watch: update it to deal with sourceforge.jp's change. -- Hideki Yamane (Debian-JP) Sun, 12 Jul 2009 01:26:49 +0900 naist-jdic (0.4.3-7) unstable; urgency=low * debian/control: - remove "Conflicts: ipadic" and "Replaces: ipadic" by users request. * Bump up Standards-Version: 3.8.2 -- Hideki Yamane (Debian-JP) Mon, 29 Jun 2009 23:20:46 +0900 naist-jdic (0.4.3-6) unstable; urgency=low * debian/rules: Fix "FTBFS with version, like 0.4.3-5+pb1", just hack versioning scheme in rules (Closes: #518883) -- Hideki Yamane (Debian-JP) Mon, 09 Mar 2009 19:03:15 +0900 naist-jdic (0.4.3-5) unstable; urgency=low * debian/copyright: fix "copyright-with-old-dh-make-debian-copyright" * debian/control: - fix "binary-control-field-duplicates-source" - fix "build-depends-without-arch-dep" -- Hideki Yamane (Debian-JP) Mon, 09 Mar 2009 19:01:23 +0900 naist-jdic (0.4.3-4) unstable; urgency=low * debian/{naist-jdic,naist-jdic-utf8}.preinst - really fix (Closes: #499855) -- Hideki Yamane (Debian-JP) Tue, 30 Sep 2008 09:14:31 +0900 naist-jdic (0.4.3-3) unstable; urgency=medium * debian/rules - remove unnecessary lines. * debian/{naist-jdic,naist-jdic-utf8}.preinst - remove files (symlinks) before package is installed. -- Hideki Yamane (Debian-JP) Mon, 29 Sep 2008 19:05:59 +0900 naist-jdic (0.4.3-2) unstable; urgency=low * debian/control - Build-Depends: chasen-dictutils (>= 2.4.3-2) -- Hideki Yamane (Debian-JP) Tue, 08 Jul 2008 13:00:07 +0900 naist-jdic (0.4.3-1) unstable; urgency=low * New upstream release * Really close ITP now (Closes: #466876). * change its build style, include upstream source as tar.gz * debian/watch - just download updated tarball. * debian/*.postinst,prerm - not mv files but add/remove symlink. * debian/*.preinst - remove unnecessary files if they exist * debian/control - Build-Depends: chasen-dictutils (>= 1:2.4.3), dpatch because it needs to fix chasenrc. * debian/patches - add chasenrc.in.dpatch -- Hideki Yamane (Debian-JP) Mon, 07 Jul 2008 22:02:38 +0900 naist-jdic (0.4.2-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Mon, 16 Jun 2008 23:25:19 +0900 naist-jdic (0.4.2~preview2-1) unstable; urgency=low * New upstream release * debian/control - Bump up Standards-Version: 3.8.0 with no change. -- Hideki Yamane (Debian-JP) Mon, 09 Jun 2008 01:20:49 +0900 naist-jdic (0.4.1-1) unstable; urgency=low * New upstream release * debian/control - remove unneeded "Build-Depends: chasen-dictutils" - add "Uploaders: NOKUBI Takatsugu " -- Hideki Yamane (Debian-JP) Tue, 03 Jun 2008 00:00:27 +0900 naist-jdic (0.4.1~preview1-2) unstable; urgency=low * debian/watch - deal with sourceforge.jp's change. -- Hideki Yamane (Debian-JP) Fri, 30 May 2008 12:46:27 +0900 naist-jdic (0.4.1~preview1-1) unstable; urgency=low * New upstream preview release * debian/doc - upstream removed doc directory, so .tex file is also removed. - fix locations * debian/patches - removed * debian/control - not need Build-Depends: dpatch anymore. * debian/rules - revert to old style. -- Hideki Yamane (Debian-JP) Sat, 17 May 2008 00:43:12 +0900 naist-jdic (0.4.0-1) unstable; urgency=low * New upstream release * not build and include PDF, because it needs non-free cmap-adobe-japan1. * debian/control - add Build-Depends: dpatch, again. and remove dvipdfmx and ptex-bin. * debian/docs - add NAIST-jdic-ja.tex, not PDF file. -- Hideki Yamane (Debian-JP) Sat, 03 May 2008 10:30:17 +0900 naist-jdic (0.4.0~preview2-1) unstable; urgency=low * New upstream release * debian/control - remove Build-Depends: dpatch * debian/patches - fixed in upstream, remove it. -- Hideki Yamane (Debian-JP) Tue, 29 Apr 2008 01:35:44 +0900 naist-jdic (0.4.0~preview1-1) unstable; urgency=low * New upstream release * provide upstream source as tarball, because some files (Makefile, configure, etc...) would be modified at build. * debian/control - add "DM-Upload-Allowed: yes" - add "Build-Depends: chasen-dictutils, dvipdfmx, ptex-bin, autoconf, automake, dpatch", because PDF would be generated with TeX source. * debian/rules - use "autoreconf -i" and build PDF -- Hideki Yamane (Debian-JP) Sun, 27 Apr 2008 01:35:18 +0900 naist-jdic (0.3.0-1) unstable; urgency=low * New upstream release * debian/control - Now we provide naist-jdic-utf8 package. It depends on naist-jdic. - naist-jdic Provides: ipadic, chasen-dic Replaces: ipadic Conflicts: ipadic naist-jdic-utf8 Provides: chasen-dic * debian/{naist-jdic,naist-jdic-utf8}.{postinst,prerm} - put generated data to /var/lib/chasen/dic/naist-jdic,naist-jdic-utf8 - use alternatives * debian/lintian/naist-jdic-utf8, debian/naist-jdic-utf8.install - avoid lintian warning. /usr/share/chasen/dic/naist-jdic-utf8 is empty in package, but it is needed at installation. * debian/rules - add dh_install -- Hideki Yamane (Debian-JP) Sun, 06 Apr 2008 09:29:04 +0900 naist-jdic (0.3.0~preview1-2) unstable; urgency=low * debian/control - Now this package is "arch: all" and generates dictionary data with package installation, not provide compiled data. - Provides: chasen-dic Replaces: ipadic, chasen-cannadic Conflicts: ipadic, chasen-cannadic * debian/rules, debian/postinst, debian/prerm - apply changes to fit above. -- Hideki Yamane (Debian-JP) Wed, 12 Mar 2008 15:05:25 +0900 naist-jdic (0.3.0~preview1-1) unstable; urgency=low * New upstream release * debian/doc - remove doc/ipadic-2.7.0-chn-utf8.pdf -- Hideki Yamane (Debian-JP) Wed, 12 Mar 2008 15:05:19 +0900 naist-jdic (0.2.0~preview1-1) unstable; urgency=low * Initial release -- Hideki Yamane (Debian-JP) Wed, 20 Feb 2008 18:59:24 +0900 debian/docs0000644000000000000000000000001511762002715010036 0ustar NEWS AUTHORS debian/naist-jdic-utf8.dirs0000644000000000000000000000011011034405773012756 0ustar usr/share/chasen/dic/naist-jdic-utf8 var/lib/chasen/dic/naist-jdic-utf8 debian/naist-jdic.prerm0000644000000000000000000000312311260002312012244 0ustar #!/bin/sh # prerm script for naist-jdic # # see: dh_installdeb(1) set -e chasendir=/usr/share/chasen chasenrc=${chasendir}/chasenrc dictdir=${chasendir}/dic/naist-jdic files="cforms.cha connect.cha ctypes.cha grammar.cha naist-jdic.dic chadic.da chadic.dat chadic.lex matrix.cha table.cha" destdir=/var/lib/chasen/dic/naist-jdic # summary of how this script can be called: # * `remove' # * `upgrade' # * `failed-upgrade' # * `remove' `in-favour' # * `deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in remove) [ -d ${dictdir} ] || exit 1 [ -d ${destdir} ] || exit 1 update-alternatives --remove chasen-dictionary ${destdir} update-alternatives --remove chasenrc ${chasenrc} # remove symlinks rm ${destdir}/* # remove generated data for file in ${files} do rm ${dictdir}/$file >/dev/null 2>&1 done ;; upgrade|deconfigure) # remove symlinks rm ${destdir}/* # remove generated data for file in ${files} do rm ${dictdir}/$file >/dev/null 2>&1 done ;; failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/copyright0000644000000000000000000000353611763302702011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: naist-jdic Upstream-Contact: Masayuki Asahara Source: http://sourceforge.jp/projects/naist-jdic/ Files: debian/* Copyright: 2008-2011, Hideki Yamane License: BSD-3-Clause Files: * Copyright: 2008, Nara Institute of Science and Technology License: BSD-3-Clause 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. The name Nara Institute of Science and Technology may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY Nara Institute of Science and Technology ``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 Nara Institute of Science and Technology 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. debian/compat0000644000000000000000000000000211757776644010414 0ustar 7 debian/naist-jdic-utf8.prerm0000644000000000000000000000322711260002324013140 0ustar #!/bin/sh # prerm script for naist-jdic-utf8 # # see: dh_installdeb(1) set -e chasendir=/usr/share/chasen chasenrc=${chasendir}/chasenrc-utf8 dictdir=${chasendir}/dic/naist-jdic-utf8 files="cforms.cha connect.cha ctypes.cha grammar.cha naist-jdic.dic chadic.da chadic.dat chadic.lex matrix.cha table.cha" srcdir=${dictdir}-utf8 destdir=/var/lib/chasen/dic/naist-jdic-utf8 # summary of how this script can be called: # * `remove' # * `upgrade' # * `failed-upgrade' # * `remove' `in-favour' # * `deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in remove) [ -d ${dictdir} ] || exit 1 [ -d ${destdir} ] || exit 1 update-alternatives --remove chasen-dictionary ${destdir} update-alternatives --remove chasenrc ${chasenrc} # remove symlinks rm ${destdir}/* # remove generated data for file in ${files} do rm ${dictdir}/$file >/dev/null 2>&1 done rm ${chasenrc} ;; upgrade|deconfigure) # remove symlinks rm ${destdir}/* # remove generated data for file in ${files} do rm ${dictdir}/$file >/dev/null 2>&1 done ;; failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/naist-jdic.dirs0000644000000000000000000000007611034405773012105 0ustar var/lib/chasen/dic/naist-jdic usr/share/chasen/dic/naist-jdic debian/naist-jdic.preinst0000644000000000000000000000143611070267522012627 0ustar #!/bin/sh # preinst script for naist-jdic # # see: dh_installdeb(1) set -e destdir="/var/lib/chasen/dic/naist-jdic" # summary of how this script can be called: # * `install' # * `install' # * `upgrade' # * `abort-upgrade' # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in install|upgrade) if [ -d $destdir ]; then rm -rf $destdir/* fi ;; abort-upgrade) ;; *) echo "preinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/naist-jdic-utf8.postinst0000644000000000000000000000356111776662507013732 0ustar #!/bin/sh # postinst script for naist-jdic-utf8 # # see: dh_installdeb(1) set -e priority="80" chasendir=/usr/share/chasen chasenrc=${chasendir}/chasenrc dictdir=${chasendir}/dic/naist-jdic files="cforms.cha connect.cha ctypes.cha grammar.cha naist-jdic.dic" srcdir=${dictdir}-utf8 destdir=/var/lib/chasen/dic/naist-jdic-utf8 GENDATA="matrix.cha table.cha chadic.da chadic.lex chadic.dat" case "$1" in configure) [ -d ${srcdir} ] || mkdir ${srcdir} [ -d ${destdir} ] || mkdir ${destdir} echo "Now generating naist-jdic data. This may take a while..." # convert euc-jp to UTF-8 [ -d ${dictdir} ] || exit 1 for data in $files do iconv -f eucjp -t utf8 -o ${dictdir}-utf8/${data} ${dictdir}/${data} done iconv -f eucjp -t utf8 -o ${chasenrc}-utf8 ${chasenrc} # for matrix.cha table.cha [ -d "${srcdir}" ] && [ -d "${destdir}" ] || exit 1 cd ${srcdir} && `chasen-config --mkchadic`/makemat -i w # for chadic.da chadic.lex chadic.dat [ -d "${srcdir}" ] && [ -d "${destdir}" ] || exit 1 cd ${srcdir} && `chasen-config --mkchadic`/makeda -i w chadic *.dic for i in `ls ${srcdir}/*`; do ln -s $i ${destdir}; done echo "" echo "" echo "Done! Check ${destdir} directory." # specify encoding if [ -z `grep '(ENCODE "u")' ${chasenrc}-utf8` ] && [ -z `grep '(ENCODE "w")' ${chasenrc}-utf8` ]; then echo '(ENCODE "u")' >> ${chasenrc}-utf8 fi update-alternatives \ --install /etc/chasenrc chasenrc ${chasenrc}-utf8 ${priority} \ --slave /var/lib/chasen/dic/debian chasen-dictionary ${destdir} ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/control0000644000000000000000000000267311776657201010615 0ustar Source: naist-jdic Section: misc Priority: optional Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: autoconf, automake, chasen-dictutils (>= 2.4.3-2) Maintainer: Hideki Yamane Uploaders: NOKUBI Takatsugu Standards-Version: 3.9.3 Homepage: http://sourceforge.jp/projects/naist-jdic/ Package: naist-jdic Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: chasen-dictutils (>= 2.4.5-4), ${misc:Depends} Provides: ipadic, chasen-dic Description: free Japanese Dictionaries for ChaSen (replacement of ipadic) NAIST Japanese Dictionary is a Dictionary for ChaSen, Japanese morphological analysis implementation. . This is based on ipadic, however it is released under BSD style license now by NAIST (Nara Institute of Science and Technology, Japan), so it is free and can replace ipadic. Package: naist-jdic-utf8 Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Provides: chasen-dic Depends: chasen-dictutils (>= 2.3.2), naist-jdic (= ${source:Version}), ${misc:Depends} Description: free Japanese Dictionaries for ChaSen (replacement of ipadic) in UTF-8 NAIST Japanese Dictionary is a Dictionary for ChaSen, Japanese morphological analysis implementation. . This is based on ipadic, however it is released under BSD style license now by NAIST (Nara Institute of Science and Technology, Japan), so it is free and can replace ipadic. . This package generates UTF-8 data from original naist-jdic. debian/naist-jdic-utf8.install0000644000000000000000000000007611034405773013476 0ustar debian/lintian/naist-jdic-utf8 usr/share/lintian/overrides/ debian/lintian/0000755000000000000000000000000011635035043010624 5ustar debian/lintian/naist-jdic-utf80000644000000000000000000000021411635035043013455 0ustar naist-jdic-utf8 binary: package-contains-empty-directory usr/share/chasen/dic/naist-jdic-utf8/ naist-jdic-utf8 binary: empty-binary-package debian/rules0000755000000000000000000000053611762011006010244 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS := hardening=+all export PACKAGE=naist-jdic %: dh $@ override_dh_auto_configure: autoreconf -i dh_auto_configure override_dh_install: dh_install -Xmatrix.cha -Xtable.cha override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9 debian/watch0000644000000000000000000000045411255154633010227 0ustar version=3 opts="downloadurlmangle=s/sourceforge/iij.dl.sourceforge/;s/downloads\///;s/projects\///;s/gz\//gz/,\ uversionmangle=s/-beta/~beta/;s/-rc/~rc/;s/-preview/~preview/" \ http://sourceforge.jp/projects/naist-jdic/releases/ \ /projects/naist-jdic/downloads/.*/naist-jdic-(.*\..*)\.tar.gz/