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

please unblock apt-listchanges 2.72.4 [l10n + minor patch in preinst]



  the preinst patch is just removing the `|| true' part after rm -f that
never fails.  The preinst diff is:

diff -Nru /tmp/gfaY0UiCBa/apt-listchanges-2.72.2/debian/preinst /tmp/wpxfjxUQjF/apt-listchanges-2.72.4/debian/preinst
--- /tmp/gfaY0UiCBa/apt-listchanges-2.72.2/debian/preinst       2007-02-13 10:42:33.000000000 +0100
+++ /tmp/wpxfjxUQjF/apt-listchanges-2.72.4/debian/preinst       2007-02-18 21:17:35.000000000 +0100
@@ -5,10 +5,10 @@
 hook=/etc/apt/apt.conf.d/20listchanges

 if test -d /usr/lib/site-python; then
-    rm -f /usr/lib/site-python/apt_listchanges.pyo     || true
-    rm -f /usr/lib/site-python/apt_listchanges.pyc     || true
-    rm -f /usr/lib/site-python/DebianControlParser.pyo || true
-    rm -f /usr/lib/site-python/DebianControlParser.pyo || true
+    rm -f /usr/lib/site-python/apt_listchanges.pyo
+    rm -f /usr/lib/site-python/apt_listchanges.pyc
+    rm -f /usr/lib/site-python/DebianControlParser.pyo
+    rm -f /usr/lib/site-python/DebianControlParser.pyo
 fi

 if [ -f $hook.disabled ]; then


-- 
·O·  Pierre Habouzit
··O                                                madcoder@debian.org
OOO                                                http://www.madism.org

Attachment: pgpnCA4PJpzMG.pgp
Description: PGP signature


Reply to: