Package: deborphan
Version: 1.7.18
Severity: normal
File: /usr/sbin/orphaner
Hi.
I think orphaner should pause after performing each apt-get operation,
in order for the user to read any warning messages. This patch does
just that (and fixes what I consider a linguistic error in the
licensing comments):
--- /usr/sbin/orphaner 2005-10-10 03:42:23.000000000 +0200
+++ orphaner 2006-02-05 10:42:01.968239168 +0100
@@ -15,7 +15,7 @@
# This program is dual licensed either unter the GNU GPL as published
# by the Free Software Foundation; either version 2, or (at your option)
# any later version,
-# _OR_ (at your opinion)
+# _OR_ (at your option)
# the Artistic license (under which deborphan itself is distributed).
#
# The full text of both can be found in /usr/share/common-licenses on
@@ -380,6 +380,7 @@
echo $APT_GET_REMOVED
exit 0;
fi
+ read -s -p 'press enter to continue.' UNUSED_VARIABLE_NAME
break
;;
1) # Cancel-Button
Happy hacking :)
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to
en_GB.ISO-8859-1)
Versions of packages deborphan depends on:
ii bash 3.0-15 The GNU Bourne Again SHell
ii dialog 1.0-20060101-1 Displays user-friendly dialog boxe
ii gettext-base 0.14.5-2 GNU Internationalization utilities
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
Versions of packages deborphan recommends:
ii apt 0.6.43.2 Advanced front-end for dpkg
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]