]> err.no Git - dpkg/commitdiff
Add Dpkg::Vendor to the list of files to distribute
authorRaphael Hertzog <hertzog@debian.org>
Sat, 21 Jun 2008 19:11:31 +0000 (21:11 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Sat, 21 Jun 2008 19:11:31 +0000 (21:11 +0200)
ChangeLog
scripts/Makefile.am
scripts/po/POTFILES.in

index c30c4a7bb2282da3b79fd8cd8b61c66348424ec5..c3befd86063951a65e3f08bd667befa3d428cc98 100644 (file)
--- 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  <guillem@debian.org>
 
index a9e149e42c2922479d09ce01c606975ac84d652c..9a202c02cfb2696a88e90b5b805683eb2382d5d5 100644 (file)
@@ -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):" \
index 1c0c66b1837679835e3a833ee2a6f751109a39ea..a23a6c972f6da25f93b0662a70993188e2ff9715 100644 (file)
@@ -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