r7042 - in /vdr/vdr/trunk/debian: changelog control vdrleaktest
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Wed Jul 2 23:02:08 UTC 2008
Author: tiber-guest
Date: Wed Jul 2 23:02:08 2008
New Revision: 7042
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7042
Log:
Made valgrind a Suggests and check in vdrleaktest, if valgrind exists
(Closes: #489003)
Modified:
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/control
vdr/vdr/trunk/debian/vdrleaktest
Modified: vdr/vdr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/changelog?rev=7042&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/changelog (original)
+++ vdr/vdr/trunk/debian/changelog Wed Jul 2 23:02:08 2008
@@ -1,3 +1,10 @@
+vdr (1.6.0-4) UNRELEASED; urgency=low
+
+ * Made valgrind a Suggests and check in vdrleaktest, if valgrind exists
+ (Closes: #489003)
+
+ -- Tobias Grimm <tg at e-tobi.net> Thu, 03 Jul 2008 01:00:38 +0200
+
vdr (1.6.0-3) unstable; urgency=low
* Installing the pictures plugin now with vdr-plugin-examples
Modified: vdr/vdr/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/control?rev=7042&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/control (original)
+++ vdr/vdr/trunk/debian/control Wed Jul 2 23:02:08 2008
@@ -49,8 +49,8 @@
Package: vdr-dbg
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, vdr (= ${binary:Version}), gdb,
- valgrind
+Depends: ${shlibs:Depends}, ${misc:Depends}, vdr (= ${binary:Version}), gdb
+Suggests: valgrind
Description: Debuggable version of the VDR Video Disk Recorder
This package installs an unoptimized vdr binary with debugging symbols as well
as some helper scripts to debug VDR and its plugins.
Modified: vdr/vdr/trunk/debian/vdrleaktest
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdrleaktest?rev=7042&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdrleaktest (original)
+++ vdr/vdr/trunk/debian/vdrleaktest Wed Jul 2 23:02:08 2008
@@ -45,6 +45,15 @@
done
#
+# Check for Valgrind
+#
+
+if [ ! -x /usr/bin/valgrind ] ; then
+ echo "ERROR: Please install valgrind first!" >&2
+ exit 1
+fi
+
+#
# c't-VDR Memory Leak Tester
#
More information about the pkg-vdr-dvb-changes
mailing list