* Non-maintainer upload.
* Updated patch replace-tar.dpatch to change java converter
to use new TarArchiveInputStream API and not TarInputStream
(Closes: #547700). Patch from Andrea Briganti.
* Non-maintainer upload to fix release goal.
* Drop init.d script dependency on rmnologin. It create a dependency
loop (Closes: #543280).
* Updated fix-inittab.dpatch and made runlevel detection code in
/sbin/bootlogd more robust (Closes: #511317)
* Non-maintainer upload.
* Change init.d/bootchart dependency to start-depend on $all, to
make it start later in the boot sequence (Closes: #491391).
* 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
* 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
* 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
* debian/rules:
+ Forgot to pass a dot as last argument to update-rc.d (closes: #445250)
* Upload is sponsored by Petter Reinholdtsen
* 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
* 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 <schepler@math.unipd.it>
* Upload is sponsored by Petter Reinholdtsen
* 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
* 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
* 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 <http://lists.debian.org/debian-devel/2005/08/msg01661.html>
especially <http://lists.debian.org/debian-devel/2005/09/msg00101.html>
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
* 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
* 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
* 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.