Commit 0fcf2d5c authored by Dominique Dumont's avatar Dominique Dumont
Browse files

allow X*-Ruby-Version with ruby packages

Closes: 903905
Thanks: Andreas Tille for the idea

X*-Ruby-Version is accepted if Maintainer is Debian ruby team or if
the source package begins with ruby.
parent 62aeac90
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -328,10 +328,11 @@ supported by the library',
        'value_type' => 'uniline',
        'warp' => {
          'follow' => {
            'maintainer' => '- - source Maintainer'
            'maintainer' => '- - source Maintainer',
            'source' => '- - source Source'
          },
          'rules' => [
            '$maintainer =~ m!Debian Ruby!i',
            '$maintainer =~ m!Debian Ruby!i or $source =~ /^ruby/',
            {
              'level' => 'normal'
            }
+3 −2
Original line number Diff line number Diff line
@@ -642,10 +642,11 @@ supported by the library',
        'value_type' => 'uniline',
        'warp' => {
          'follow' => {
            'maintainer' => '- Maintainer'
            'maintainer' => '- Maintainer',
            'source' => '- Source'
          },
          'rules' => [
            '$maintainer =~ m!Debian Ruby!i',
            '$maintainer =~ m!Debian Ruby!i or $source =~ /^ruby/',
            {
              'level' => 'normal'
            }