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

Add Dpkg::Vendor to the list of files to distribute

Raphael Hertzog лет назад: 18
Родитель
Сommit
87841b11a6
3 измененных файлов с 8 добавлено и 3 удалено
  1. 3 0
      ChangeLog
  2. 4 3
      scripts/Makefile.am
  3. 1 0
      scripts/po/POTFILES.in

+ 3 - 0
ChangeLog

@@ -10,6 +10,9 @@
 	* scripts/Dpkg/Source/Package/V3/quilt.pm (get_series_file): Use
 	get_current_vendor() to decide the name of the vendor-specific
 	series file that should be used.
+	* scripts/Makefile.am, scripts/po/POTFILES.in: Include the new
+	module in the dist tarball and in the list of files containing
+	translatable strings.
 
 2008-06-19  Guillem Jover  <guillem@debian.org>
 

+ 4 - 3
scripts/Makefile.am

@@ -104,9 +104,6 @@ nobase_dist_perllib_DATA = \
 	Dpkg/Shlibs.pm \
 	Dpkg/Shlibs/Objdump.pm \
 	Dpkg/Shlibs/SymbolFile.pm \
-	Dpkg/Substvars.pm \
-	Dpkg/Vars.pm \
-	Dpkg/Version.pm \
 	Dpkg/Source/Archive.pm \
 	Dpkg/Source/CompressedFile.pm \
 	Dpkg/Source/Compressor.pm \
@@ -120,6 +117,10 @@ nobase_dist_perllib_DATA = \
 	Dpkg/Source/Package/V3/git.pm \
 	Dpkg/Source/Package/V3/quilt.pm \
 	Dpkg/Source/Patch.pm \
+	Dpkg/Substvars.pm \
+	Dpkg/Vars.pm \
+	Dpkg/Vendor.pm \
+	Dpkg/Version.pm \
 	Dpkg.pm
 
 do_perl_subst = sed -e "s:^\#![:space:]*/usr/bin/perl:\#!$(PERL):" \

+ 1 - 0
scripts/po/POTFILES.in

@@ -42,4 +42,5 @@ scripts/Dpkg/Source/Package/V3/git.pm
 scripts/Dpkg/Source/Package/V3/quilt.pm
 scripts/Dpkg/Substvars.pm
 scripts/Dpkg/Vars.pm
+scripts/Dpkg/Vendor.pm
 scripts/Dpkg/Version.pm