diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:19:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:19:02 +0000 |
commit | 0e345d89cd71bcdf5be0252ef6cadc6d76dabe3d (patch) | |
tree | 0f5ea7071b241b13bd624d615334876f3aacc37f /debian/patches/hddtemp.pl.diff | |
parent | Adding upstream version 20231031. (diff) | |
download | irssi-scripts-0e345d89cd71bcdf5be0252ef6cadc6d76dabe3d.tar.xz irssi-scripts-0e345d89cd71bcdf5be0252ef6cadc6d76dabe3d.zip |
Adding debian version 20231031.debian/20231031debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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"; |