From: Giuseppe Iuculano Date: Sun, 5 Oct 2014 08:20:07 +0000 (+0200) Subject: Remove the obsolete bug helper X-Git-Tag: debian/6.5+svn4324-1~50 X-Git-Url: https://git.proxmox.com/?p=mirror_smartmontools-debian.git;a=commitdiff_plain;h=a64e02226a4246075cfa5e65d5c1522faf5753a3 Remove the obsolete bug helper CLoses: #757975 --- diff --git a/debian/rules b/debian/rules index 93475a5..1552417 100755 --- a/debian/rules +++ b/debian/rules @@ -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 index 82cc513..0000000 --- a/debian/smartmontools-bug +++ /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