1 rrdtool (1.1.0-1) unstable; urgency=low
3 * Fixed build dependencies
4 * Added libfreetype6-dev to build dependencies
5 * Changed rules file to compile against Debian version of freetype.
7 -- Peter Hirdina <Peter.Hirdina@gmx.net> Mon, 7 Jun 2004 17:10:10 +0200
9 rrdtool (1.1.0) unstable; urgency=low
11 * grafted "debian" directory from 1.0.46 source
12 * no tcl package support due to build failures (see ##NO_TCL )
14 -- Mike Slifcak <> Wed, 12 May 2004 20:53:16 -0400
16 rrdtool (1.0.46-3) unstable; urgency=low
18 * Add dependencies to librrd0-dev to ensure that static linking is
19 possible: libgd-gif1-dev, zlib1g-dev
20 * #include <stdio.h> in rrd.h (Closes: #238849)
21 * Only link rrdcgi with -lcgi, not librrd
23 -- Matt Zimmerman <mdz@debian.org> Fri, 19 Mar 2004 11:38:39 -0800
25 rrdtool (1.0.46-2) unstable; urgency=medium
27 * Fix tcl module installation (Closes: #231171)
29 -- Matt Zimmerman <mdz@debian.org> Wed, 4 Feb 2004 15:35:46 -0800
31 rrdtool (1.0.46-1) unstable; urgency=low
33 * New upstream release
35 -- Matt Zimmerman <mdz@debian.org> Mon, 12 Jan 2004 23:22:09 -0800
37 rrdtool (1.0.45-1) unstable; urgency=low
39 * New upstream release
40 * Deal with changed tclrrd naming scheme
41 * Build with tcl8.4
42 * Remove old dpkg-dev build-dependency; even woody is new enough
44 -- Matt Zimmerman <mdz@debian.org> Wed, 17 Dec 2003 14:09:11 -0800
46 rrdtool (1.0.42-2) unstable; urgency=low
48 * Build-Depends: libpng12-dev instead of libpng3-dev (when will the madness end?)
49 (Closes: #195224
50 I hope this will also fix weird version mismatch problems (Closes: #194900)
52 -- Matt Zimmerman <mdz@debian.org> Sat, 31 May 2003 15:06:42 -0400
54 rrdtool (1.0.42-1) unstable; urgency=low
56 * New upstream release
57 * librrd0-dev Section: libdevel
58 * librrd[sp]-perl Section: perl
59 * Build with libpng3 (Closes: #189493)
61 -- Matt Zimmerman <mdz@debian.org> Thu, 15 May 2003 19:44:37 -0400
63 rrdtool (1.0.40-2) unstable; urgency=low
65 * Correctly suppress non-image output when writing image to stdout
66 (Closes: #182217)
68 -- Matt Zimmerman <mdz@debian.org> Sat, 1 Mar 2003 16:59:39 -0500
70 rrdtool (1.0.40-1) unstable; urgency=low
72 * New upstream release
73 * Remove unnecessary rrd_free to avoid crash on invalid option
74 (Closes: #166156)
75 * Clean example source code; some libtool cruft was getting installed in
76 /usr/share/doc/examples
78 -- Matt Zimmerman <mdz@debian.org> Tue, 17 Dec 2002 22:11:46 -0500
80 rrdtool (1.0.39-2) unstable; urgency=low
82 * Rebuild for perl 5.8 (Closes: #158728)
84 -- Matt Zimmerman <mdz@debian.org> Sun, 25 Aug 2002 17:29:41 -0400
86 rrdtool (1.0.39-1) unstable; urgency=low
88 * New upstream release
90 -- Matt Zimmerman <mdz@debian.org> Wed, 31 Jul 2002 00:40:00 -0400
92 rrdtool (1.0.38-1) unstable; urgency=low
94 * New upstream release (Closes: #148486)
96 -- Matt Zimmerman <mdz@debian.org> Wed, 29 May 2002 12:28:28 -0400
98 rrdtool (1.0.35-2) unstable; urgency=low
100 * Remove CVS directories with rm -rf. This broke autobuilds entirely.
101 (Closes: #140075)
103 -- Matt Zimmerman <mdz@debian.org> Tue, 26 Mar 2002 17:15:01 -0500
105 rrdtool (1.0.35-1) unstable; urgency=low
107 * New upstream release.
109 -- Matt Zimmerman <mdz@debian.org> Sun, 24 Mar 2002 11:29:10 -0500
111 rrdtool (1.0.33-9) unstable; urgency=low
113 * Call dh_shlibdeps with -l to allow it to find dependencies correctly
114 (Closes: #118629)
115 * Add call to ldconfig in postrm of librrd0
116 * Remove .cvsignore files from installed examples
118 -- Matt Zimmerman <mdz@debian.org> Sat, 10 Nov 2001 14:14:51 -0500
120 rrdtool (1.0.33-8) unstable; urgency=low
122 * Use AM_MAINTAINER_MODE to keep the makefiles from trying to rebuild
123 autoconf/automake stuff during the build (Closes: #117599)
124 * Regenerated everything AGAIN.
125 * Use DESTDIR instead of prefix= during "make install"
127 -- Matt Zimmerman <mdz@debian.org> Mon, 29 Oct 2001 22:22:07 -0500
129 rrdtool (1.0.33-7) unstable; urgency=low
131 * Add an example to the rrddump documentation showing what is necessary
132 to transfer an RRD from one architecture to another. (Closes: #117147)
133 * Regenerated autoconf/automake configs
135 -- Matt Zimmerman <mdz@debian.org> Mon, 29 Oct 2001 02:28:16 -0500
137 rrdtool (1.0.33-6) unstable; urgency=low
139 * Spelling corrections from Martin Schulze (Closes: #110784)
141 -- Matt Zimmerman <mdz@debian.org> Sat, 8 Sep 2001 13:13:22 -0400
143 rrdtool (1.0.33-5) unstable; urgency=low
145 * Ship with pre-generated files from autoconf2.50/automake, rather than
146 pulling them in at build-time, in order to work around the current
147 libtool mess. This makes the diff less manageable, but should make
148 the build more stable.
149 * debian/control: remove build-dependencies on autoconf/automake/libtool
150 * debian/rules: don't call autoconf/automake
151 * Fix shlibs file (it was trying to use a substitution)
152 * configure.in: remove makefiles that no longer exist from AC_OUTPUT.
153 Apparently this is an error in autoconf 2.50.
154 * configure.in: Remove wacky logic to pull PIC flags out of libtool, and
155 let libtool do the right thing.
156 * debian/rules: shlibs.local hackery is no longer necessary, removed
158 -- Matt Zimmerman <mdz@debian.org> Fri, 3 Aug 2001 17:36:43 -0400
160 rrdtool (1.0.33-4) unstable; urgency=low
162 * Add build-dependencies on libtool and autoconf (Closes: #105655)
164 -- Matt Zimmerman <mdz@debian.org> Tue, 17 Jul 2001 15:44:25 -0400
166 rrdtool (1.0.33-3) unstable; urgency=low
168 * Update config.{sub,guess} from autotools-dev 20010702.1
169 (Closes: #105037)
170 * Update ltmain.sh for good measure, from libtool 1.4-1
171 * Build-Depend on autoconf, and run autoconf and aclocal from
172 debian/rules (in addition to automake)
174 -- Matt Zimmerman <mdz@debian.org> Sat, 14 Jul 2001 03:19:22 -0400
176 rrdtool (1.0.33-2) unstable; urgency=low
178 * Rebuild with latest tcl8.3-dev, to fix shared object extension
180 -- Matt Zimmerman <mdz@debian.org> Sat, 3 Mar 2001 17:28:24 -0500
182 rrdtool (1.0.33-1) unstable; urgency=low
184 * New upstream version.
185 * This is yet another patch release to fix some distribution/compilation
186 problems. There should be no visible changes for Debian users from
187 1.0.32-3.
189 -- Matt Zimmerman <mdz@debian.org> Thu, 1 Mar 2001 02:27:53 -0500
191 rrdtool (1.0.32-3) unstable; urgency=low
193 * Fix the tcl extension module to build against tcl8.3, rather than
194 tcl8.0 (Closes: #87357)
195 * debian/control: Build-depend on tcl8.3-dev
196 * debian/rules: tclconfigdir = /usr/lib/tcl8.3
197 * tcl/Makefile.am: (upstream) -I/usr/include/tcl@TCL_VERSION@
198 * configure.in: (upstream) AC_SUBST(TCL_VERSION)
200 -- Matt Zimmerman <mdz@debian.org> Sat, 24 Feb 2001 02:25:46 -0500
202 rrdtool (1.0.32-2) unstable; urgency=low
204 * List changes to upstream source in the copyright file (as well as the
205 changelog)
206 * Link against libgd-gif instead of libgd, to restore GIF support
208 -- Matt Zimmerman <mdz@debian.org> Fri, 23 Feb 2001 15:27:37 -0500
210 rrdtool (1.0.32-1) unstable; urgency=low
212 * New upstream version. Hopefully this one will last more than 24
213 hours (Closes: #75771)
215 -- Matt Zimmerman <mdz@debian.org> Wed, 21 Feb 2001 20:13:09 -0500
217 rrdtool (1.0.27-7) unstable; urgency=low
219 * debian/rules: Updated for new Perl policy
220 * debian/rules: Don't use install-stamp; it causes more problems than it
221 prevents
222 * debian/rules: Don't call dh_suidregister; we didn't use it anyway
223 * debian/control: Build-depend on the new debhelper for dh_perl
224 * debian/control: rrdtool-tcl only seems to work with 8.0, so depend on
225 tcl8.0
226 * debian/control: Build-depend on perl 5.6.0+
227 * debian/librrd?-perl: Updated for new Perl filesystem layout
229 -- Matt Zimmerman <mdz@debian.org> Thu, 15 Feb 2001 19:04:11 -0500
231 rrdtool (1.0.27-6) unstable; urgency=low
233 * debian/rules: Handle DEB_BUILD_OPTIONS debug, nostrip
234 * debian/rules: Separate out "configure" target
235 * debian/rules: Miscellaneous cleanup
236 * Recompile librrds-perl against perl-5.6
238 -- Matt Zimmerman <mdz@debian.org> Tue, 19 Dec 2000 21:23:55 -0500
240 rrdtool (1.0.27-5) unstable; urgency=low
242 * Fix Build-Depends to reflect our dependency on dpkg-dev >= 1.7.0 |
243 librrd0. The old dpkg can only calculate our dependencies correctly
244 if the runtime library is installed on the system, so potato users
245 must either install the potato librrd0 or the new dpkg-dev
246 (Closes: #77479)
248 -- Matt Zimmerman <mdz@debian.org> Mon, 20 Nov 2000 20:39:55 -0500
250 rrdtool (1.0.27-4) unstable; urgency=low
252 * Updated to comply with policy 3.2.1.0:
253 - Don't build with -g by default
254 * Build-Depend on tcl8.0-dev (not tcl-dev), since that is the only
255 version we currently work with.
256 * Added automake to Build-Depends (oops)
258 -- Matt Zimmerman <mdz@debian.org> Sat, 18 Nov 2000 22:29:02 -0500
260 rrdtool (1.0.27-3) unstable; urgency=low
262 * Big packaging cleanup release.
263 * Fixed perl module compilation to link with the shared library, rather
264 than including a copy of the static library inside the .so (also fixes
265 a lintian error, shlib-with-non-pic-code in librrds-perl)
266 * Fixed tcl module compilation to link with the shared library, rather
267 than including a copy of the static library inside the .so (also fixes
268 a lintian error, shlib-with-non-pic-code in rrdtool-tcl)
269 * The above shrunk the size of the perl and tcl library packages from
270 60k each to about 20k (perl) and 16k (tcl)
271 * We can now use shlibdeps to calculate the dependencies for
272 librrds-perl, so those will be more correct now
273 * Rather than include Makefile.in changes in the .diff.gz, just keep our
274 modifications to Makefile.am and run automake in debian/rules. This
275 makes the .diff.gz much smaller and cleaner
276 * Fixed shared library dependencies all around to be smarter
277 * rrdtool package now Suggests librrds-perl (rather than depending on
278 perl), as it is only needed for an auxiliary script for converting
279 mrtg data
281 -- Matt Zimmerman <mdz@debian.org> Fri, 10 Nov 2000 19:34:05 -0500
283 rrdtool (1.0.27-2) unstable; urgency=low
285 * Updated maintainer email address (now official maintainer)
287 -- Matt Zimmerman <mdz@debian.org> Wed, 1 Nov 2000 22:44:41 -0500
289 rrdtool (1.0.27-1) unstable; urgency=low
291 * New upstream version.
293 -- Matt Zimmerman <mdz@csh.rit.edu> Wed, 13 Sep 2000 13:10:14 -0400
295 rrdtool (1.0.26-1) unstable; urgency=low
297 * New upstream version.
299 -- Matt Zimmerman <mdz@csh.rit.edu> Sun, 10 Sep 2000 16:34:08 -0400
301 rrdtool (1.0.25-1) unstable; urgency=low
303 * New upstream version.
305 -- Matt Zimmerman <mdz@csh.rit.edu> Sun, 23 Jul 2000 02:23:53 -0400
307 rrdtool (1.0.24-2) unstable; urgency=low
309 * Updated for libgd 1.8.3 (build depends, recompile)
311 -- Matt Zimmerman <mdz@csh.rit.edu> Fri, 7 Jul 2000 19:33:29 -0400
313 rrdtool (1.0.24-1) unstable; urgency=low
315 * New upstream version (Closes: #61997).
317 -- Matt Zimmerman <mdz@csh.rit.edu> Fri, 30 Jun 2000 13:53:27 -0400
319 rrdtool (1.0.17-1) unstable; urgency=low
321 * New upstream version.
322 * Now creates rrdtool-tcl, containing tcl bindings.
324 -- Matt Zimmerman <mdz@csh.rit.edu> Wed, 26 Apr 2000 13:16:24 -0700
326 rrdtool (1.0.16-1) unstable; urgency=low
328 * New upstream version.
329 * Not released.
331 -- Matt Zimmerman <mdz@csh.rit.edu> Wed, 26 Apr 2000 10:53:36 -0700
333 rrdtool (1.0.13-2) unstable; urgency=low
335 * Build-Depends: cgilib, zlib1g-dev, libpng2-dev, libgd1g-dev, groff,
336 debhelper. Hopefully that's everything.
338 -- Matt Zimmerman <mdz@csh.rit.edu> Fri, 7 Apr 2000 14:16:55 -0700
340 rrdtool (1.0.13-1) unstable; urgency=low
342 * New upstream version (Closes: #58583)
343 * Added Build-Depends for cgilib (Closes: #55270)
345 -- Matt Zimmerman <mdz@csh.rit.edu> Thu, 23 Mar 2000 15:55:37 -0800
347 rrdtool (1.0.10-1) unstable; urgency=low
349 * New upstream version.
351 -- Matt Zimmerman <mdz@csh.rit.edu> Mon, 10 Jan 2000 16:46:33 -0800
353 rrdtool (1.0.7-3) unstable; urgency=low
355 * Non-i386 fixes, thanks to Christopher C Chimelis <chris@debian.org>:
356 * Changed 'clean' target in debian/rules to remove the auto-generated
357 Makefiles for the Perl modules
358 * Changed Depends: for librrds-perl to use shlibdeps
360 -- Matt Zimmerman <mdz@csh.rit.edu> Mon, 22 Nov 1999 10:47:13 -0800
362 rrdtool (1.0.7-2) unstable; urgency=low
364 * Linked RRDs.so against libpng, closes: #49701
366 -- Matt Zimmerman <mdz@csh.rit.edu> Tue, 9 Nov 1999 15:02:40 -0800
368 rrdtool (1.0.7-1) unstable; urgency=low
370 * Initial Release.
371 * Upstream source ships with cgilib-0.4, gd-1.3, libpng-1.0.3, and
372 zlib-1.3.3 (!). Build process is modified to skip building these, and
373 instead link with the Debian versions.
374 * Modifications for gd 1.6.1 included removal of GIF support (no longer
375 included with gd as of 1.6)
377 -- Matt Zimmerman <mdz@csh.rit.edu> Sat, 11 Sep 1999 13:29:29 -0700