Просмотр исходного кода

Update list of files to include in the distribution tarball

Raphael Hertzog лет назад: 18
Родитель
Сommit
3b1eb76983
2 измененных файлов с 10 добавлено и 1 удалено
  1. 3 0
      ChangeLog
  2. 7 1
      scripts/Makefile.am

+ 3 - 0
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

+ 7 - 1
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