Author: pierre
Date: Mon Nov 30 13:29:12 2015
New Revision: 3845

Log:
BLFS tools: fix usage of sudo when cleaning directory before unpacking
Package management: update dpkg version

Modified:
   jhalfs/trunk/BLFS/xsl/scripts.xsl
   jhalfs/trunk/pkgmngt/packageManager.xml.dpkg

Modified: jhalfs/trunk/BLFS/xsl/scripts.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/scripts.xsl   Mon Nov 30 01:09:19 2015        (r3844)
+++ jhalfs/trunk/BLFS/xsl/scripts.xsl   Mon Nov 30 13:29:12 2015        (r3845)
@@ -98,7 +98,11 @@
       </xsl:when>
       <xsl:when test="@role = 'installation'">
         <xsl:text>
-find . -maxdepth 1 -mindepth 1 -type d | xargs sudo rm -rf
+find . -maxdepth 1 -mindepth 1 -type d | xargs </xsl:text>
+        <xsl:if test="$sudo='y'">
+          <xsl:text>sudo </xsl:text>
+        </xsl:if>
+        <xsl:text>rm -rf
 case $PACKAGE in
   *.tar.gz|*.tar.bz2|*.tar.xz|*.tgz)
      tar -xvf $PACKAGE &gt; unpacked

Modified: jhalfs/trunk/pkgmngt/packageManager.xml.dpkg
==============================================================================
--- jhalfs/trunk/pkgmngt/packageManager.xml.dpkg        Mon Nov 30 01:09:19 
2015        (r3844)
+++ jhalfs/trunk/pkgmngt/packageManager.xml.dpkg        Mon Nov 30 13:29:12 
2015        (r3845)
@@ -9,15 +9,15 @@
 <!ENTITY before "Must be installed before">
 <!ENTITY external "Optional dependencies">
 <!ENTITY debian-pool "http://ftp2.fr.debian.org/debian/pool/main/";>
-<!ENTITY dpkg-version "1.17.22">
-<!ENTITY dpkg-size "4,259 KB">
+<!ENTITY dpkg-version "1.18.3">
+<!ENTITY dpkg-size "4,258 KB">
 <!ENTITY dpkg-url "&debian-pool;d/dpkg/dpkg_&dpkg-version;.tar.xz">
-<!ENTITY dpkg-md5 "c9c46c5318c98c9162fbd03d24f2f95b">
+<!ENTITY dpkg-md5 "a5ca138121cc37c8fb0083462a3b4d47">
 <!ENTITY dpkg-home "http://wiki.debian.org/Teams/Dpkg";>
-<!ENTITY dpkg-ch5-du "54 MB">
-<!ENTITY dpkg-ch5-sbu "0.3 SBU">
-<!ENTITY dpkg-ch6-du "63 MB">
-<!ENTITY dpkg-ch6-sbu "0.5 SBU">
+<!ENTITY dpkg-ch5-du "56 MB">
+<!ENTITY dpkg-ch5-sbu "0.2 SBU">
+<!ENTITY dpkg-ch6-du "66 MB">
+<!ENTITY dpkg-ch6-sbu "0.3 SBU">
 ]>
 <article>
 
@@ -103,10 +103,7 @@
     <title>Installation of Dpkg</title>
 
     <para>Since Debian is shipping its own package, all patches have already
-    been applied. Nevertheless there is either a bug or something
-    I do not understand... Apply this:</para>
-
-    <screen><userinput remap="pre">sed -i 
'/compress_filter(s/,/va_start/s/^$/compressor_fixup_params(params);\n/' 
lib/dpkg/compress.c</userinput></screen>
+    been applied.</para>
 
     <para> Configure the package:</para>
 
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to