rules: Clean python*-dbg as well.
control: Build-depend on intltool.
control: Let rrdtool-dbg depend on ${shlibs:Depends}.
Merge branch 'master' of git://git.snow-crash.org/pkg-rrdtool
Conflicts:
debian/changelog
Conflicts:
debian/changelog
control, rules: Removed transitional package "python-rrd".
This is no longer required.
This is no longer required.
Don't install egg-info into the dbg package.
Run dh_pysupport for rrdtool-dbg, too.
Updating changelog.
Build Python dbg modules into rrdtool-dbg.
control: Switched to my @debian.org E-mail address.
patches: Removed doc-fixes.
This patch has been applied upstream.
This patch has been applied upstream.
patches: Added bts530814-hurd.
This patch fixes a FTBFS on Hurd.
Thanks to Marc Dequènes for reporting this and providing a patch.
Closes: #530814
This patch fixes a FTBFS on Hurd.
Thanks to Marc Dequènes for reporting this and providing a patch.
Closes: #530814
changelog: Updated to 1.3.8-1.
The new upstream release fixes #529291 (rrdtool python bindings leak memory).
Thanks to Anders Hammarquist for the patch.
The new upstream release fixes #529291 (rrdtool python bindings leak memory).
Thanks to Anders Hammarquist for the patch.
Merge branch 'upstream'
Imported upstream version 1.3.8.
Adding config for git-buildpackage and friends.
changelog: The new upstream releases closes #431060 (again).
control: Do not duplicate field "Section" in package rrdtool-tcl.
rules: Use 'pyversions -vr' instead of 'pysupport-parseversions'.
Added XS-Python-Version field to control, replacing the pyversions file.
Added XS-Python-Version field to control, replacing the pyversions file.
patches: Added compiler-warning-fixes.
This is an upstream patch to fix some compiler warnings.
This is an upstream patch to fix some compiler warnings.
changelog: Adding rrdtool-dbg closes #518480.
patches: Added doc-fixes to fix a POD error in doc/rrdtutorial.pod.
control: Updated standards-version to 3.8.1.
No changes.
No changes.
rules: Pass --fail-missing (instead of --list-missing) to dh_install.
rrdtool.{examples,install}: Install some examples using dh_install.
examples/* and ifOctets.tcl where previously installed using
dh_installexamples. Using dh_install instead allows to use the --fail-missing
option.
examples/* and ifOctets.tcl where previously installed using
dh_installexamples. Using dh_install instead allows to use the --fail-missing
option.
librrd-dev.install: Added /usr/lib/pkgconfig/librrd.pc.
Closes: #522144
Closes: #522144
copyright: Updated for version 1.3.7.
Also, unnecessary whitespace and empty lines have been removed.
Also, unnecessary whitespace and empty lines have been removed.
control: Moved librrd-ruby* packages to section "ruby".
Also, rrdtool-dbg has been moved to section "debug".
These sections have been introduced in March 2009.
Also, rrdtool-dbg has been moved to section "debug".
These sections have been introduced in March 2009.
changelog: Updated to 1.3.7-1.
Merge branch 'upstream'
changelog: Upload to unstable instead of experimental.
Lenny has been released ;-)
Lenny has been released ;-)
Imported upstream version 1.3.7.
Added debian/README.Debian.
This file includes a short paragraph about the available documentation.
This file includes a short paragraph about the available documentation.
Remove .txt and .pod documentation from the 'rrdtool' binary package.
The manpages are a lot more useful.
The manpages are a lot more useful.
Added new binary package rrdtool-dbg.
Unfortunately, segfaults and the like are not uncommon in rrdtool - this will
help to trace them back more easily.
Unfortunately, segfaults and the like are not uncommon in rrdtool - this will
help to trace them back more easily.
debian/changelog: Uploading to experimental because of the Lenny freeze.
debian/patches: Added bts494874-gnu-kfreebsd.
This fixes a FTBFS on GNU/kFreeBSD - thanks to Petr Salinger for the patch.
Closes: #494874
This fixes a FTBFS on GNU/kFreeBSD - thanks to Petr Salinger for the patch.
Closes: #494874
debian/rules: Remove src/librrd.sym in the clean target.
This fil is automatically created during the build but not cleaned up in the
upstream Makefiles.
This fil is automatically created during the build but not cleaned up in the
upstream Makefiles.
debian/changelog: The new upstream release closes #497739.
debian/patches: Removed typo-ruby.
This patch has been included upstream.
This patch has been included upstream.
debian/patches: Updated no-rpath-for-perl.
The patch now applies to the latest version of rrdtool.
The patch now applies to the latest version of rrdtool.
debian/patches: Removed bts499350-data-corruption.
This patch has been included upstream.
This patch has been included upstream.
debian/patches: Removed bts499349-memleaks.
This patch has been included upstream.
This patch has been included upstream.
debian/patches: Removed bts498183-segfault-madvise.
This patch has been included upstream.
This patch has been included upstream.
debian/patches: Removed bts496847-error-handling.
This patch is now included upstream.
This patch is now included upstream.
debian/patches: Removed bts493553-pango-utf-8.
This patch is now included upstream.
This patch is now included upstream.
debian/patches: Updated bts428778-floating-point-exception.
The patch now correctly applies to the latest version of rrdtool. Use
rrd_free2() instead of rrd_free() to not leak memory.
The patch now correctly applies to the latest version of rrdtool. Use
rrd_free2() instead of rrd_free() to not leak memory.
debian/changelog: Updated to 1.3.5-1.
Merge branch 'upstream' into experimental
Imported upstream version 1.3.5.
16 years agopatches/bts498183-segfault-madvise: Removed unnecessary whitespace changes. debian/1.3.1-4
patches/bts498183-segfault-madvise: Removed unnecessary whitespace changes.
debian/NEWS: Set urgency to high as well.
Urgency set to high because of the fix for #499350.
debian/changelog: Added references to upstream SVN and bug tracker.
Added trivial upstream patch typo-ruby.
This fixes a typo in the Ruby bindings.
This fixes a typo in the Ruby bindings.
Added upstream patch bts499349-memleaks.
This fixes a couple of memory leaks in rrdtool, librrd and the Perl and Ruby
bindings.
Closes: #499349
This fixes a couple of memory leaks in rrdtool, librrd and the Perl and Ruby
bindings.
Closes: #499349
Added debian/NEWS.
Documented the changes required by the switch to libpango.
Closes: #493575, #493594
Documented the changes required by the switch to libpango.
Closes: #493575, #493594
Added upstream patch bts496847-error-handling.
This fixes error handling of syscalls in rrdtool(1).
Closes: #496847
This fixes error handling of syscalls in rrdtool(1).
Closes: #496847
Added bts498183-segfault-madvise.
This fixes a segfault on sparc caused by a wrong argument passed to
madvise(2). Thanks to Jurij Smakov for valuable debugging information.
Closes: #498183
This fixes a segfault on sparc caused by a wrong argument passed to
madvise(2). Thanks to Jurij Smakov for valuable debugging information.
Closes: #498183
Added upstream patch bts499350-data-corruption.
This fixes data corruption when updating multiple values in one go.
Closes: #499350
This fixes data corruption when updating multiple values in one go.
Closes: #499350
Added debian/patches/bts493553-pango-utf-8.
This patch tries to make sure an UTF-8 string is passed to
pango_layout_set_{text,markup}() as required by libpango.
Closes: #493553
This patch tries to make sure an UTF-8 string is passed to
pango_layout_set_{text,markup}() as required by libpango.
Closes: #493553
Added "libxml2-dev" to librrd-dev's dependencies.
Closes: #493342.
Closes: #493342.
librrd-dev provides librrd2-dev as well.
None of the reverse dependencies are affected by the API changes, so, now, a
binNMU will do for all of them.
None of the reverse dependencies are affected by the API changes, so, now, a
binNMU will do for all of them.
Changed distribution from experimental to unstable.
librrd-dev replaces librrd2-dev to ease the transition.
Removed bts428780-validate-row-count.
This is included in upstream version 1.3.
This is included in upstream version 1.3.
Updated changelog to 1.3.1-2.
Reuploading to unstable.
Reuploading to unstable.
Merge branch 'upstream'
Merged branch 'upstream-1.3' into upstream.
Merged branch 'experimental' into master.
Updated changelog to 1.3.1-1.
Merged debian/changelog from 'master' into experimental.
Merge branch 'upstream-1.3' into experimental
Imported upstream version 1.3.1.
Changed distribution from UNRELEASED to unstable.
Install "NEWS" and "CHANGES" into all packages.
Up to now, "NEWS" has not been installed at all while "CHANGES" was missing in
arch-independent packages.
Up to now, "NEWS" has not been installed at all while "CHANGES" was missing in
arch-independent packages.
Added libc6-dev | libc-dev to librrd2-dev's dependencies.
No longer conflict / replace librrd0 and librrd0-dev.
librrd0 is no longer available since Etch.
librrd0 is no longer available since Etch.
Added the private symbol "rra_random_row@Base 1.2.28-1".
Added upstream patch debian/patches/bts428780-validate-row-count.
Validate the RRA row count in rrdcreate. This closes #428780.
Validate the RRA row count in rrdcreate. This closes #428780.
Updated standards-version to 3.8.0 - no changes.
Updated changelog to 1.2.28-1.
Merge branch 'upstream'
Imported upstream version 1.2.28.
16 years agodebian/changelog: Merged the unreleased entry of 1.2.27-3 into 1.3.0-1. experimental/1.3.0-1
debian/changelog: Merged the unreleased entry of 1.2.27-3 into 1.3.0-1.
debian/rules: Use tcl-dev instead of tcl to determine the TCL version.
This way, we don't depend on tcl-dev having a dependency on tcl for this to
work.
Also, the regex used to determine the version from the "dpkg -s" output has
been hardened by checking for word boundaries.
This way, we don't depend on tcl-dev having a dependency on tcl for this to
work.
Also, the regex used to determine the version from the "dpkg -s" output has
been hardened by checking for word boundaries.
Added libc6-dev as an option for libc-dev in librrd-dev's dependencies.
Also added a changelog entry for adding that dependency.
Also added a changelog entry for adding that dependency.
Added a note about the upload to experimental to the changelog.
No longer conflict / replace librrd0 and librrd0-dev.
librrd0 is no longer available since Etch.
librrd0 is no longer available since Etch.
Removed SONAME version from the -dev package.
* Renamed librrd4-dev to librrd-dev.
* Added conflict on librrd2-dev to librrd-dev (replacing librrd4-dev's
conflict with librrd-dev).
* Renamed librrd4-dev to librrd-dev.
* Added conflict on librrd2-dev to librrd-dev (replacing librrd4-dev's
conflict with librrd-dev).
Added libc-dev to the build-dependencies of librrd4-dev.
Closing #428780.
I did not have the bug number available when updating the changelog.
I did not have the bug number available when updating the changelog.
Fixed a typo in debian/control.
The short description of the "librrd-ruby1.8" binary package mentioned Ruby
1.9 instead of Ruby 1.8.
The short description of the "librrd-ruby1.8" binary package mentioned Ruby
1.9 instead of Ruby 1.8.
Updated standards-version to 3.8.0.
No changes were necessary.
No changes were necessary.
Updated to rrdtool-1.3.0-1.
* Updated librrd4.symbols.
* Removed patches/long-version which is no longer necessary.
* Updated librrd4.symbols.
* Removed patches/long-version which is no longer necessary.
Merge branch 'upstream-1.3' into experimental
Imported upstream version 1.3.0.
Added conflict with librrd-dev to librrd4-dev.
This prevents two -dev packages from being installed simultaneously.
This prevents two -dev packages from being installed simultaneously.
debian/rules: No longer set TCL_INC_DIR manually - has been fixed upstream.
Updated to rrdtool-1.3~rc9-1.