summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 70e48e4)
raw | patch | inline | side by side (parent: 70e48e4)
author | gregor herrmann <gregoa@debian.org> | |
Sun, 29 Jul 2012 15:35:13 +0000 (17:35 +0200) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Wed, 1 Aug 2012 07:47:38 +0000 (09:47 +0200) |
debian/changelog | patch | blob | history | |
debian/rrdcached.init.d | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 4d1e443aa6542f597dfdf1284913e19f95078cea..8dfd223aecaec904b12c472bdbda4b0c73ccfd7a 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+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.
index 66aadcbeff455bdd0fe47adbe9db06b0441c1932..296c4cc78f6d4628f663c97f663741c03a9bcd41 100755 (executable)
--- a/debian/rrdcached.init.d
+++ b/debian/rrdcached.init.d
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" \
--exec $DAEMON -- $OPTS -p "$PIDFILE"
}
diff --git a/debian/rules b/debian/rules
index f9b33eb99df2cc0ce5b30be226a6ff111435957a..040c37240496395af9ec933b699a1e49a991536c 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# 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