From: Frank Lichtenheld Date: Thu, 6 Dec 2007 01:05:44 +0000 (+0100) Subject: Add Dpkg::Changelog .pm and testcase files to file lists X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e08a921ba067840c9012eeedf74a3bb27f07a02;p=dpkg Add Dpkg::Changelog .pm and testcase files to file lists --- diff --git a/scripts/Makefile.am b/scripts/Makefile.am index c86e70bb..1252c275 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -66,7 +66,11 @@ EXTRA_DIST = \ t/200_Dpkg_Shlibs/objdump.libc6-2.3 \ t/200_Dpkg_Shlibs/objdump.libc6-2.6 \ t/200_Dpkg_Shlibs/objdump.dbd-pg \ - t/200_Dpkg_Shlibs/objdump.ls + t/200_Dpkg_Shlibs/objdump.ls \ + t/600_Dpkg_Changelog.t \ + t/600_Dpkg_Changelog/countme \ + t/600_Dpkg_Changelog/misplaced-tz \ + t/600_Dpkg_Changelog/shadow CLEANFILES = \ $(bin_SCRIPTS) $(sbin_SCRIPTS) $(changelog_SCRIPTS) \ @@ -76,6 +80,8 @@ perllibdir = $(PERL_LIBDIR) nobase_dist_perllib_DATA = \ Dpkg/Arch.pm \ Dpkg/BuildOptions.pm \ + Dpkg/Changelog.pm \ + Dpkg/Changelog/Debian.pm \ Dpkg/ErrorHandling.pm \ Dpkg/Deps.pm \ Dpkg/Fields.pm \