From a64e02226a4246075cfa5e65d5c1522faf5753a3 Mon Sep 17 00:00:00 2001 From: Giuseppe Iuculano Date: Sun, 5 Oct 2014 10:20:07 +0200 Subject: [PATCH] Remove the obsolete bug helper CLoses: #757975 --- debian/rules | 2 -- debian/smartmontools-bug | 13 ------------- 2 files changed, 15 deletions(-) delete mode 100644 debian/smartmontools-bug 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 -- 2.39.2