[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

please unblock deborphan 1.7.27



Hi,

please unblock deborphan 1.7.27.  It contains l10n updates and fixes
a bug that (in very rare cases) might cause apt-get $PURGE --assume-yes
remove $RANDOM_PACKAGES to be run. The fix is trivial as it is only
exporting LC_COLLATE=C in orphaner.

Thanks,
Carsten


$ difftar deborphan_1.7.26.tar.gz deborphan_1.7.27.tar.gz | filterdiff -x '*/po/*' -x '*/doc/*' | egrep -v 'diff -Nurp|Binary files'
--- deborphan-1.7.26/configure· 2008-08-15 20:39:44.000000000 +0200
+++ deborphan-1.7.27/configure· 2008-09-29 15:24:59.000000000 +0200
@@ -2112,7 +2112,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=deborphan
- VERSION=1.7.26
+ VERSION=1.7.27
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3390,7 +3390,7 @@ else
 fi
 
 
-ALL_LINGUAS="ca cs da de es eu fr ja nl pl ru pt"
+ALL_LINGUAS="ca cs da de es eu fr ja nl pl ru pt it"
 
 
   { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
--- deborphan-1.7.26/configure.in·      2008-08-04 23:58:08.000000000 +0200
+++ deborphan-1.7.27/configure.in·      2008-09-29 15:21:21.000000000 +0200
@@ -1,11 +1,11 @@
 # Copyright (C) 2000, 2001, 2002, 2003 Cris van Pelt
 # Copyright (C) 2003, 2004, 2005, 2006 Peter Palfrader
 #
-# $Id: configure.in 707 2008-08-04 21:57:58Z carsten-guest $
+# $Id: configure.in 731 2008-09-12 19:50:47Z carsten-guest $
 
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/deborphan.c)
-AM_INIT_AUTOMAKE(deborphan, 1.7.26)
+AM_INIT_AUTOMAKE(deborphan, 1.7.27)
 AM_CONFIG_HEADER(include/config.h)
 
 AM_MAINTAINER_MODE
@@ -14,7 +14,7 @@ AC_DEFINE(STATUS_FILE, "/var/lib/dpkg/st
 AC_DEFINE(REG_FLAGS, REG_ICASE, [Bitwise or'd list of flags for regcomp()])
 
 AC_PROG_CC
-ALL_LINGUAS="ca cs da de es eu fr ja nl pl ru pt"
+ALL_LINGUAS="ca cs da de es eu fr ja nl pl ru pt it"
 
 AM_GNU_GETTEXT
 AM_GNU_GETTEXT_VERSION(0.14.1)
--- deborphan-1.7.26/debian/changelog·  2008-08-15 20:44:17.000000000 +0200
+++ deborphan-1.7.27/debian/changelog·  2008-09-29 15:51:40.000000000 +0200
@@ -1,3 +1,16 @@
+deborphan (1.7.27) unstable; urgency=low
+
+  * Update French man page translation.  Thanks to Jean-Luc Coulon and
+    Christian Perrier.  (Closes: #497517)
+  * Export LC_COLLATE=C in orphaner.  Thanks to Michal Pokrywka for the
+    detailed bug report.  (Closes: #495818)
+  * Add new Italian translation.  Thanks to Alessandro De Zorzi.
+    (Closes: #498064)
+  * Some po files included an UTF-8 header but were ISO or vice versa, thus
+    recode all po files to UTF-8 and include a correct header.
+
+ -- Carsten Hey <c.hey@web.de>  Mon, 29 Sep 2008 14:26:25 +0200
+
 deborphan (1.7.26) unstable; urgency=high
 
   * Urgency set to high as is solves an RC bug.
--- deborphan-1.7.26/include/config.h·  2008-08-15 20:40:29.000000000 +0200
+++ deborphan-1.7.27/include/config.h·  2008-09-29 16:02:44.000000000 +0200
@@ -339,7 +339,7 @@
 #define USE_XALLOC 1
 
 /* Version number of package */
-#define VERSION "1.7.26"
+#define VERSION "1.7.27"
 
 /* Enable GNU extensions on systems that have them.  */
 #ifndef _GNU_SOURCE
--- deborphan-1.7.26/util/orphaner.sh·  2008-07-31 18:29:34.000000000 +0200
+++ deborphan-1.7.27/util/orphaner.sh·  2008-09-29 15:21:20.000000000 +0200
@@ -23,13 +23,13 @@
 # Debian systems. If you have problems obtaining the files please
 # write to the authors.
 #
-# $Id: orphaner.sh 677 2008-05-27 18:38:25Z carsten-guest $
+# $Id: orphaner.sh 730 2008-09-12 19:47:14Z carsten-guest $
 
 set -e
 
 
 
-REVISION='$Rev: 677 $';
+REVISION='$Rev: 730 $';
 VERSION="(r${REVISION#\$Rev: }"
 VERSION="${VERSION% \$})"
 
@@ -37,6 +37,10 @@ OPTIONS=$@
 VALIDOPTIONS='^-([aDHns]|-libdevel|-guess-(.+)|-find-(.+)|-nice-mode|-all-packages|-priority(.+)|p(.+)|-show-section|-force-hold)[[:space:]]$'
 VALIDKEEPOPTIONS='^-([aDHns]|-libdevel|-guess-(.+)|-find-(.+)|-nice-mode|-all-packages|-priority(.+)|p(.+)|-show-section|-force-hold)[[:space:]]$'
 
+# 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


Reply to: