fakeroot (0.4.4-9.2) unstable; urgency=low * NMU, for sparc64 environment * Added debian/rules section to build a 64bit libfakeroot * Updated libtool, since the old one didn't like the -m64 option with the --mode=link * exclude libfakeroot from dh_shlibdeps call. The faked binary provides all the deps we need, and this avoids the 64bit library from pulling in libc6-sparc * fakeroot: Use LD_LIBRARY_PATH for setting directory, and only LD_PRELOAD the library name. This makes it so the the 32/64 libs for sparc/sparc64 will load which ever one is needed. -- Ben Collins Fri, 27 Apr 2001 10:14:03 -0400 fakeroot (0.4.4-9.1) unstable; urgency=low * Non-maintainer upload. * Wrap setuid, setgid, initgroups. Closes: #48384, #81750, #85844 * Add debhelper to build dependencies. -- Ivo Timmermans Fri, 13 Apr 2001 18:29:32 +0200 fakeroot (0.4.4-9) unstable; urgency=low * removed /usr/man/man1/* files. Closes: #80749 -- joost witteveen Sat, 6 Jan 2001 19:36:24 +0100 fakeroot (0.4.4-8) unstable; urgency=low * Added builddepends: sharutils. -- joost witteveen Sun, 17 Dec 2000 11:18:54 +0100 fakeroot (0.4.4-7) unstable; urgency=low * Added a builddepends on libtool. * Applied patch from Roderich Schupp. Fixes: #79100 * Applied patch from Roderich Schupp. Fixes: #77549 -- joost witteveen Sun, 10 Dec 2000 17:42:37 +0100 fakeroot (0.4.4-6) unstable; urgency=low * check return value of sem_op() now (in a while loop), Fixes: 59755 * added explanation to fakeroot(1) what the problems with libtricks were, and why I think it's a bad idea to wrap many libc functions -- joost witteveen Mon, 8 May 2000 11:32:02 +0300 fakeroot (0.4.4-5) unstable; urgency=low * moved DEBUG/copyright files to /usr/share/doc. Fixes: #50267, #50174. * get_ipc_key() now saves the ipc_key in a static variable. This speeds things up in general, and apparently in some cases it also appears to be needed. (Idea from Yann DIRSON). * shlibs file now doesn't have second field. (Idea from illegal NMU) * tar now uses open(file, flags, mode) to set the permissions of a file directly (without using chmod). As open() isn't wrapped, this caused one of the test in the build process to fail. Choose not to wrap open, but to remove the test, as it will rarely cause problems in real setups, and wrapping open() does cause problems (either now, or in future versions of libc when some function suddenly starts to use open()). -- joost witteveen Sat, 11 Mar 2000 18:21:41 +0200 fakeroot (0.4.4-4) unstable; urgency=low * Added suggestion of Yann DIRSON to kill the faked deamon on the EXIT `signal', rather than just after a succesfull run of the command ran under fakeroot. Closes: #47886 * Use short options in the test script, so that it can run on solaris too. * fix (very stupid) errors in mknod wrapping function. Mknod inside fakeroot now works again (also added test for this). * applied some s/que/queue/ spelling fixes in fake.cc. Closes: #49928 -- joost witteveen Sat, 13 Nov 1999 20:51:35 +0100 fakeroot (0.4.4-3) unstable; urgency=low * Replaced uint32_t by u_int32_t, as the former is only defined on glibc-2.1 platforms. * Apparently format of tar -t changed slightly. Adopted the `tartest' from the tests to this (and the old) format. -- joost witteveen Sat, 9 Oct 1999 17:25:56 +0200 fakeroot (0.4.4-2) unstable; urgency=low * comparison of uid/gid with -1 is done with 32 bits only. Closes: #44543 * fix version number in configure.in * invert test for type of third argument of __xmknod. * another automake bug workaround in doc/Makefile.am from Yann DIRSON -- joost witteveen Wed, 8 Sep 1999 21:25:56 +0200 fakeroot (0.4.4-1) unstable; urgency=low * Solaris changes from Yann DIRSON. (Include several fixes for incorrect automake/autoconfig usage). * correct handling of HAVE_SEMUN_DEF. Closes: #44447 -- joost witteveen Tue, 7 Sep 1999 22:40:41 +0200 fakeroot (0.4.3-3) unstable; urgency=low * Use exit value of command run as fakeroot. Closes: 43811 (used patch from aj, also added test for this, finally) * OK, my configure etc scripts to find out whether to wrap stat(), _stat, __xstat were not quite OK. More fixes. -- joost witteveen Tue, 31 Aug 1999 16:25:58 +0200 fakeroot (0.4.3-1) unstable; urgency=low * Added test for 42628. * slightly changed the /usr/doc/fakeroot/DEBUG info file, hopefully making it more clear. * thoughout: changes for sun's `_xstat' etc (instead of Linux's __xstat etc). Followed example from Yann DIRSON (but used configure tests etc instead). * spelling fixes by Yann DIRSON. * fakeroot script can find libfakeroot also if not installed in /usr/lib/... (Yann DIRSON) -- joost witteveen Wed, 25 Aug 1999 00:34:39 +0200 fakeroot (0.4.2-2) unstable; urgency=low * Added '+' to optstring, so that opt parsing stops at first non-opt argument. Closes:#42628. (Thanks Ben Pfaff for the '+'). -- joost witteveen Mon, 23 Aug 1999 19:01:53 +0200 fakeroot (0.4.2-1) unstable; urgency=low * Applied patch from Richard Braakman. closes: #42710, #42713 (added slight speedup to the patch, though). * Added test for bug 42710, 42713 (using example from bug 42713, thanks Thomas Quinot!) * manually changed the /var/lib/dpkg/info/fakeroot.shlibs on my system, to remove the extra `libc6'. Closes: #43247. -- joost witteveen Sun, 22 Aug 1999 17:55:04 +0200 fakeroot (0.4.1-3) unstable; urgency=low * Added fix from Roman Hodek, to fix build problems on the libc2.0 - based m68k (stat64 problems). Notice that I've had to change a few items in this fix -- hope I done it right. -- joost witteveen Thu, 5 Aug 1999 14:34:09 +0200 fakeroot (0.4.1-2) unstable; urgency=low * OK, now `fakeroot echo hello' doesn't hand the `hello' to echo. Fixed that, and added a test for it. -- joost witteveen Wed, 4 Aug 1999 13:40:17 +0200 fakeroot (0.4.1-1) unstable; urgency=low * Made the fakeroot script exit if getopt returns an error * Advertise the possiblitity of `--' to specify commands with options. The above two points fix: * Switched on stat64 support. Fixes: 42396 * added test for ls -l failing in test script. -- joost witteveen Tue, 3 Aug 1999 20:47:36 +0200 fakeroot (0.4.0-1) unstable; urgency=low * This version uses the fakeroot-related stuff from the old (and abandoned) libtricks package, as that code realy is much cleaner and easier to maintain/debug. Libtricks already had most of the fixes fakeroot aquired as NMU in the last few months. Those fixes not yet present in libtrics I've (hopefully) added to this version of fakeroot. -- joost witteveen Sat, 31 Jul 1999 19:19:40 +0200 fakeroot (0.0-17.6) unstable; urgency=low * Non-maintainer release. * Made the lchown() wrapper actually call lchown() instead of chown(), this makes it work on systems with a pure chown() (ie kernel 2.2 and glibc 2.1.1 without patches, a la sparc/powerpc) -- Ben Collins Tue, 20 Jul 1999 10:36:57 -0600 fakeroot (0.0-17.5) unstable; urgency=low * Non-maintainer release. * Merge Jason Gunthorpe's changes: - Added lchown support and fixed a few typos (closes:Bug#38941,Bug#38928,Bug#38869). - Disabled libc 'ldd' hack to speed it up -- Joel Klecker Fri, 4 Jun 1999 08:43:48 -0700 fakeroot (0.0-17.4) unstable; urgency=low * Add wrapper for lchown. -- Joel Klecker Mon, 19 Apr 1999 12:00:14 -0700 fakeroot (0.0-17.3) unstable; urgency=low * Regenerate the shlibs file, and do it correctly for potato. * Apply patch from Richard Braakman . closes: #34825 * Compiled against libstdc++2.9. closes: #27794 * Noticed that 'static' was removed from the declare of 'semun.' closes: #31925 -- Adam Heath Sun, 21 Mar 1999 05:31:32 -0600 fakeroot (0.0-17.2) unstable; urgency=low * Fix shlibs file. -- Joel Klecker Fri, 12 Mar 1999 21:54:52 -0800 fakeroot (0.0-17.1) unstable; urgency=low * NMU because libtricks doesn't work with glibc 2.1. -- Joel Klecker Mon, 1 Mar 1999 08:09:23 -0800 fakeroot (0.0-17) frozen; urgency=low * 0.0-17 Should also have been uploaded to frozen. Correcting that now. -- joost witteveen Mon, 7 Dec 1998 19:23:40 +0100 fakeroot (0.0-16) unstable; urgency=low * removed specific version dependancy in shlib file. Fixes: fakeroot -- joost witteveen Fri, 4 Dec 1998 01:06:35 +0100 fakeroot (0.0-15) frozen unstable; urgency=low * Recompiled with libc6-2.0.7u-6. * partly applied patch from Matt McLean , to make fakeroot compile with libc 2.1. -- joost witteveen Sat, 28 Nov 1998 21:49:11 +0100 fakeroot (0.0-14.4) unstable; urgency=medium * Corrected broken shlibs file (#28556, #28571) - a lack of a \n was causing major breakage. * Remove "simple" binary in clean target. -- Joey Hess Mon, 26 Oct 1998 12:46:48 -0800 fakeroot (0.0-14.3) unstable; urgency=low * I talked to Joost yesterday, and he understands why I and others want to have fakeroot in 2.1. * Modified build process to construct an appropriate shlibs file from dpkg-shlibdeps output on a dummy C program. Thus, debian/shlibs no longer needs to be kept up to date by hand, and there's no more need for architecture-specific conditionals. This also fixes the "libc6, libc6 (>= 2.0.6u)" in dependencies of fakeroot-built packages. * Recompiled; now has up to date libstdc++ dependency (Fixes #27794). -- J.H.M. Dassen (Ray) Sun, 25 Oct 1998 14:24:56 +0100 fakeroot (0.0-14.2) frozen unstable; urgency=high * Current hamm version (0.0-13) broke with libc6_2.0.7r-1 (`fakeroot "anything"' fails; strace shows the process run inside the fakeroot environment segfaulting) (Similar to #21669 and #22013). Recompiled with libc6_2.0.7r-1 and matching -dev so that it works again. The changes between 0.0-13 (hamm version) and 0.0-14.1 (slink version) affect only the build process and the alpha architecture, so they do not affect stability on the architectures for which hamm will be released; therefore this is based on 0.0-14.1 rather than 0.0-13 . * [debian/control] Fixed description (Fixes #18954). -- J.H.M. Dassen (Ray) Tue, 23 Jun 1998 14:31:42 +0200 fakeroot (0.0-14.1) frozen unstable; urgency=low * Fixed contents of shlibs file for alpha, with its libc6.1. -- Michael Alan Dorman Wed, 6 May 1998 09:58:32 -0500 fakeroot (0.0-14) unstable; urgency=low * debian/rules now removes debian/{files,substvars} in the clean target, fixes: 22122 -- joost witteveen Tue, 5 May 1998 19:58:32 +0200 fakeroot (0.0-13) frozen unstable; urgency=low * 2 Minor changes to allow fakeroot to compile with egcs. However, as egcs is the only c++ compiler with debian, I think it is essential (even to comply with the DFSG) that this is put in frozen too. * Added a "umask 022" to the test/tartest script, as otherwise it will only work if whoever compiles fakeroot happens to have a umaks of 022. -- joost witteveen Fri, 1 May 1998 07:44:23 +0200 fakeroot (0.0-12) frozen unstable; urgency=low * Fixed shlib file for the move of fakerootlib. (Thanks, Joey Hess, for telling me this:) -- joost witteveen Sat, 25 Apr 1998 22:47:05 +0200 fakeroot (0.0-11) frozen unstable; urgency=low * Removed (harmless) debugging statement, that caused rather stange error message during package builds started with UID's bigger than 1999 (anyone said Debian didn't have any 2k bugs?). Fixes: 21007 * applied workaround for g++ (2.7.2.3) bug (printf("%Li") is treaded as printf("%li")) in debugging output. * Added a few lines to fakeroot(1), to explain why it's not a good idea to run configure scripts etc from within fakeroot. -- joost witteveen Sun, 19 Apr 1998 11:03:51 +0200 fakeroot (0.0-10) frozen unstable; urgency=low * security fix. * changed order of library and symbolic link in .deb file. -- joost witteveen Wed, 28 Jan 1998 14:53:14 +0100 fakeroot (0.0-9a) unstable; urgency=low * I'd like the next "real" release to include VIRTUAL_ROOT. So, this is not a "debian" release. (but use as you wish) * dpkg-shlibdeps appears not to complain if fakeroot.shlibs just says: "/usr/lib/libfakeroot 0" (without any package name). So I use that. * Debian Changelog is now called changelog.Debian.gz (not changelog) * fakeroot children now inherit parent's environment. * Applied Joey's isell patch (plus Dirk's addition, and Mark's programme comment (Checked it, yes my Consise Oxford also says that), and some corrections of my own). That should probably fix about half of the spelling errors, I guess. -- joost witteveen Tue, 9 Sep 1997 22:54:38 +0200 fakeroot (0.0-9) unstable; urgency=low * removed xbase source dependancy (used mkdirhier, changed to mkdir -p) * changed "adm" to "sys", in the tartest (and in my /etc/passwd!), to allow the tartest to succeed on normal debian systems too. * Some changes/additions to manual page. * fakeroot now uses libfakeroot.so.0 by default, instead of libfakeroot.so.0.0. This removes the dpkg-shlibdeps warnings. * Added a libfakeroot.so.0 symlink. * added the full path in the shlibfile (/usr/lib/libfakeroot) -- joost witteveen Sat, 6 Sep 1997 20:24:55 +0200 fakeroot (0.0-8) unstable; urgency=low * Added -D_REENTRANT to the flags when building libfakeroot. * Added strip --strip-unneeded libfakeroot in rules "binary" target. * really return EPERM on things like "chmod 0 file" * changed --nodebian to be the default again. -- joost witteveen Sun, 3 Aug 1997 15:32:40 +0200 fakeroot (0.0-7) unstable; urgency=low * Added a shlibs file (to prevent (harmless) warnings form dpkg-shlibdeps). * Now also wrap rename(), fixing bug #11613. * added "mv" tests to the "debian/rules build" tests. * use dlsym(RTLD_NEXT,...), instead of dlsym(dlopen("/lib/libc.so.6"),..), so that multiple wrapper libs may be used. * "mknod" now creates it's files mode 0644 on the filesystem, not mode 0666. * Added manpage (converted/written by Ray Dassen). * --debian option works now. -- joost witteveen Sat, 2 Aug 1997 18:01:03 +0200 fakeroot (0.0-6) unstable; urgency=low * fakeroot now returns correct exit status. (question from Andreas Jellinghaus ). * fix bug where a chown(), chomd(), mknod() etc on "new" files (for fakeroot) would cause the data not touched by that specific function to be corrupt (also noticed by Andreas Jellinghaus ). * unlinking of directories now happens when nlink==2, not==1. * work around "touch f; chmod 000 f; echo>f" problem (works for root, but not for user/fakeroot): a "chmod 000" call will be translated into "chmod 600 (or 700)" to the kernel (and thus the real filesystem), but the "fakedata" will record the 000 permissions. * also wrap mkdir call, as that can create dirs with permission 000 too (thus unwritable, shows up in tar). * Prevent lost IPC messages causing havoc (losses were due to signals sent to process) * code-cleanups. * Added options: --lib library location of libfakeroot.so.0.0 (make sure you specify a absolute path here). --mixedlibhack test for libc5 binaries, and remove LD_PRELOAD for them. --nomixedlibhack don't test for libc5 binaries (significantly faster). * Added a few autmatic tests for fakeroot. -- joost witteveen Wed, 16 Jul 1997 22:00:57 +0200 fakeroot (0.0-5) unstable; urgency=low * fixed "internal error" message. * stat's are compared with dev number now, not just inodes. * some README changes. -- joost witteveen Sat, 12 Jul 1997 15:19:13 +0200 fakeroot (0.0-4) unstable; urgency=low * now also builds "tar" succesfully, this was done by fixing: * after a chdir (that the deamon doesnt follow), unlink and friends didn't work any more, causing 'interesting' results. * after a chown(file), fakeroot would report only the "fake" filesize (from the moment of the chown/chomd), not the "real" filesize. * also wrap "remove", "rmdir" functions. * Now I'm finally also wrapping "stat" (seems not to be used by any programmes, they all use eigher fstat or lstat). * As noted by a user, I left some debugging binaries (with "debugging" permission mods) in the source archive. Sorry, removed those. -- joost witteveen Fri, 4 Jul 1997 16:36:58 +0200 fakeroot (0.0-3) unstable; urgency=low * First release to be uploaded to master. * "dpkg-buildpackage -rfakeroot" works reliably now (but you do need libc6 versions of dpkg, tar, fileutils, bash, make, (...?) * fixed bug when two programmes were running simultiniosly, messing up the deamon input and output stuff. (using IPC semaphones now) * Oops, cannot even use "printf"'s in the wrapper for debugging! Debugging now handled via IPC messages, too. * this package was built as non-root! (first debian package ever, I think!) -- joost witteveen Fri, 4 Jul 1997 00:13:07 +0200 fakeroot (0.0-2) unstable; urgency=low * Added code to detect libc5 programmes, and run those without LD_PRELOAD set. -- joost witteveen Wed, 2 Jul 1997 23:20:14 +0200 fakeroot (0.0-1) unstable; urgency=low * fixed all known (to me known, anyway) bugs. * added fchown, fchmod, fstat, but haven't tested those yet. * I've got a libc6 dpkg now, but my (own compiled) perl apparently has something wrong, so I still cannot test this in a real environment. -- joost witteveen Sun, 29 Jun 1997 21:49:47 +0200 fakeroot (0.0-0) unstable; urgency=low * initial release. More intended to show you guys what I've done so far than to be actually usefull. * BUG: doesn't depend on libg++272 (sue me). * More BUGS: see /usr/doc/fakeroot/BUGS * You'll need libc6 versions of the commands you want to execute within fakeroot (tar, gzip, dpkg, ... (see README)). * Because I cannot rebuild dpkg (see seperate message in debian-devel), I haven't been able to actually test this with dpkg-build -rfakeroot. But stuff like touch file; ls -al file; chown root:adm file; ls -l file; mknod block b 3 1; ls -l block; work OK. (BUG: chmod u+s file doesn't). -- joost witteveen Fri, 27 Jun 1997 22:01:38 +0200 Local variables: mode: debian-changelog add-log-mailing-address: "joostje@debian.org" End: