]> git.donarmstrong.com Git - debbugs.git/commitdiff
include non-free-firmware; thanks to Cyril Brulebois for the patch
authorDon Armstrong <don@donarmstrong.com>
Sun, 29 Jan 2023 18:53:20 +0000 (10:53 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 29 Jan 2023 18:53:20 +0000 (10:53 -0800)
examples/debian/versions/build-versions-db

index 6d2269605afc03b799d6c039ed6863e322f29dbc..2441998681f62f718b79d59da3320b0f49f64d8c 100755 (executable)
@@ -189,6 +189,7 @@ for my $suite (@{$suites}) {
     for my $component ('main', 'main/debian-installer',
                       'contrib', 'contrib/debian-installer',
                       'non-free', 'non-free/debian-installer',
+                      'non-free-firmware', 'non-free-firmware/debian-installer',
                      ) {
        my $componentdir = "$suitedir/$component";
        if (not -d $componentdir) {