[Mud-builder-commits] r298 - trunk/lib/MUD/Fetch
gcobb at garage.maemo.org
gcobb at garage.maemo.org
Thu Sep 3 16:39:33 EEST 2009
Author: gcobb
Date: 2009-09-03 16:39:32 +0300 (Thu, 03 Sep 2009)
New Revision: 298
Modified:
trunk/lib/MUD/Fetch/Debian.pm
Log:
Bug 4474: do not add Debian binaries to sources list
Modified: trunk/lib/MUD/Fetch/Debian.pm
===================================================================
--- trunk/lib/MUD/Fetch/Debian.pm 2009-09-03 10:29:41 UTC (rev 297)
+++ trunk/lib/MUD/Fetch/Debian.pm 2009-09-03 13:39:32 UTC (rev 298)
@@ -122,7 +122,7 @@
close(IN);
$data .= "\ndeb-src $store\n" unless $foundSrc;
- $data .= "\ndeb $store\n" unless $foundBin;
+ $data .= "\n#deb $store\n" unless $foundBin;
open(OUT, ">$file") or croak("Unable to write sources list [$file]: $!\n");
print OUT $data;
More information about the Mud-builder-commits
mailing list