]> err.no Git - dpkg/commitdiff
Update list of files to include in the distribution tarball
authorRaphael Hertzog <hertzog@debian.org>
Tue, 1 Jan 2008 15:50:49 +0000 (16:50 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Tue, 1 Jan 2008 19:27:12 +0000 (20:27 +0100)
ChangeLog
scripts/Makefile.am

index 3f92398476d486463a91fe3ceb5a9334e52d7e11..bc8d06f3259c6f06079a43579127bfbcae0573a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,6 +59,9 @@
        parsechangelog and its dependencies (parsecdata, syntax) that are
        still needed.
 
+       * scripts/Makefile.am: Include all the new files in the
+       distributed tarball.
+
 2007-12-28  Raphael Hertzog  <hertzog@debian.org>
 
        * scripts/Dpkg/ErrorHandling.pm (syntaxerr): New function to
index add2dac9970d4abd989c17d6061c068caa580d3c..b23770181faa1836d17a225ae06a7b8d874e678b 100644 (file)
@@ -69,7 +69,9 @@ EXTRA_DIST = \
        t/200_Dpkg_Shlibs/objdump.ls \
        t/300_Dpkg_BuildOptions.t \
        t/400_Dpkg_Deps.t \
-       t/500_Dpkg_Path.t
+       t/500_Dpkg_Path.t \
+       t/700_Dpkg_Control.t \
+       t/700_Dpkg_Control/control-1
 
 CLEANFILES = \
        $(bin_SCRIPTS) $(sbin_SCRIPTS) $(changelog_SCRIPTS) \
@@ -80,6 +82,8 @@ nobase_dist_perllib_DATA = \
        Dpkg/Arch.pm \
        Dpkg/BuildOptions.pm \
        Dpkg/Compression.pm \
+       Dpkg/Cdata.pm \
+       Dpkg/Control.pm \
        Dpkg/ErrorHandling.pm \
        Dpkg/Deps.pm \
        Dpkg/Fields.pm \
@@ -88,6 +92,8 @@ 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.pm