From 87841b11a600bfba0b8bd165988f8e6e983c3249 Mon Sep 17 00:00:00 2001 From: Raphael Hertzog Date: Sat, 21 Jun 2008 21:11:31 +0200 Subject: [PATCH] Add Dpkg::Vendor to the list of files to distribute --- ChangeLog | 3 +++ scripts/Makefile.am | 7 ++++--- scripts/po/POTFILES.in | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c30c4a7b..c3befd86 100644 --- a/ChangeLog +++ b/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 diff --git a/scripts/Makefile.am b/scripts/Makefile.am index a9e149e4..9a202c02 100644 --- a/scripts/Makefile.am +++ b/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):" \ diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in index 1c0c66b1..a23a6c97 100644 --- a/scripts/po/POTFILES.in +++ b/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 -- 2.39.5