]> git.donarmstrong.com Git - neurodebian.git/commitdiff
RF: blends-inject -- use Suggests (instead of Ignore) for "source-only" entries
authorYaroslav Halchenko <debian@onerussian.com>
Mon, 22 Nov 2010 20:15:50 +0000 (15:15 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Mon, 22 Nov 2010 20:15:50 +0000 (15:15 -0500)
tools/blends-inject

index cec34f5d5f91f1d5242c5de3d1b0d5fe7c1d2fee..70a561d76685e562033d1b99146f1125132cd71a 100755 (executable)
@@ -19,7 +19,7 @@ Possible TODOs:
 * For every package the same task file might be re-read/written (if
   entry changed/added) from disk.
   That allows to replace easily original entry for 'source' package
-  (listed as Ignore:) with actual first listed binary package.
+  (listed as Suggests:) with actual first listed binary package.
   This should be taken into consideration if current per-package
   handling gets changed
 
@@ -219,8 +219,8 @@ def parse_debian_blends(f='debian/blends'):
                         error("No package or source is known where to add %s" % (k,), 1)
                         # TODO: just deduce source from DebianMaterials
                     pkg = new_pkg(pkg, source, source, tasks)
-                    # Since only source is available, it should be Ignore:-ed
-                    pkg['Ignore'] = source
+                    # Since only source is available, it should be only Suggest:-ed
+                    pkg['Suggests'] = source
                     newtasks = False
                 # Add customization
                 for t in tasks: