The following commit has been merged in the master branch:
commit 87841b11a600bfba0b8bd165988f8e6e983c3249
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Sat Jun 21 21:11:31 2008 +0200

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

diff --git a/ChangeLog b/ChangeLog
index c30c4a7..c3befd8 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  <[EMAIL PROTECTED]>
 
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index a9e149e..9a202c0 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 1c0c66b..a23a6c9 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

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to