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

f-prot-installer needs update in stable



Hi, 

some two month ago I requested permission to update f-prot-installer
in stable. Alas, it has never been uploaded, f-prot-installer has been
dysfunctional for quite some time now. Therefore I'd like to repeat my
request. An inter version diff is attached. The actual fix is a one
liner.

I'm still considering moving this package to volatile.d.n, given that
such breakages are likely to continue. However, I'd first like to get
a last fixed version into stable.

Thanks,

Johannes

-- 
http://www.infoe.de/

diff -uNr f-prot-installer-0.5.14.sarge.1/debian/changelog f-prot-installer-0.5.14.sarge.2/debian/changelog
--- f-prot-installer-0.5.14.sarge.1/debian/changelog	2005-09-10 20:34:24.000000000 +0200
+++ f-prot-installer-0.5.14.sarge.2/debian/changelog	2005-12-31 15:37:56.000000000 +0100
@@ -1,3 +1,12 @@
+f-prot-installer (0.5.14.sarge.2) stable; urgency=low
+
+  * Sigh. Vendor has modified check-updates.pl, making it incompatible
+    with our wonderful update-f-prot script. To solve this, when patching
+    check-updates.pl, we have to delete the line containing the string
+    "Couldn't determine signature file directory". (closes: #335598)
+
+ -- Johannes Rohr <jr.debian@rohr.org>  Sat, 31 Dec 2005 11:19:24 +0100
+
 f-prot-installer (0.5.14.sarge.1) stable; urgency=medium
 
   * Package was rendered unusable by external changes. Fix: Instead of
diff -uNr f-prot-installer-0.5.14.sarge.1/debian/update-f-prot f-prot-installer-0.5.14.sarge.2/debian/update-f-prot
--- f-prot-installer-0.5.14.sarge.1/debian/update-f-prot	2005-09-10 20:44:06.000000000 +0200
+++ f-prot-installer-0.5.14.sarge.2/debian/update-f-prot	2005-12-31 11:17:50.000000000 +0100
@@ -237,6 +237,7 @@
       echo Patching $f ...
 	sed \
 	    -e "s,^my \$signatureDirectory = .*,my \$signatureDirectory = \'/var/lib/f-prot/\';,g" \
+	    -e "/or die.*Couldn.t determine signature file directory.*$/d" \
 	    -e 's,/usr/local/f-prot,/usr/lib/f-prot,g' \
 	    -e 's,check-updates\.pl,check-updates,g' \
 	    $f > $f.new
@@ -315,6 +316,7 @@
 	;;
 	f|+f)
 	    echo Reinstallation forced
+	    DO_INSTALL=true
 	    FORCE_INSTALL=true
 	;;
 	d|+d)

Reply to: