debian/0000755000000000000000000000000012261531766007177 5ustar debian/compat0000644000000000000000000000000212161571421010364 0ustar 7 debian/info0000644000000000000000000000001412161571416010043 0ustar eblook.info debian/eblook-for-h2m0000644000000000000000000000012112161571420011625 0ustar #!/bin/sh # To use help2man, print to stdout instead of stderr eblook "$@" 2>&1 debian/rules0000755000000000000000000000352512261530621010251 0ustar #!/usr/bin/make -f #-*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 PACKAGE = eblook export DEB_BUILD_MAINT_OPTIONS = hardening=+all dpkg_buildflags = DEB_BUILD_MAINT_OPTIONS=$(DEB_BUILD_MAINT_OPTIONS) dpkg-buildflags CFLAGS=$(shell $(dpkg_buildflags) --get CFLAGS) CPPFLAGS=$(shell $(dpkg_buildflags) --get CPPFLAGS) LDFLAGS=$(shell $(dpkg_buildflags) --get LDFLAGS) build-indep: build-arch: build-arch-stamp build-arch-stamp: dh_testdir dh_autotools-dev_updateconfig CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --prefix=/usr --infodir=/usr/share/info --with-eb-conf=/etc/eb.conf --without-readline $(MAKE) touch $@ build: build-indep build-arch clean: dh_testdir dh_testroot rm -f *-stamp eblook-for-h2m rm -f dos/Makefile [ ! -f Makefile ] || $(MAKE) SUBDIRS= distclean dh_autotools-dev_restoreconfig dh_clean install-indep: install-arch: dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/$(PACKAGE) install-exec cp debian/eblook-for-h2m . chmod 700 eblook-for-h2m install -d $(CURDIR)/debian/$(PACKAGE)/usr/share/man/man1 PATH=$(CURDIR)/debian/$(PACKAGE)/usr/bin:$${PATH} help2man --include=$(CURDIR)/debian/eblook.h2m --output=$(CURDIR)/debian/$(PACKAGE)/usr/share/man/man1/eblook.1 $(CURDIR)/eblook-for-h2m; \ rm -f eblook-for-h2m install: install-indep install-arch binary-indep: build-indep install-indep binary-arch: build-arch install-arch dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installinfo # dh_installexamples # dh_installmenu dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build-indep build-arch build clean binary-indep binary-arch binary install-indep install-arch install debian/eblook.h2m0000644000000000000000000000011012161571420011040 0ustar [NAME] eblook \- look in an electronic dictionary .\" [DESCRIPTION] .\" debian/copyright0000644000000000000000000000766312261530343011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: eblook Source: http://openlab.jp/edict/eblook/ Files: * Copyright: 1997,1998,1999,2000 NISHIDA Keisuke 2000-2002 Satomi 2000,2001 Kazuhiko 2000-2002 NEMOTO Takashi 2000,2001 YAMAGATA 1997, 98, 2000 Motoyuki Kasahara 1985-2004 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. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. Files: memcmp.c strdup.c Copyright: 1988-1993 The Regents of the University of California License: 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. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the University of California, Berkeley and its contributors. 4. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. (Note: The advertising clause (3.) remains in the source files, but it was removed by the copyright holder.) . THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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: eblook.texi eblook.info Copyright: 1997,1998,1999,2000 Keisuke Nishida 2000-2002 Satomi 2000,2001 Kazuhiko 2000-2002 NEMOTO Takashi 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 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 Free Software Foundation. Files: debian/* Copyright: 2007-2014 Tatsuya Kinoshita 1999-2004 Ryuichi Arafune License: The Debian packaging is distributed under the same conditions as the upstream. debian/patches/0000755000000000000000000000000012261531154010615 5ustar debian/patches/50_ldflags.patch0000644000000000000000000000411612161604702013557 0ustar Description: Typo fix for LDFLAGS Author: Tatsuya Kinoshita diff -urN eblook-1.6.1.orig/aclocal.m4 eblook-1.6.1/aclocal.m4 --- eblook-1.6.1.orig/aclocal.m4 2004-06-19 11:28:19.000000000 +0900 +++ eblook-1.6.1/aclocal.m4 2012-07-08 16:11:50.000000000 +0900 @@ -116,7 +116,7 @@ save_LIBS=$LIBS CPPFLAGS="$CPPFLAGS $EBCONF_PTHREAD_CPPFLAGS $EBCONF_EBINCS $EBCONF_ZLIBINCS $EBCONF_INTLINCS" CFLAGS="$CFLAGS $EBCONF_PTHREAD_CFLAGS" -LDFLAGS="$LDFAGS $EBCONF_PTHREAD_LDFLAGS" +LDFLAGS="$LDFLAGS $EBCONF_PTHREAD_LDFLAGS" LIBS="$LIBS $EBCONF_EBLIBS $EBCONF_ZLIBLIBS $EBCONF_INTLLIBS" AC_TRY_LINK([#include ], [eb_initialize_library(); return 0;], diff -urN eblook-1.6.1.orig/configure eblook-1.6.1/configure --- eblook-1.6.1.orig/configure 2004-06-19 11:30:49.000000000 +0900 +++ eblook-1.6.1/configure 2012-07-08 16:12:13.000000000 +0900 @@ -21918,7 +21918,7 @@ save_LIBS=$LIBS CPPFLAGS="$CPPFLAGS $EBCONF_PTHREAD_CPPFLAGS $EBCONF_EBINCS $EBCONF_ZLIBINCS $EBCONF_INTLINCS" CFLAGS="$CFLAGS $EBCONF_PTHREAD_CFLAGS" -LDFLAGS="$LDFAGS $EBCONF_PTHREAD_LDFLAGS" +LDFLAGS="$LDFLAGS $EBCONF_PTHREAD_LDFLAGS" LIBS="$LIBS $EBCONF_EBLIBS $EBCONF_ZLIBLIBS $EBCONF_INTLLIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -21981,7 +21981,7 @@ sysconfdir=$sysconfdir CPPFLAGS="$CPPFLAGS $EBCONF_PTHREAD_CPPFLAGS $EBCONF_EBINCS $EBCONF_ZLIBINCS $EBCONF_INTLINCS" CFLAGS="$CFLAGS $EBCONF_PTHREAD_CFLAGS" -LDFLAGS="$LDFAGS $EBCONF_PTHREAD_LDFLAGS" +LDFLAGS="$LDFLAGS $EBCONF_PTHREAD_LDFLAGS" LIBS="$LIBS $EBCONF_EBLIBS $EBCONF_ZLIBLIBS $EBCONF_INTLLIBS" diff -urN eblook-1.6.1.orig/configure.ac eblook-1.6.1/configure.ac --- eblook-1.6.1.orig/configure.ac 2004-06-19 11:27:22.000000000 +0900 +++ eblook-1.6.1/configure.ac 2012-07-08 16:12:02.000000000 +0900 @@ -62,7 +62,7 @@ sysconfdir=$sysconfdir CPPFLAGS="$CPPFLAGS $EBCONF_PTHREAD_CPPFLAGS $EBCONF_EBINCS $EBCONF_ZLIBINCS $EBCONF_INTLINCS" CFLAGS="$CFLAGS $EBCONF_PTHREAD_CFLAGS" -LDFLAGS="$LDFAGS $EBCONF_PTHREAD_LDFLAGS" +LDFLAGS="$LDFLAGS $EBCONF_PTHREAD_LDFLAGS" LIBS="$LIBS $EBCONF_EBLIBS $EBCONF_ZLIBLIBS $EBCONF_INTLLIBS" dnl * debian/patches/40_eb-read-ssize.patch0000644000000000000000000000313512161604702014574 0ustar Description: Fix incompatible pointer type for eb_read_* functions Author: Kazuhiro Ito , Tatsuya Kinoshita Bug-Debian: http://bugs.debian.org/593476 diff -urN eblook-1.6.1.orig/eblook.c eblook-1.6.1/eblook.c --- eblook-1.6.1.orig/eblook.c 2004-06-18 01:09:01.000000000 +0900 +++ eblook-1.6.1/eblook.c 2010-08-18 00:02:36.000000000 +0900 @@ -1166,7 +1166,7 @@ { static unsigned char buffer[MAX_BITMAP_SIZE]; EB_Position pos; - int len; + ssize_t len; int ret; int i; int j; @@ -1241,7 +1241,7 @@ { static unsigned char buffer[MAX_BITMAP_SIZE]; EB_Position pos; - int len; + ssize_t len; int ret; int i; int j; @@ -3097,7 +3097,7 @@ { EB_Error_Code error_code; char buf[2048]; - int buflen; + ssize_t buflen; #if MULTI_DEBUG xprintf(">> seeking %d:%d\n", can->child_pos.page, can->child_pos.offset); @@ -3109,7 +3109,7 @@ error_code = eb_read_text(book, 0, &multi_candidate_hookset, NULL, 2047, buf, &buflen); #if MULTI_DEBUG xprintf(">> eb_read_text %s\n", eb_error_message(error_code)); - xprintf(">> buflen = %d\n", buflen); + xprintf(">> buflen = %ld\n", (long)buflen); xprintf(">> ]\n"); #endif @@ -3168,7 +3168,7 @@ EB_Position pos0; { char buf[2048]; - int buflen; + ssize_t buflen; struct multi_can *child, *ptail; EB_Error_Code error_code = EB_SUCCESS; @@ -3191,7 +3191,7 @@ return 0; } #if MULTI_DEBUG - xprintf(">> buflen = %d\n", buflen); + xprintf(">> buflen = %ld\n", (long)buflen); #endif tail->terminated = 1; debian/patches/20_strcpy-fix.patch0000644000000000000000000000114212161604702014244 0ustar Description: Fix wrong usage of strcpy in parsing command line Origin: https://bugzilla.redhat.com/show_bug.cgi?id=579610 --- eblook-1.6.1.orig/eblook.c 2004-06-18 01:09:01.000000000 +0900 +++ eblook-1.6.1/eblook.c 2010-04-06 11:59:31.234479094 +0900 @@ -765,7 +765,7 @@ argv[num++] = p; reserved = 1; } - strcpy (p, p + 1); + memmove (p, p + 1, strlen (p)); p--; in_quote = !in_quote; break; @@ -779,7 +779,7 @@ break; case '\\': - strcpy (p, p + 1); + memmove (p, p + 1, strlen (p)); default: if (!reserved) { argv[num++] = p; debian/patches/30_codeconv-size.patch0000644000000000000000000001105312161604702014707 0ustar Description: Fix codeconv problems (size_t vs int, etc.) In eblook 1.6.1, curret_to_euc() is called with current_to_euc(&ibuf,&ilen,&str,(size_t *)&size), but the size argument is defined as int, that is problematic on an environment if size_t differs from int. Also, a buffer handling mismatch and a initialization problem exist. . In the upstream mailing list [edict 2711], on 2010-08-15, the patch to fix this bug is provided by Kazuhiro Ito. Author: Kazuhiro Ito Bug-Debian: http://bugs.debian.org/593006 diff -u eblook-1.6.1.orig/codeconv.c eblook-1.6.1/codeconv.c --- eblook-1.6.1.orig/codeconv.c 2003-03-08 23:29:47.000000000 +0900 +++ eblook-1.6.1/codeconv.c 2010-08-15 08:33:21.218750000 +0900 @@ -564,7 +564,7 @@ char * xfgets(str, size, fp) char *str; - int size; + size_t size; FILE *fp; { char *ibuf, *ibuf0; @@ -595,7 +595,7 @@ ibuf[ilen]=0; ilen=strlen(ibuf); - status = current_to_euc(&ibuf,&ilen,&str,(size_t *)&size); + status = current_to_euc(&ibuf,&ilen,&str,&size); str0[size0-size]=0; #ifndef HAVE_ALLOCA free(ibuf0); @@ -652,7 +652,6 @@ char **in_buf, **out_buf; size_t *in_len,*out_len; { - static int output_left = -1; int c1, c2; size_t count = 0; @@ -661,6 +660,7 @@ size_t ret; if (cur_to_euc == (iconv_t) -1) return CODECONV_ERROR; + iconv(cur_to_euc,NULL,NULL,NULL,NULL); ret = iconv(cur_to_euc,in_buf,in_len,out_buf,out_len); if (ret != ((size_t)-1)) ret = iconv(cur_to_euc, NULL, in_len, out_buf, out_len); @@ -675,17 +675,6 @@ } #endif /* HAVE_ICONV */ - if (output_left >= 0) { - if (*out_len > 0) { - *((*in_buf)++) = output_left; - (*out_len)--; - count++; - output_left = -1; - } else { - /* Output Buffer Overflow */ - return CODECONV_BUFFER_OVERFLOW; - } - } if (conv_mode == IO_SJIS) { while(*in_len>0) { if (*out_len<=0) break; @@ -724,10 +713,8 @@ *((*out_buf)++) = c1 | 0x80; (*out_len)--; count++; - if (*out_len <= 0) { - output_left = c2; + if (*out_len <= 0) return CODECONV_BUFFER_OVERFLOW; - } *((*out_buf)++) = c2; (*out_len)--; count++; @@ -761,7 +748,6 @@ char **in_buf, **out_buf; size_t *in_len,*out_len; { - static int output_left = -1; int c1, c2; size_t count = 0; @@ -770,6 +756,7 @@ size_t ret; if (euc_to_cur == (iconv_t) -1) return CODECONV_ERROR; + iconv(euc_to_cur,NULL,NULL,NULL,NULL); ret = iconv(euc_to_cur,in_buf,in_len,out_buf,out_len); if (ret != ((size_t)-1)) ret = iconv(euc_to_cur,NULL,in_len,out_buf,out_len); @@ -784,17 +771,6 @@ } #endif /* HAVE_ICONV */ - if (output_left >= 0) { - if (*out_len > 0) { - *((*in_buf)++) = output_left; - (*out_len)--; - count++; - output_left = -1; - } else { - /* Output Buffer Overflow */ - return CODECONV_BUFFER_OVERFLOW; - } - } if (conv_mode == IO_SJIS) { while(*in_len>0) { if (*out_len<=0) break; @@ -829,10 +805,8 @@ *((*out_buf)++) = c1; (*out_len)--; count++; - if (*out_len <= 0) { - output_left = c2; + if (*out_len <= 0) return CODECONV_BUFFER_OVERFLOW; - } *((*out_buf)++) = c2; (*out_len)--; count++; diff -u eblook-1.6.1.orig/codeconv.h eblook-1.6.1/codeconv.h --- eblook-1.6.1.orig/codeconv.h 2003-03-08 23:29:47.000000000 +0900 +++ eblook-1.6.1/codeconv.h 2010-08-14 18:44:09.390625000 +0900 @@ -50,7 +50,7 @@ extern int xprintf PROTO((const char *fmt, ...)); extern int xfputs PROTO((const char *str, FILE *fp)); extern int xputs PROTO((const char *str)); -extern char *xfgets PROTO((char *str, int size, FILE *fp)); +extern char *xfgets PROTO((char *str, size_t size, FILE *fp)); extern char *euc_to_jis PROTO((char *jis, const char *euc, int len)); extern char *jis_to_euc PROTO((char *euc, const char *jis, int len)); diff -u eblook-1.6.1.orig/eblook.c eblook-1.6.1/eblook.c --- eblook-1.6.1.orig/eblook.c 2004-06-18 01:09:01.000000000 +0900 +++ eblook-1.6.1/eblook.c 2010-08-14 18:50:40.406250000 +0900 @@ -133,7 +133,7 @@ int pclose_pager (FILE *); #endif -char *read_command (char *, int, FILE *); +char *read_command (char *, size_t, FILE *); int excute_command (char *); int parse_command_line (char *, char *[]); #ifdef USE_READLINE @@ -650,7 +650,7 @@ char * read_command (command_line, size, stream) char *command_line; - int size; + size_t size; FILE *stream; { char *p; debian/patches/series0000644000000000000000000000012312261531154012026 0ustar 20_strcpy-fix.patch 30_codeconv-size.patch 40_eb-read-ssize.patch 50_ldflags.patch debian/control0000644000000000000000000000154512261530530010573 0ustar Source: eblook Section: text Priority: optional Maintainer: Tatsuya Kinoshita Build-Depends: libeb16-dev, zlib1g-dev, debhelper (>= 7), help2man, autotools-dev (>= 20100122) Standards-Version: 3.9.5 Homepage: http://openlab.jp/edict/eblook/ Vcs-Git: git://anonscm.debian.org/collab-maint/eblook.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/eblook.git Package: eblook Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info Suggests: lookup-el Description: electronic dictionary search command using EB Library eblook is a command for accessing electronic dictionaries using EB Library. By this command, you can easily use CD-ROM books of EPWING format (EPWING is popular in Japan). . For emacsen, please install the lookup-el package. It works as an interface to eblook on emacsen. debian/watch0000644000000000000000000000016612161571421010222 0ustar version=3 opts="uversionmangle=s/rc/~rc/;s/pre/~pre/" \ http://openlab.jp/edict/eblook/dist/eblook-([0-9].*)\.tar\.gz debian/docs0000644000000000000000000000001412161571416010040 0ustar NEWS README debian/source/0000755000000000000000000000000012161571421010466 5ustar debian/source/format0000644000000000000000000000001412161571421011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001576412261531567011065 0ustar eblook (1:1.6.1-13) unstable; urgency=low * Use autotools-dev to update config.* at build time * Drop 10_config-update.patch * Add Vcs-Git and Vcs-Browser * Update Standards-Version to 3.9.5 * Update debian/copyright -- Tatsuya Kinoshita Fri, 03 Jan 2014 21:55:48 +0900 eblook (1:1.6.1-12) unstable; urgency=low * debian/rules: Use dpkg-buildflags to support hardening flags * debian/patches/50_ldflags.patch: Typo fix for LDFLAGS -- Tatsuya Kinoshita Sun, 08 Jul 2012 16:14:40 +0900 eblook (1:1.6.1-11) unstable; urgency=low * debian/copyright: Switch to copyright-format-1.0. * debian/rules: New targets build-arch and build-indep. * debian/control: Update Standards-Version to 3.9.3. -- Tatsuya Kinoshita Sun, 29 Apr 2012 16:23:57 +0900 eblook (1:1.6.1-10) unstable; urgency=low * debian/control: - Change Build-Depends from libeb13-dev to libeb16-dev. - Update Standards-Version to 3.9.2. * debian/copyright: Updated. -- Tatsuya Kinoshita Wed, 20 Apr 2011 07:43:19 +0900 eblook (1:1.6.1-9) unstable; urgency=medium * debian/patches/40_eb-read-ssize.patch: Patch to fix incompatible pointer type ('ssize_t *' vs 'int *') for eb_read_* functions. (closes: #593476) -- Tatsuya Kinoshita Wed, 18 Aug 2010 23:15:43 +0900 eblook (1:1.6.1-8) unstable; urgency=medium * debian/patches/30_codeconv-size.patch: Patch to fix codeconv problems (size_t vs int, etc.), from the upstream mailing list [edict 2711], on 2010-08-15, provided by Kazuhiro Ito. (closes: #593006) -- Tatsuya Kinoshita Sun, 15 Aug 2010 11:35:58 +0900 eblook (1:1.6.1-7) unstable; urgency=medium * debian/rules, debian/control: Don't use readline to prevent a wrong behavior. (closes: #586455) -- Tatsuya Kinoshita Sun, 20 Jun 2010 20:12:31 +0900 eblook (1:1.6.1-6) unstable; urgency=low * debian/rules: Use --with-readline to prevent a failure of current_to_euc(). (suggested by TSUCHIYA Masatoshi) * debian/control: Add libreadline-dev to Build-Depends. -- Tatsuya Kinoshita Wed, 02 Jun 2010 23:02:59 +0900 eblook (1:1.6.1-5) unstable; urgency=low * debian/patches/20_strcpy-fix.patch: Fix wrong usage of strcpy in parsing command line. (reported by Daiki Ueno at ) * debian/patches: Renumbered. -- Tatsuya Kinoshita Tue, 20 Apr 2010 23:42:44 +0900 eblook (1:1.6.1-4) unstable; urgency=low * debian/patches/01-config-update.patch: Update config.guess and config.sub using autotools-dev 20090611.1. (closes: #535754) * debian/control: - Add `dpkg (>= 1.15.4) | install-info' to Depends. - Add ${misc:Depends} to Depends. - Set Standards-Version to 3.8.4. * debian/rules: Use `make install-exec' instead of `make install'. * debian/copyright: Updated. * Switch to dpkg-source 3.0 (quilt) format. -- Tatsuya Kinoshita Tue, 23 Feb 2010 00:40:09 +0900 eblook (1:1.6.1-3) unstable; urgency=low * debian/control: - Change Build-Depends to libeb13-dev from libeb12-dev. - Move `Homepage:' from Description to the header. - Set Standards-Version to 3.8.2. * debian/rules: - Use dh_prep instead of `dh_clean -k'. - Don't ignore an error of `make distclean'. * debian/compat, debian/control: Update debhelper version to 7. * debian/copyright: Updated. -- Tatsuya Kinoshita Sun, 26 Jul 2009 07:26:51 +0900 eblook (1:1.6.1-2) unstable; urgency=low * debian/watch: New file. -- Tatsuya Kinoshita Sun, 18 Feb 2007 09:49:16 +0900 eblook (1:1.6.1-1) unstable; urgency=low * New upstream release. * New maintainer. (the previous maintainer is MIA) * Acknowledge NMUs. (closes: #212071, #333227) * Build-Depends libeb12-dev instead of libeb7-dev. * Remove texinfo from Build-Depends. * Build-Depends debhelper version 5. * Generate the manpage eblook.1 with help2man. * Cleanup debian/* scripts. -- Tatsuya Kinoshita Sun, 11 Feb 2007 02:31:20 +0900 eblook (1:1.6-1.1) unstable; urgency=low * Porter NMU. * Update config.guess/config.sub (closes: #333227). -- Aurelien Jarno Sun, 10 Dec 2006 23:40:34 +0100 eblook (1:1.6-1) unstable; urgency=low * New upstream version. -- Ryuichi Arafune Sat, 14 Feb 2004 16:35:24 +0900 eblook (1:1.5.1-3.1) unstable; urgency=low * Non-maintainer upload * Rebuild with libeb7, so the package is again installable in unstable (closes: #212071). -- Steve Langasek Tue, 30 Sep 2003 22:28:44 -0500 eblook (1:1.5.1-3) unstable; urgency=low * Rebuild with new libeb6. closes: #190548 -- Ryuichi Arafune Thu, 24 Apr 2003 20:43:40 +0900 eblook (1:1.5.1-2) unstable; urgency=low * Replace config.guess, and config.sub with the newer version in autotools-dev. closes: #172491 -- Ryuichi Arafune Tue, 10 Dec 2002 20:38:23 +0900 eblook (1:1.5.1-1) unstable; urgency=low * New upstream version. -- Ryuichi Arafune Tue, 19 Nov 2002 11:43:44 +0900 eblook (1:1.5-2) unstable; urgency=low * Applied a patch by Yamashita. Thank you. closes: #135095 * Add comment for EPWING. It's not an abbravation, I think. closes: #135922 -- Ryuichi Arafune Thu, 14 Mar 2002 13:43:10 +0900 eblook (1:1.5-1) unstable; urgency=low * New upstream version. * typo. closes: #124588 -- Ryuichi Arafune Sat, 22 Dec 2001 15:19:44 +0900 eblook (1.5cvs010703-2) unstable; urgency=low * chmod +x configure script. closes: #103503 -- Ryuichi Arafune Thu, 5 Jul 2001 09:23:51 +0900 eblook (1.5cvs010703-1) unstable; urgency=low * New upstream CVS snapshot, but it works on libeb4. closes: #98108 Many thanks to Dr. T. Kawamura, and Mr. K. Nokubi for their comment on Debian-JP ML. -- Ryuichi Arafune Tue, 3 Jul 2001 20:39:03 +0900 eblook (1.3-3) unstable; urgency=low * (control) Add Build-Depends. closes: #70362 -- Ryuichi Arafune Tue, 29 Aug 2000 15:55:02 +0900 eblook (1.3-2) unstable; urgency=low * Standard Version: 3.0.0 * lintian free. -- Ryuichi Arafune Wed, 2 Feb 2000 23:06:21 +0900 eblook (1.3-1) unstable; urgency=low * NewUpstream -- Ryuichi Arafune Thu, 9 Dec 1999 15:15:00 +0900 eblook (1.2-3) unstable; urgency=low * usr/info -> /usr/share/info correctly. * lintian free -- Ryuichi Arafune Wed, 8 Sep 1999 11:42:31 +0900 eblook (1.2-2) unstable; urgency=low * /usr/doc -> /usr/share/doc (debhelper 2.0.40) * /usr/info -> /usr/share/info * lintian free -- Ryuichi Arafune Tue, 7 Sep 1999 23:42:08 +0900 eblook (1.2-1) unstable; urgency=low * Initial Release. -- Ryuichi Arafune Sat, 24 Jul 1999 00:25:45 +0900