From 3b1eb76983cd67b8645c569baba02746f8e1364b Mon Sep 17 00:00:00 2001 From: Raphael Hertzog Date: Tue, 1 Jan 2008 16:50:49 +0100 Subject: [PATCH] Update list of files to include in the distribution tarball --- ChangeLog | 3 +++ scripts/Makefile.am | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3f923984..bc8d06f3 100644 --- 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 * scripts/Dpkg/ErrorHandling.pm (syntaxerr): New function to diff --git a/scripts/Makefile.am b/scripts/Makefile.am index add2dac9..b2377018 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -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 -- 2.39.5