On Wed, Aug 20, 2008 at 06:43:11PM +0200, Michal Pokrywka wrote:
> I've notice very strange behaviour in orphaner.
> Please, reassign bug if it is a dialog problem.
>
> This is situation:
>
> LC_ALL=pl_PL.UTF8
> ...

I just commited the following fix:

===================================================================
--- debian/changelog    (revision 713)
+++ debian/changelog    (working copy)
@@ -4,8 +4,10 @@
     (Closes: #495413)
   * Don't run apt-get in orphaner when the to be used status file was
     explicitly specified.
+  * Export LC_COLLATE=C in orphaner.  Thanks to Michal Pokrywka for the
+    detailed bug report. (Closes: #495818)
 
- -- Carsten Hey <[EMAIL PROTECTED]>  Wed, 20 Aug 2008 16:29:15 +0200
+ -- Carsten Hey <[EMAIL PROTECTED]>  Wed, 20 Aug 2008 21:59:00 +0200
 
 deborphan (1.7.26) unstable; urgency=high
 
Index: util/orphaner.sh
===================================================================
--- util/orphaner.sh    (revision 713)
+++ util/orphaner.sh    (working copy)
@@ -38,6 +38,10 @@
 
VALIDKEEPOPTIONS='^-([aDHns]|-libdevel|-guess-(.+)|-find-(.+)|-nice-mode|-all-packages|-priority(.+)|p(.+)|-show-section|-force-hold)[[:space:]]$'
 SKIPAPT=0
 
+# LC_COLLATE=pl_PL or similar breaks orphaner under some circumstances, see
+# Debian bug #495818
+export LC_COLLATE=C
+
 if which gettext > /dev/null; then
    . gettext.sh
 else


Thanks,
Carsten



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to