debian/0000755000000000000000000000000012233222477007172 5ustar debian/libeb16-dev.files0000644000000000000000000000010512233214325012203 0ustar etc/* usr/include/* usr/lib/*/*.a usr/lib/*/*.so usr/share/aclocal/* debian/shlibs.local0000644000000000000000000000002112233214325011454 0ustar libeb 16 libeb16 debian/compat0000644000000000000000000000000212233214325010361 0ustar 8 debian/rules0000755000000000000000000001016412233222226010244 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) 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) SUBDIRS_INDEP = doc SUBDIRS_ARCH = eb libebutils ebappendix ebfont ebinfo ebrefile ebstopcode ebzip po-eb po-ebutils m4 DIST_SUBDIRS = doc eb libebutils ebappendix ebfont ebinfo ebrefile ebstopcode ebzip m4 samples config.status: configure dh_testdir dh_autotools-dev_updateconfig CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --with-pkgdocdir=/usr/share/doc/eb-doc build: build-indep build-arch build-indep: build-indep-stamp build-indep-stamp: config.status $(MAKE) SUBDIRS="$(SUBDIRS_INDEP)" touch $@ build-arch: build-arch-stamp build-arch-stamp: config.status rm -f eb.conf $(MAKE) SUBDIRS="$(SUBDIRS_ARCH)" perl -i -pe 's!/usr/lib/'`dpkg-architecture -qDEB_HOST_MULTIARCH`'!/usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`!g' eb.conf touch $@ clean: dh_testdir dh_testroot rm -f build-indep-stamp build-arch-stamp rm -f po-eb/Makefile po-ebutils/Makefile [ ! -f Makefile ] || $(MAKE) DIST_SUBDIRS="$(DIST_SUBDIRS)" distclean dh_autotools-dev_restoreconfig dh_clean install: install-indep install-arch install-indep: dh_testdir dh_testroot dh_prep dh_installdirs -i # for d in $(SUBDIRS_INDEP); do \ # (cd $${d} && make DESTDIR=$(CURDIR)/debian/tmp install); \ # done install -d $(CURDIR)/debian/tmp/usr/share/doc/eb-doc/html for f in doc/*.html doc/*.css; do \ nkf -w $${f} | LC_ALL=C sed -r 's/.*content-type.*charset=.*//i' > $(CURDIR)/debian/tmp/usr/share/doc/eb-doc/html/`basename $${f}`; \ done for f in README NEWS; do \ nkf -w $${f} > $(CURDIR)/debian/tmp/usr/share/doc/eb-doc/`basename $${f}`; \ done install debian/README.Debian $(CURDIR)/debian/tmp/usr/share/doc/eb-doc/ dh_movefiles -i dh_install -i install-arch: dh_testdir dh_testroot dh_prep dh_installdirs -s $(MAKE) SUBDIRS="$(SUBDIRS_ARCH)" DESTDIR=$(CURDIR)/debian/tmp install install -d $(CURDIR)/debian/tmp/usr/share/man/man1 for f in $(CURDIR)/debian/*.h2m; do \ LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH) help2man --no-info --include=$${f} --output=$(CURDIR)/debian/tmp/usr/share/man/man1/`basename $${f} .h2m`.1 $(CURDIR)/debian/tmp/usr/bin/`basename $${f} .h2m`; \ done install -d $(CURDIR)/debian/tmp/usr/share/eb for f in README; do \ nkf -w $${f} > $(CURDIR)/debian/tmp/usr/share/eb/`basename $${f}`; \ done install debian/README.Debian $(CURDIR)/debian/tmp/usr/share/eb/ dh_movefiles -s dh_install -s rm -f $(CURDIR)/debian/eb-utils/usr/bin/ebunzip rm -f $(CURDIR)/debian/eb-utils/usr/bin/ebzipinfo binary-common: dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples # dh_installmenu # dh_installdebconf # dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb # Build architecture independant packages using the common target. binary-indep: build-indep install-indep $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common # Build architecture dependant packages using the common target. binary-arch: build-arch install-arch $(MAKE) -f debian/rules DH_OPTIONS=-s binary-common binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch build-indep build-arch debian/README.Debian0000644000000000000000000000063212233214325011225 0ustar EB Library for Debian --------------------- EB Library, C library for accessing electronic books, for Debian is provided with the following separated packages. libebXX - shared libraries libebXX-dev - development libraries and headers eb-utils - utility commands eb-doc - document files (XX is a SONAME version) -- Tatsuya Kinoshita , Sun, 11 Feb 2007 02:33:29 +0900 debian/eb-utils.links0000644000000000000000000000026012233214325011747 0ustar usr/bin/ebzip usr/bin/ebunzip usr/bin/ebzip usr/bin/ebzipinfo usr/share/man/man1/ebzip.1 usr/share/man/man1/ebunzip.1 usr/share/man/man1/ebzip.1 usr/share/man/man1/ebzipinfo.1 debian/copyright0000644000000000000000000002357412233221102011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: EB Library Source: http://www.sra.co.jp/people/m-kasahr/eb/ Comment: This upstream site is not available on 2013-10. Files: * Copyright: 1997-2009, Motoyuki Kasahara 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 project 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 PROJECT 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 PROJECT 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: ebzip/unlinkfile.c Copyright: 2008-2009, Kazuhiro Ito 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 project 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 PROJECT 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 PROJECT 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: libebutils/getopt.c libebutils/getopt.h Copyright: 2000, The NetBSD Foundation, Inc. License: BSD-2-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. . THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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 FOUNDATION 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. Comment: The clause 3 (the advertising clause) and the clause 4 (the endorsement clause) are removed from the original 4-clause license that is deprecated. In 2008, the NetBSD Foundation announced that all the code which was contributed to the NetBSD Foundation has been modified to use the new 2-clause NetBSD license. Files: compile config.guess config.sub depcomp missing Copyright: 1992-2008, Free Software Foundation, Inc. License: GPL-2+ with Autoconf exception 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'. . As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. Files: ltmain.sh Copyright: 1996-2008, Free Software Foundation, Inc. License: GPL-2+ with Libtool exception GNU Libtool 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 of the License, 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'. . As a special exception to the GNU General Public License, if you distribute this file as part of a program or library that is built using GNU Libtool, you may include this file under the same distribution terms that you use for the rest of that program. Files: install-sh Copyright: 1994, X Consortium License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other deal- ings in this Software without prior written authorization from the X Consor- tium. Files: configure Copyright: 1992-2008, Free Software Foundation, Inc. License: This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Files: aclocal.m4 m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 Copyright: 1996-2008, Free Software Foundation, Inc. License: This file is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. Files: Makefile.in doc/Makefile.in eb/Makefile.in ebappendix/Makefile.in ebfont/Makefile.in ebinfo/Makefile.in ebrefile/Makefile.in ebstopcode/Makefile.in libebutils/Makefile.in m4/Makefile.in samples/Makefile.in Copyright: 1994-2008, Free Software Foundation, Inc. License: This Makefile.in is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. Files: po-eb/Makefile.in po-ebutils/Makefile.in Copyright: 1995-1997, Ulrich Drepper License: This file file be copied and used freely without restrictions. It can be used in projects which are not available under the GNU Public License but which still want to provide support for the GNU gettext functionality. Please note that the actual code is *not* freely available. Comment: Please note that the actual code of GNU gettext is covered by the GNU General Public License and is *not* in the public domain. Files: m4/lcmessage.m4 Copyright: 1995, Ulrich Drepper License: This file can be copied and used freely without restrictions. It can be used in projects which are not available under the GNU Public License but which still want to provide support for the GNU gettext functionality. Please note that the actual code is *not* freely available. Comment: Please note that the actual code of GNU gettext is covered by the GNU General Public License and is *not* in the public domain. Files: debian/* Copyright: 2007-2013, Tatsuya Kinoshita 1999-2007, Susumu OSAWA License: The Debian packaging is distributed under the same conditions as the upstream. debian/libeb16.docs0000644000000000000000000000003712233214325011261 0ustar debian/tmp/usr/share/eb/README debian/eb-utils.docs0000644000000000000000000000010512233214325011555 0ustar debian/tmp/usr/share/eb/README debian/tmp/usr/share/eb/README.Debian debian/ebappendix.h2m0000644000000000000000000000012212233214325011705 0ustar [NAME] ebappendix \- format appendix file for a CD-ROM book .\" [DESCRIPTION] .\" debian/eb-utils.files0000644000000000000000000000010512233214325011727 0ustar usr/bin/* usr/share/man/* usr/share/locale/ja/LC_MESSAGES/ebutils.mo debian/eb-doc.docs0000644000000000000000000000001412233214325011161 0ustar ChangeLog.* debian/control0000644000000000000000000000562512233222226010575 0ustar Source: eb Section: libs Priority: optional Maintainer: Tatsuya Kinoshita Build-Depends: debhelper (>= 8.1.3), zlib1g-dev, help2man, nkf, autotools-dev (>= 20100122) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/collab-maint/eb.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/eb.git Homepage: http://www.sra.co.jp/people/m-kasahr/eb/ Package: libeb16 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: libeb16-dev, eb-utils, eb-doc Conflicts: libeb, libeb4, libeb5, libeb6, libeb7, libeb12, libeb13, eb-utils (<= 4.3-1) Replaces: libeb, libeb4, libeb5, libeb6, libeb7, libeb12, libeb13 Description: C library for accessing electronic books (runtime files) EB Library is a C library for accessing CD-ROM books. . EB Library supports to access CD-ROM books of EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats. CD-ROM books of those formats are popular in Japan. Since CD-ROM books themseves are stands on the ISO 9660 format, you can mount the discs by the same way as other ISO 9660 discs. . This package provides shared libraries of EB Library. Package: libeb16-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libeb16 (= ${binary:Version}), dpkg-dev (>= 1.16), ${misc:Depends} Description: C library for accessing electronic books (development files) EB Library is a C library for accessing CD-ROM books. . EB Library supports to access CD-ROM books of EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats. CD-ROM books of those formats are popular in Japan. Since CD-ROM books themseves are stands on the ISO 9660 format, you can mount the discs by the same way as other ISO 9660 discs. . This package provides development libraries and headers of EB Library. Package: eb-utils Section: utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: C library for accessing electronic books (utilities) EB Library is a C library for accessing CD-ROM books. . EB Library supports to access CD-ROM books of EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats. CD-ROM books of those formats are popular in Japan. Since CD-ROM books themseves are stands on the ISO 9660 format, you can mount the discs by the same way as other ISO 9660 discs. . This package provides utility commands of EB Library. Package: eb-doc Section: doc Architecture: all Depends: ${misc:Depends} Suggests: libeb16, w3m | www-browser Description: C library for accessing electronic books (documents) EB Library is a C library for accessing CD-ROM books. . EB Library supports to access CD-ROM books of EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats. CD-ROM books of those formats are popular in Japan. Since CD-ROM books themseves are stands on the ISO 9660 format, you can mount the discs by the same way as other ISO 9660 discs. . This package provides document files of EB Library. debian/watch0000644000000000000000000000011712233214325010213 0ustar version=3 ftp://ftp.sra.co.jp/pub/misc/eb/eb-([0-9].*)\.tar\..* debian uupdate debian/ebzip.h2m0000644000000000000000000000007512233214325010706 0ustar [NAME] ebzip \- compress a CD-ROM book .\" [DESCRIPTION] .\" debian/libeb16-dev.examples0000644000000000000000000000003412233214325012720 0ustar samples/README* samples/*.* debian/ebstopcode.h2m0000644000000000000000000000012512233214325011720 0ustar [NAME] ebstopcode \- analyze a text stop code of a CD-ROM book .\" [DESCRIPTION] .\" debian/ebinfo.h2m0000644000000000000000000000011412233214325011031 0ustar [NAME] ebinfo \- list information about a CD-ROM book .\" [DESCRIPTION] .\" debian/source/0000755000000000000000000000000012233214325010463 5ustar debian/source/format0000644000000000000000000000001412233214325011671 0ustar 3.0 (quilt) debian/ebfont.h2m0000644000000000000000000000014112233214325011044 0ustar [NAME] ebfont \- get font data of local defined characters in CD-ROM books .\" [DESCRIPTION] .\" debian/ebrefile.h2m0000644000000000000000000000012012233214325011341 0ustar [NAME] ebrefile \- refile a catalog file in a CD-ROM book .\" [DESCRIPTION] .\" debian/libeb16-dev.docs0000644000000000000000000000010512233214325012031 0ustar debian/tmp/usr/share/eb/README debian/tmp/usr/share/eb/README.Debian debian/libeb16.files0000644000000000000000000000007312233214325011433 0ustar usr/lib/*/libeb.so.* usr/share/locale/ja/LC_MESSAGES/eb.mo debian/libeb16.dirs0000644000000000000000000000002612233214325011270 0ustar usr/share/eb/appendix debian/eb-doc.files0000644000000000000000000000002712233214325011337 0ustar usr/share/doc/eb-doc/* debian/changelog0000644000000000000000000002046512233222302011036 0ustar eb (4.4.3-7) unstable; urgency=low * Use autotools-dev to update config.* at build time (closes: #727366) * Add Vcs-Git and Vcs-Browser * Update Standards-Version to 3.9.4 * Update debian/copyright -- Tatsuya Kinoshita Sun, 27 Oct 2013 23:24:01 +0900 eb (4.4.3-6) unstable; urgency=low * debian/rules: Use dpkg-buildflags to support hardening flags -- Tatsuya Kinoshita Sun, 08 Jul 2012 15:20:19 +0900 eb (4.4.3-5) unstable; urgency=low * Don't install examples/Makefile which is arch-dependent (closes: #674490) -- Tatsuya Kinoshita Fri, 25 May 2012 22:45:41 +0900 eb (4.4.3-4) unstable; urgency=low * debian/rules: Don't embed the value of DEB_HOST_MULTIARCH in eb.conf. * debian/control (libeb16-dev): Depends on dpkg-dev (>= 1.16). -- Tatsuya Kinoshita Mon, 16 Apr 2012 04:17:28 +0900 eb (4.4.3-3) unstable; urgency=low * Support multiarch. - debian/control, debian/compat: Build-Depends on debhelper (>= 8.1.3). - debian/control (libeb16): Pre-Depends on ${misc:Pre-Depends}. - debian/control (libeb16, libeb16-dev): Add Multi-Arch: same. - debian/rules: Set DEB_HOST_MULTIARCH and use it. - debian/*.files: Replace /usr/lib with /usr/lib/*. * debian/copyright: Update copyright-format version to 1.0. * debian/control: Update Standards-Version to 3.9.3. -- Tatsuya Kinoshita Sun, 15 Apr 2012 21:53:41 +0900 eb (4.4.3-2) unstable; urgency=low * debian/rules: Add --no-info to help2man to suppress pointer to Texinfo manual. * debian/copyright, debian/changelog: Typo fix. -- Tatsuya Kinoshita Sun, 15 May 2011 17:45:24 +0900 eb (4.4.3-1) unstable; urgency=low * New upstream release. * debian/control, debian/shlibs.local, debian/libeb*: Change the package names from libeb13* to libeb16*. * debian/libeb16-dev.files: Don't install the *.la file. (closes: #621186) * debian/eb-doc.docs: Use wildcard for ChangeLog.*. * debian/patches: Removed. * debian/eb-utils.manpages: Removed. * debian/control: Update Standards-Version to 3.9.2. * debian/copyright: Switch to the DEP-5 format. -- Tatsuya Kinoshita Tue, 19 Apr 2011 23:32:06 +0900 eb (4.4.2-2) unstable; urgency=low * debian/patches/01-revert-to-4.4.1.patch: Revert to libeb.so.13.1.0 due to the binary incompatibility of libeb.so.13.2.0. (closes: #571458) * debian/patches/02-fix-text-mode.patch: Bug fix for setting text mode. (taken from libeb.so.13.2.0) * debian/README.Debian-source: Removed. -- Tatsuya Kinoshita Tue, 02 Mar 2010 21:46:44 +0900 eb (4.4.2-1) unstable; urgency=low * New upstream release. * debian/control: - Add ${misc:Depends} to Depends. - Update Standards-Version to 3.8.4. * debian/copyright: Updated. * Switch to dpkg-source 3.0 (quilt) format. -- Tatsuya Kinoshita Mon, 22 Feb 2010 23:58:38 +0900 eb (4.4.1-1) unstable; urgency=low * New upstream release. (closes: #538404) - Fix that iconv_open doesn't work. (closes: #502266) * debian/control, debian/shlibs.local, debian/libeb*: Change the soname to libeb13 from libeb12. * debian/control: - Add libeb12 to Conflicts and Replaces. - Update Standards-Version to 3.8.2. * debian/README.Debian-source: Update to mention the upstream *.tar.lzma file. * debian/watch: Expect *.tar.* instead of *.tar.bz2. * debian/compat, debian/control: Update debhelper version to 7. * debian/rules: - Use dh_prep instead of `dh_clean -k'. - Set LC_ALL=C for sed. * debian/copyright: Updated. -- Tatsuya Kinoshita Sun, 26 Jul 2009 07:12:19 +0900 eb (4.3.2-1) unstable; urgency=low * New upstream release. * debian/control: - Move `Homepage:' from Description to the header. - Use ${binary:Version} instead of ${Source-Version}. - Set Standards-Version to 3.7.3. * debian/rules: Don't ignore an error of `make distclean'. -- Tatsuya Kinoshita Sun, 03 Feb 2008 20:35:45 +0900 eb (4.3-3) unstable; urgency=low * libeb12 conflicts with eb-utils (<= 4.3-1) for `eb.mo'. -- Tatsuya Kinoshita Sun, 11 Feb 2007 13:51:24 +0900 eb (4.3-2) unstable; urgency=low * New maintainer. (with previous maintainer's permission) * Fix FTBFS on GNU/k*BSD with updated libtool scripts. (closes: #342680) * Fix missing *.mo files. (closes: #253708) * Cleanup debian/* scripts. -- Tatsuya Kinoshita Sun, 11 Feb 2007 02:02:23 +0900 eb (4.3-1) unstable; urgency=low * New upstream release -- Susumu OSAWA Sat, 20 Jan 2007 15:47:18 +0900 eb (4.2.2-1) unstable; urgency=low * New upstream releases (Closes: #294710) -- Susumu OSAWA Mon, 12 Dec 2005 01:53:32 +0900 eb (3.3.2-4) unstable; urgency=high * Add conflicts & replaces with libeb6 -- Susumu OSAWA Mon, 8 Sep 2003 10:46:13 +0900 eb (3.3.2-3) unstable; urgency=high * Change so version to 7:2:0 because there is no backward compatibility with old versions (Closes: #193377). -- Susumu OSAWA Mon, 8 Sep 2003 03:41:00 +0900 eb (3.3.2-2) unstable; urgency=low * Change libeb-dev's section to libdevel -- Susumu OSAWA Mon, 21 Apr 2003 23:53:07 +0900 eb (3.3.2-1) unstable; urgency=low * New upstream release (Closes: #189433) * Generate man pages with help2man program -- Susumu OSAWA Sat, 19 Apr 2003 11:32:28 +0900 eb (3.2.1-1) unstable; urgency=low * New upstream release (Closes: #138374) * Move /etc/eb.conf to libeb6-dev (Closes: #135425) -- Susumu OSAWA Fri, 15 Mar 2002 21:38:07 +0900 eb (3.2-2) unstable; urgency=low * Reinstall /etc/eb.conf because ndtpd requires eb.conf when it builds. -- Susumu OSAWA Wed, 20 Feb 2002 22:53:53 +0900 eb (3.2-1) unstable; urgency=low * New upstream release * Remove /etc/eb.conf from libeb6 because it is not config file (Closes: Bug#126140,Bug#132213). -- Susumu OSAWA Wed, 20 Feb 2002 01:10:55 +0900 eb (3.1-1) unstable; urgency=low * New upstream release -- Susumu OSAWA Mon, 18 Feb 2002 00:30:58 +0900 eb (3.0.1-1) unstable; urgency=low * New upstream release -- Susumu OSAWA Fri, 20 Jul 2001 09:26:47 +0900 eb (3+0beta1-3) unstable; urgency=low * Remove libeb's conflict in libeb4. * Missing shlibs.local (Closes: Bug#97999). -- Susumu OSAWA Sun, 20 May 2001 08:52:03 +0900 eb (3+0beta1-2) unstable; urgency=low * Missing build-depends for zlib1g-dev (Closes: Bug#97787). -- Susumu OSAWA Fri, 18 May 2001 02:48:41 +0900 eb (3+0beta1-1) unstable; urgency=low * New upstream release -- Susumu OSAWA Mon, 14 May 2001 04:42:04 +0900 eb (2.3.8-1) unstable; urgency=low * New upstream release * Applied eb-2.3.8+ patch. -- Susumu OSAWA Fri, 22 Sep 2000 00:47:51 +0900 eb (2.3.6-1) unstable; urgency=low * New upstream release -- Susumu OSAWA Mon, 13 Dec 1999 06:10:58 +0900 eb (2.3.5-1) unstable; urgency=low * New upstream release -- Susumu OSAWA Sun, 7 Nov 1999 01:38:48 +0900 eb (2.3.4-1) unstable; urgency=low * New upstream release -- Susumu OSAWA Sun, 31 Oct 1999 01:44:17 +0900 eb (2.3.3-2) unstable; urgency=low * Regenerate ebinfo-ja.info (closes: Bug#45634). -- Susumu OSAWA Wed, 22 Sep 1999 23:52:40 +0900 eb (2.3.3-1) unstable; urgency=low * New upstream release * Remove ChangeLog.gz.(Close Bug#45446) -- Susumu OSAWA Mon, 20 Sep 1999 06:34:18 +0900 eb (2.3-3) unstable; urgency=low * Move /usr/info to /usr/share -- Susumu OSAWA Sat, 18 Sep 1999 00:33:21 +0900 eb (2.3-2) unstable; urgency=low * Install all info files.(Close Bug#39662) -- Susumu OSAWA Fri, 17 Sep 1999 23:56:23 +0900 eb (2.3-1) unstable; urgency=low * New upstream release -- Susumu OSAWA Sun, 23 May 1999 02:14:10 +0900 eb (2.2.2-1) unstable; urgency=low * Initial Release. -- Susumu OSAWA Thu, 1 Apr 1999 00:46:08 +0900