diff options
author | Guillem Jover <guillem@debian.org> | 2014-01-28 01:08:01 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2014-04-21 16:29:44 +0200 |
commit | be7da07bbc26cf9b799fa6425b60025ab0e91956 (patch) | |
tree | dab6aef4dcd3b1272e53ce8b53ad4b1fd2963e20 /scripts/Makefile.am | |
parent | 1469ab6fc964ffd7f83e4e842ad4cf89a48328e5 (diff) | |
download | dpkg-be7da07bbc26cf9b799fa6425b60025ab0e91956.tar.gz |
Dpkg::Dist::Files: New perl module
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index d1b93186d..f88eb0081 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -78,6 +78,7 @@ nobase_dist_perllib_DATA = \ Dpkg/Control/Hash.pm \ Dpkg/Control/Types.pm \ Dpkg/Deps.pm \ + Dpkg/Dist/Files.pm \ Dpkg/ErrorHandling.pm \ Dpkg/Exit.pm \ Dpkg/File.pm \ @@ -200,6 +201,7 @@ test_cases = \ t/Dpkg_Substvars.t \ t/Dpkg_IPC.t \ t/Dpkg_Compression.t \ + t/Dpkg_Dist_Files.t \ t/merge_changelogs.t test_data = \ @@ -247,6 +249,7 @@ test_data = \ t/Dpkg_Control/bogus-armor-nested.dsc \ t/Dpkg_Control/bogus-armor-spaces.dsc \ t/Dpkg_Substvars/substvars1 \ + t/Dpkg_Dist_Files/files-byhand \ t/merge_changelogs/ch-old \ t/merge_changelogs/ch-a \ t/merge_changelogs/ch-b \ |