tags 664724 + patch
tags 664724 + pending
thanks
Dear maintainer,
I've prepared an NMU for rrdtool (versioned as 1.4.7-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards.
.''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
: :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/
`. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
`- NP: Tom Waits: Lullaby
diff -u rrdtool-1.4.7/debian/rules rrdtool-1.4.7/debian/rules
rrdtool-1.4.7/debian/rules
+++ rrdtool-1.4.7/debian/rules
@@ -123,7 +123,7 @@
# clean what the Makefiles do not clean ...
rm -rf bindings/perl-piped/blib bindings/perl-shared/blib \
- bindings/perl-piped/Makefile.old bindings/perl-shared/Makefile.old
+ bindings/perl-piped/Makefile.old bindings/perl-shared/Makefile.old bindings/perl-shared/MYMETA.yml
rm -f bindings/tcl/pkgIndex.tcl bindings/tcl/tclrrd*.so
rm -f examples/cgi-demo.cgi
rm -rf src/.libs src/.deps doc/*.html doc/*.1 doc/*.txt
diff -u rrdtool-1.4.7/debian/rrdcached.init.d rrdtool-1.4.7/debian/rrdcached.init.d
rrdtool-1.4.7/debian/rrdcached.init.d
+++ rrdtool-1.4.7/debian/rrdcached.init.d
@@ -61,6 +61,10 @@
return 0
fi
+ # make sure we have the needed directories
+ mkdir -p /var/lib/rrdcached/journal/
+ mkdir -p /var/lib/rrdcached/db/
+
start-stop-daemon --start --quiet --oknodo --pidfile "$PIDFILE" \
}
diff -u rrdtool-1.4.7/debian/changelog rrdtool-1.4.7/debian/changelog
rrdtool-1.4.7/debian/changelog
+++ rrdtool-1.4.7/debian/changelog
@@ -1,3 +1,15 @@
+rrdtool (1.4.7-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix "fails to install, postinst, invoke-rc.d rrdcached start, start-
+ stop-daemon, segfault":
+ (re-)create /var/lib/rrdcached/{journal,db} in init script.
+ (Closes: #664724)
+ * debian/rules: remove the generated bindings/perl-shared/MYMETA.yml in the
+ clean target.
+
+ -- gregor herrmann <gregoa@debian.org> Sun, 29 Jul 2012 17:35:13 +0200
+
rrdtool (1.4.7-1.1) unstable; urgency=low
* Non-maintainer upload.
To UNSUBSCRIBE, email to debian-bugs-rc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Replies