291 lines
8.0 KiB
Plaintext
291 lines
8.0 KiB
Plaintext
2008-07-24 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: libpthread-stubs0-dev is handled specially for
|
|
hurd, it is in libc package and no extra dependency info is
|
|
required.
|
|
|
|
2008-02-27 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove: support uppercase libnames to package names.
|
|
|
|
2007-09-04 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove:
|
|
* d-shlibmove.1: -ldb
|
|
|
|
* d-devlibdeps: libgd2-dev -> libgd-dev
|
|
|
|
2007-03-29 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: support libgthread and libxml2-dev
|
|
|
|
2006-08-03 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: support gtk/glib/etc libs.
|
|
|
|
2006-07-31 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove.1: --override.
|
|
|
|
$ d-shlibmove --override s/zlib/libY/ /usr/lib/libxml2.so
|
|
Library package automatic movement utility
|
|
DEBUG: -es/zlib/libY/
|
|
devlibs error: There is no package matching [libY1g-dev] and noone provides it, please report bug to d-shlibs maintainer
|
|
--> libc6-dev package exists.
|
|
$ d-shlibmove --override s/zlib/libY/ --override s/libY/libQ/ /usr/lib/libxml2.so
|
|
Library package automatic movement utility
|
|
DEBUG: -es/zlib/libY/
|
|
DEBUG: -es/zlib/libY/ -es/libY/libQ/
|
|
devlibs error: There is no package matching [libQ1g-dev] and noone provides it, please report bug to d-shlibs maintainer
|
|
--> libc6-dev package exists
|
|
|
|
* d-shlibmove: --override option support.
|
|
|
|
* d-devlibdeps: --override option support.
|
|
|
|
$ ./d-devlibdeps --override s/libc6-dev/libcccc-dev/ /tmp/test /bin/sh
|
|
DEBUG: -es/libc6-dev/libcccc-dev/
|
|
devlibs error: There is no package matching [libcccc-dev] and noone provides it, please report bug to d-shlibs maintainer
|
|
--> libncurses5-dev package exists.
|
|
$ ./d-devlibdeps /tmp/test /bin/sh
|
|
--> libc6-dev package exists.
|
|
--> libncurses5-dev package exists.
|
|
|
|
* d-devlibdeps.1: document
|
|
|
|
* d-devlibdeps: OVERRIDE support
|
|
|
|
2006-07-28 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: add libspeex1-dev->libspeex-dev
|
|
|
|
2006-07-01 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: add libpthread0.3-dev override for Hurd.
|
|
|
|
2005-08-30 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: librt1-dev. 325416
|
|
|
|
2005-05-29 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove: add pipefail
|
|
* d-devlibdeps: rearrange to check for pipefail status, so that objdump -p failing is noticed.
|
|
|
|
2005-04-04 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: handle libogg0-dev -> libogg-dev
|
|
|
|
2004-11-10 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove.1: Remove mikilab mail address which was outdated.
|
|
* d-devlibdeps.1:
|
|
|
|
2004-10-02 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: applied patches that are accumulated.
|
|
Thanks: Jonas Smedegaard <dr@jones.dk>
|
|
Thanks: Robert Millan <rmh@debian.org> (kFreeBSD fixes)
|
|
libpthread.*-dev -> libpthread-dev translation might cause breakage on some arches, please watch out.
|
|
|
|
2004-09-29 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* Makefile (test-build): Added a testsuite.
|
|
|
|
2004-08-17 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: Add libcrypt/libnsl for alpha.
|
|
|
|
2003-07-29 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: map libvorbis-dev
|
|
request from Keegan Quinn <ice@thebasement.org>
|
|
|
|
2003-07-03 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: add libsdl1.2-dev
|
|
request from Kalle Olavi Niemitalo <kon@iki.fi>
|
|
|
|
2003-05-11 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: apply request from Andres Salomon to match
|
|
libssl0.9.[67] to libssl-dev.
|
|
|
|
2003-04-05 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* Makefile (check): add check target, to check for errors in the
|
|
shell scripting.
|
|
|
|
* d-devlibdeps: little hackish, but ignore package that is going to
|
|
be created from the same source package from validate_package
|
|
|
|
2003-04-02 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove (CHECK_ERROR): allow libdevel section.
|
|
|
|
2003-03-25 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: add libparted1.6
|
|
|
|
* debian/changelog: Add override from Martin Sj=F6gren,
|
|
and merge NMU.
|
|
|
|
2003-01-30 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: add patch from Jonas Smedegaard <dr@jones.dk>
|
|
to support libcrypto
|
|
|
|
2003-01-27 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps (outputtmp): Add error checking using ERROR_DEVLIB
|
|
special symbol inside devlibs.
|
|
|
|
2003-01-25 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: validate_package function to validate the package.
|
|
|
|
* d-devlibdeps.1: update and fix description line of manual page.
|
|
|
|
2003-01-24 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: add override for libgcc_s1-dev,
|
|
pointing to nowhere.
|
|
|
|
2003-01-20 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: patch from Jonas Smedegaard <dr@jones.dk>, bug #177342
|
|
|
|
2003-01-11 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove.1: document the new option.
|
|
|
|
* d-shlibmove: --c102 option for C++ packages.
|
|
Check that it conflicts with non-c102 package.
|
|
|
|
2002-12-15 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: remove libc-dev reference, since it should be unnecessary
|
|
and impossible to guess libc version from other libraries in the libc6 (or
|
|
equivalent) package.
|
|
|
|
2002-11-25 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: Apply patch from Jonas Smedegaard <dr@jones.dk> for Xpm4-dev
|
|
|
|
2002-10-22 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove.1: update doc to specify which version a specific option
|
|
was added.
|
|
|
|
2002-10-10 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove (CHECK_ERROR): more quoting
|
|
(DOIT): very much more quoting.
|
|
|
|
* d-shlibmove.1: document the new option.
|
|
|
|
* d-shlibmove (INSTALLDIR): add def for PKGDEV and PKGSHL inside the execscript
|
|
(INSTALLDIR): quoting fixes
|
|
(--movedevdoc): new option.
|
|
|
|
2002-09-01 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps: add libm6.1-dev override to libc-dev
|
|
|
|
2002-08-20 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove: fix typo.
|
|
use $INSTALLDIR instead of install -d
|
|
|
|
* d-shlibmove.1: document --shlibs-local
|
|
|
|
* d-shlibmove: add --shlibs-local
|
|
|
|
2002-08-15 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove.1: update documentation, to document --suffix.
|
|
|
|
* d-shlibmove: clean up code.
|
|
(SUFFIX, DEVSUFFIX): define SUFFIX.
|
|
--suffix and --devsuffix options.
|
|
(CHECK_ERROR): check for conflicts: with package name without
|
|
suffix, if suffix is appended.
|
|
|
|
2002-08-07 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove: tolerate nonexisting .la file.
|
|
|
|
* release 0.2
|
|
|
|
2002-05-07 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* debian/copyright: fix copyright text so that it looks more sane.
|
|
|
|
* debian/README.Debian: update docs
|
|
release 0.1
|
|
|
|
2002-05-04 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove : --movedev/shl fix typo.
|
|
|
|
* d-devlibdeps (outputtmp): fixed typo
|
|
|
|
* d-shlibmove: add support for devlibdeps.
|
|
|
|
* d-devlibdeps.1: Document the interface better.
|
|
|
|
* d-devlibdeps: fixing many parts, and changing it into really
|
|
usable content.
|
|
add error checking etc.
|
|
|
|
* debian/control (Depends): added depends on debianutils 1.6
|
|
for tempfile
|
|
|
|
* d-devlibdeps (OUTPUTFILE): error fail on insufficient params
|
|
|
|
* debian/changelog: add ITP close bug#.
|
|
|
|
* d-devlibdeps: add copyright notice
|
|
|
|
* d-shlibmove (CONTROL): remove debugging info.
|
|
Copyright notice etc. added.
|
|
|
|
* debian/docs: added ChangeLog
|
|
|
|
* debian/README.Debian: some notes.
|
|
|
|
* Makefile (install): mods.
|
|
|
|
* debian/control: control is updated
|
|
|
|
* debian/rules: fixing up some stuff.
|
|
|
|
2002-05-03 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-devlibdeps.1: created
|
|
|
|
* d-shlibmove.1: created
|
|
|
|
* d-shlibmove: some minor shuffling around. It needs some
|
|
real good thinking to do much more.
|
|
Implemented extra files installation.
|
|
use readlink -f instead of readlink
|
|
|
|
* d-devlibdeps: an imperfect script started to make my life
|
|
easier. The list of -dev packages it supports is rather
|
|
incomplete. It will be filled up sometime.
|
|
|
|
2002-05-01 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* COPYING: added
|
|
|
|
2002-04-27 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove: much updates to make things more versatile
|
|
|
|
2002-04-26 Junichi Uekawa <dancer@debian.org>
|
|
|
|
* d-shlibmove: Renamed to d-shlibmove from libmove.sh
|
|
Preparation for release.
|
|
|