[Fai-commit] r2968 - in people/lazyboy/bugfixes: . 334333/debian
334333/scripts
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Thu Oct 20 19:21:49 UTC 2005
Author: lazyboy-guest
Date: 2005-10-20 19:21:48 +0000 (Thu, 20 Oct 2005)
New Revision: 2968
Added:
people/lazyboy/bugfixes/334333/
Modified:
people/lazyboy/bugfixes/334333/debian/changelog
people/lazyboy/bugfixes/334333/scripts/install_packages
Log:
adding bbugfix branch for bug 33433 - patch from thomas works
Copied: people/lazyboy/bugfixes/334333 (from rev 2950, tags/r-2_8_4)
Modified: people/lazyboy/bugfixes/334333/debian/changelog
===================================================================
--- tags/r-2_8_4/debian/changelog 2005-10-16 20:23:57 UTC (rev 2950)
+++ people/lazyboy/bugfixes/334333/debian/changelog 2005-10-20 19:21:48 UTC (rev 2968)
@@ -1,3 +1,9 @@
+fai (2.8.4.lazyboy.bugfix.33433.01) unstable; urgency=low
+
+ * Testing possible fix for 33433
+
+ -- Henning Sprang <henning at sprang.de> Tue, 18 Oct 2005 20:34:37 +0200
+
fai (2.8.4) unstable; urgency=high
* fix important bug: remove non-US entry (closes: #310392)
Modified: people/lazyboy/bugfixes/334333/scripts/install_packages
===================================================================
--- tags/r-2_8_4/scripts/install_packages 2005-10-16 20:23:57 UTC (rev 2950)
+++ people/lazyboy/bugfixes/334333/scripts/install_packages 2005-10-20 19:21:48 UTC (rev 2968)
@@ -313,6 +313,9 @@
# @unknown contains the unknown packages
# @known contains the known packages
+ # ignore packages ending with - when using -d
+ @complete = grep {!/-$/} @complete if $opt_d;
+
foreach (reverse @complete) {
my $pack;
if ( /^(.*)[_=+-]$/ and $1 and $cache->exists($1)) {
More information about the Fai-commit
mailing list