Просмотр исходного кода

Correct names for build-depency names according to Bug# 49792

Wichert Akkerman лет назад: 27
Родитель
Сommit
e84a503cf0
3 измененных файлов с 12 добавлено и 2 удалено
  1. 4 0
      ChangeLog
  2. 6 0
      debian/changelog
  3. 2 2
      scripts/dpkg-gencontrol.pl

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Fri Nov 12 01:47:24 CET 1999 Wichert Akkerman <wakkerma@debian.org>
+
+  * Correct names for build-depency names according to Bug# 49792
+
 Mon Nov  8 17:45:50 CET 1999 Wichert Akkerman <wakkerma@debian.org>
 
   * Add support for enhances to dpkg and dselect. dselect doesn't

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+dpkg (1.4.1.20) unstable; urgency=low
+
+  * Fix mixup with Czech and Polish translations, Closes: Bug# 48986
+
+ -- Wichert Akkerman <wakkerma@debian.org>  UNRELEASED
+
 dpkg (1.4.1.19) unstable; urgency=low
 
   * Fix replaces for dpkg-dev

+ 2 - 2
scripts/dpkg-gencontrol.pl

@@ -46,7 +46,7 @@ $i=100;grep($fieldimps{$_}=$i--,
           qw(Package Version Section Priority Architecture Essential
              Pre-Depends Depends Recommends Suggests Enhances Optional 
 	     Conflicts Replaces Provides Installed-Size Maintainer Source
-	     Description Build-Depends Build-DependsIndep  Build-Conflicts
+	     Description Build-Depends Build-Depends-Indep  Build-Conflicts
 	     Build-Conflicts-Indep Source));
 
 while (@ARGV) {
@@ -121,7 +121,7 @@ for $_ (keys %fi) {
         if (m/^Maintainer$/) { $f{$_}=$v; }
         elsif (m/^Source$/) { &setsourcepackage; }
         elsif (s/^X[CS]*B[CS]*-//i) { $f{$_}= $v; }
-	elsif (m/^X[CS]+-|^Standards-Version$|^Build-(Indep-)?(Depends|Conflicts)$/i) { }
+	elsif (m/^X[CS]+-|^Standards-Version$|^Build-(Depends|Conflicts)(-Indep)?$/i) { }
 	elsif (m/^Section$|^Priority$/) { $spdefault{$_}= $v; }
         else { &unknown('general section of control info file'); }
     } elsif (s/^C$myindex //) {