]> git.proxmox.com Git - mirror_smartmontools-debian.git/commitdiff
Remove the obsolete bug helper
authorGiuseppe Iuculano <iuculano@debian.org>
Sun, 5 Oct 2014 08:20:07 +0000 (10:20 +0200)
committerGiuseppe Iuculano <iuculano@debian.org>
Sun, 5 Oct 2014 08:20:07 +0000 (10:20 +0200)
CLoses: #757975

debian/rules
debian/smartmontools-bug [deleted file]

index 93475a5599b20cd4aed707816496f06571fa223d..15524177003e9dddfdc66854858859c7b9e924a9 100755 (executable)
@@ -89,8 +89,6 @@ install: build
        dh_prep
        dh_installdirs
        $(MAKE) DESTDIR=$(CURDIR)/debian/smartmontools install
-       install -D -m 755 debian/smartmontools-bug \
-               $(CURDIR)/debian/smartmontools/usr/share/bug/smartmontools
 
 # Build architecture-independent files here.
 binary-indep:
diff --git a/debian/smartmontools-bug b/debian/smartmontools-bug
deleted file mode 100644 (file)
index 82cc513..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh -e
-#
-# reportbug helper for smartmontools
-#
-# check what IDE_TASK options are set in the kernel:
-
-echo "Output of $0:" >&3
-CONFIG=/boot/config-`uname -r`
-if [ -r "$CONFIG" ]; then
-       grep IDE_TASK $CONFIG >&3
-else
-       echo "Couldn't parse $CONFIG" >&3
-fi