[Fai-commit] r6121 - branches/experimental/patches

Michael Tautschnig mt at alioth.debian.org
Sun Oct 10 09:01:16 UTC 2010


Author: mt
Date: 2010-10-10 09:01:08 +0000 (Sun, 10 Oct 2010)
New Revision: 6121

Added:
   branches/experimental/patches/install-packages_hold-bugfix
Modified:
   branches/experimental/patches/series
Log:
Added dpkg hold bugfix from michael <mmlogin at gmail.com>


Added: branches/experimental/patches/install-packages_hold-bugfix
===================================================================
--- branches/experimental/patches/install-packages_hold-bugfix	                        (rev 0)
+++ branches/experimental/patches/install-packages_hold-bugfix	2010-10-10 09:01:08 UTC (rev 6121)
@@ -0,0 +1,16 @@
+2010-10-10  Michael Tautschnig  <mt at debian.org>
+
+	* install_packages: Fix dpkg hold output (thanks michael <mmlogin at gmail.com>).
+Index: trunk/bin/install_packages
+===================================================================
+--- trunk.orig/bin/install_packages
++++ trunk/bin/install_packages	
+@@ -184,7 +184,7 @@
+   my $packlist = join(' ',@{$list{$atype}});
+ 
+   if ($atype eq "hold") {
+-    my $hold = join " hold\n", @{$list{hold}}, " hold\n";
++    my $hold = join " hold\n", @{$list{hold}}, "";
+     execute("echo \"$hold\" | $rootcmd $command{hold}");
+     next;
+   }

Modified: branches/experimental/patches/series
===================================================================
--- branches/experimental/patches/series	2010-10-09 19:49:06 UTC (rev 6120)
+++ branches/experimental/patches/series	2010-10-10 09:01:08 UTC (rev 6121)
@@ -20,3 +20,4 @@
 simple-example_squeeze
 improved-doc-of-hooks
 setup-storage_quote-preserved-type
+install-packages_hold-bugfix




More information about the Fai-commit mailing list