[debian-edu-commits] debian-edu/ 01/02: Drop ddcprobe and ddccontrol related code from testsuite/hardware.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Mon May 8 14:32:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-config.

commit 439f3ccd5c8da02a98bdba1ca414f47fe16c73f7
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Mon May 8 16:28:59 2017 +0200

    Drop ddcprobe and ddccontrol related code from testsuite/hardware.
    
    ddcprobe is part of the package xresprobe, not available in stretch.
    ddccontrol belongs to package ddccontrol (monitor database unmaintained
    since > 10 years) which isn't installed by default.
---
 debian/changelog   | 6 +++++-
 testsuite/hardware | 8 --------
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a869511..e753e23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 debian-edu-config (1.927) UNRELEASED; urgency=medium
 
   * Fix typo in testsuite/network to use correct the LTSP-Server profile name.
-
+  * Drop ddcprobe and ddccontrol related code from testsuite/hardware.
+    - ddcprobe is part of the package xresprobe, not available in stretch.
+    - ddccontrol belongs to package ddccontrol (monitor database unmaintained
+      since > 10 years) which isn't installed by default.  
+ 
  -- Wolfgang Schweer <wschweer at arcor.de>  Mon, 08 May 2017 14:12:31 +0200
 
 debian-edu-config (1.926) unstable; urgency=medium
diff --git a/testsuite/hardware b/testsuite/hardware
index f5caebd..7fe17a5 100755
--- a/testsuite/hardware
+++ b/testsuite/hardware
@@ -44,13 +44,5 @@ else
     echo "error: $0: Unable to find /usr/sbin/dmidecode"
 fi
 
-if [ -x /usr/sbin/ddcprobe ] ; then
-    ddcprobe | sed "s%^%info: $0: ddcprobe: %"
-elif [ -x /usr/bin/ddccontrol ] ; then
-    ddccontrol -c -p | sed "s%^%info: $0: ddccontrol: %"
-else
-    echo "error: $0: Unable to find /usr/sbin/ddcprobe and /usr/bin/ddccontrol"
-fi
-
 isenkram-lookup | sed "s%^%info: $0: isenkram-lookup: %"
 isenkram-autoinstall-firmware -l | sed "s%^%info: $0: isenkram-autoinstall-firmware: %"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list