bootchart (0.10~svn407-3) unstable; urgency=low * Added debian/patches/fix-bootup-tmp-dir.dpatch to make bootchartd doesn't use /tmp if running on bootup, because /etc/init.d/mountall-bootclean.sh removes all files in /tmp. (closes: #468962) * Fixed the dpatch fix-multi-trap. The signal action is not inherited by the spawned processes. So, the bootchart processes get killed and no logfile was created. * Upload is sponsored by Petter Reinholdtsen -- Jörg Sommer Mon, 03 Mar 2008 00:32:57 +0100 bootchart (0.10~svn407-2) unstable; urgency=low * Added debian/patches/fix-accton.dpatch to pass the argument off to accton to comply with the new interface of accton. (closes: #465656) * Added debian/patches/fix-multi-trap.dpatch to fix the fight between the bootchartd child processes to remove the lock file. * Upload is sponsored by Petter Reinholdtsen -- Jörg Sommer Sun, 02 Mar 2008 15:51:09 +0100 bootchart (0.10~svn407-1) unstable; urgency=low * This packages bases on the svn revision 407, because it includes the patch fix-stop.dpatch * debian/control: + Added lsb-base to the Depends field. It's needed by the init script for the LSB functions. + Bumped standards version to 3.7.3; no changes needed. + Added the VCS URLs. * Replace the internal copy of org.apache.commons.compress by the Debian package libcommons-compress-java. * debian/patches/fix-inittab.dpatch + Added a patch to ignore comments while searching the default runlevel (closes: #453344) * Upload is sponsored by Petter Reinholdtsen -- Jörg Sommer Sun, 23 Dec 2007 00:52:13 +0100 bootchart (0.10~svn405-2) unstable; urgency=low * debian/rules: + Forgot to pass a dot as last argument to update-rc.d (closes: #445250) * Upload is sponsored by Petter Reinholdtsen -- Jörg Sommer Thu, 4 Oct 2007 15:24:13 +0200 bootchart (0.10~svn405-1) unstable; urgency=low * This packages bases on the svn revision 405, because some bugs are fixed upstream and no changes happend since July. So the code seams to be stable. + Fixes the problem that /dev/null might not be available for a short period, while udev mounts a new empty tmpfs over /dev/. (closes: #411654) + This version makes it possible to stop bootchart from an init script. So it must not guess when the system is up. Added an init script for this. (closes: #415910) * debian/control: + bootchart uses the killall tool that is included in the psmisc package. Set the dependency for psmisc on bootchart. (closes: #411700) + linitan complained about duplicated entries for debhelper and dpatch. Removed them from Build-Depends-Indep, because they are needed for the clean target and the packages in Build-depends get installed for architecture independent builds, too. + The recommendation for JDK and JRE from java teams has changed. Now they prefer java-gcj-compat-dev and java-gcj-compat. Changed the Depends and Build-Depends-Indep, accordingly. + Removed the homepage pseudo header and added the new Homepage header. * debian/copyright + Added the licenses of the files in lib/ to the copyright file. + Updated the email address of the upstream author and the copyright year. * debian/patches/README.dpatch debian/patches/fix-bad-substitution.dpatch debian/patches/cleanup.dpatch + Removed, because they are applied upstream. * debian/patches/auto-stop-logger.dpatch + Do not stop the bootchartd itself by default, but wait for the signal from the init script. * debian/patches/fix-stop.dpatch + bootchartd kills itself, if called with stop (not the other processes). This gives an non-zero exit to the init script which thinks the stop failed. * Now, upstream provides its own manpages. Using them instead of the pages from Debian. The bootchartd.conf manual page is in section 5, now. * Upload is sponsored by Petter Reinholdtsen -- Jörg Sommer Wed, 3 Oct 2007 14:14:30 +0200 bootchart (0.9-4) unstable; urgency=low * jikes-kaffe droped the dependency on kaffe in version 2:1.1.6.91-1 Changed the build-dependency to use kaffe instead of jikes-kaffe. (closes: #391370) Thanks to Daniel Schepler * Upload is sponsored by Petter Reinholdtsen -- Jörg Sommer Fri, 6 Oct 2006 21:56:11 +0200 bootchart (0.9-3) unstable; urgency=low * increased Policy version of this package to 3.7.2; no changes needed * added java2-runtime as a possible JVM for bootchart-view (closes: #385190) * Upload is sponsored by Petter Reinholdtsen -- Jörg Sommer Mon, 18 Sep 2006 00:37:39 +0200 bootchart (0.9-2) unstable; urgency=low * adapted the copyright file according the suggestion from http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html * added manpages for bootchart, bootchartd and bootchartd.conf * corected the README file to propose bootchart as reader command for documentations and not "java -jar ...", because the bootchart jar does not include all neccessary dependencies which makes the command fails. (Closes: #345463) * the developer reference recommends in section 6.2.4 to have the upstream homepage URL in the long description; added * Upload is sponsored by Petter Reinholdtsen -- Jörg Sommer Sun, 23 Apr 2006 13:19:48 +0200 bootchart (0.9-1) unstable; urgency=low * New upstream release fixes the following issues + now works with other init processes other than /sbin/init (closes: #329153) + bootchart produces the correct file name (closes: #333753) * This new release uses a trick to get a writabel directory while booting. See especially The directory /run is no longer needed. * All patches from debian/patches/ are included in upstream. * added a patch to fix a bashism in bootchartd * added README.Debian to bootchart-view * Upload is sponsored by Petter Reinholdtsen -- Jörg Sommer Mon, 21 Nov 2005 01:27:26 +0100 bootchart (0.8-3) unstable; urgency=low * first upload into the Debian archive (closes: #321784); this upload is sponsored by Petter Reinholdtsen; Thank you. * debian/control + updated Standards-Version: field in control + rearranged the dependencies in this way that the virtual packages are the last alternative; fixes lintian warning + removed Bugs: field + wind down build dependencies to jikes-kaffe, because it is hard to resolve errors if the build system have the choise for the javac + renamed field Build-Depends to Build-Depends-Indep + updated Standards-Version field; no points of the policy update affect this package + added acct to Recommends for bootchart, because bootchart might use accton to get more informations * changed the directory for bootchartd (/mnt/bootchartd before) to /run/bootchartd, because /mnt/b... violates the FHS * copyright: updated post address of FSF -- Jörg Sommer Sat, 27 Aug 2005 17:59:14 +0200 bootchart (0.8-2) unstable; urgency=low * uses the Debian packages libcommons-(lang|cli)-java instead of the libs shipped with the upstream source; the files get removed with the next upstream release, because I can't change orig.tar.gz in Debian release != 1 * fixed the missing argument passing in bootchard script * removed bashism from bootchartd; changed Depends: field * now /etc/debian_version is used for distribution header -- Jörg Sommer Tue, 5 Jul 2005 11:34:08 +0200 bootchart (0.8-1) unstable; urgency=low * Initial release * Created an own /usr/bin/bootchart, because the upstream version is not usable with Debian. Debian misses java-functions and sablevm need to be called different. -- Jörg Sommer Wed, 15 Jun 2005 16:43:20 +0200