diff options
Diffstat (limited to 'debian/patches/hddtemp.pl.diff')
-rw-r--r-- | debian/patches/hddtemp.pl.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/hddtemp.pl.diff b/debian/patches/hddtemp.pl.diff new file mode 100644 index 0000000..7de52cf --- /dev/null +++ b/debian/patches/hddtemp.pl.diff @@ -0,0 +1,13 @@ +Description: Add a use Irssi::TextUI to hddtemp.pl, +Forwarded: not-needed +Last-Update: 2010-05-12 +--- a/scripts/hddtemp.pl ++++ b/scripts/hddtemp.pl +@@ -51,6 +51,7 @@ + use Irssi::TextUI; + use IO::Socket::INET; + use POSIX; ++use Irssi::TextUI; + + use vars qw($VERSION %IRSSI); + $VERSION = "0.15"; |