summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2009-11-01 18:47:05 +0100
committerRaphaël Hertzog <hertzog@debian.org>2010-01-22 01:50:03 +0100
commit42a195698c55c7382f9b1e07378ad7c8cc00c7d9 (patch)
tree6e2db3a96dfcde16eb5f6c415873af507150d29c /scripts/Makefile.am
parent49d9121542f8c3dfa5a84f6ddbca5115c13fa7ad (diff)
downloaddpkg-42a195698c55c7382f9b1e07378ad7c8cc00c7d9.tar.gz
Rename Dpkg::Source::Compressor into Dpkg::Compression::Compressor
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 5e18d0fd3..a71f8eba5 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -61,6 +61,7 @@ nobase_dist_perllib_DATA = \
Dpkg/Changelog/Parse.pm \
Dpkg/Checksums.pm \
Dpkg/Compression.pm \
+ Dpkg/Compression/Compressor.pm \
Dpkg/Conf.pm \
Dpkg/Control.pm \
Dpkg/Control/Changelog.pm \
@@ -82,7 +83,6 @@ nobase_dist_perllib_DATA = \
Dpkg/Shlibs/Cppfilt.pm \
Dpkg/Source/Archive.pm \
Dpkg/Source/CompressedFile.pm \
- Dpkg/Source/Compressor.pm \
Dpkg/Source/Functions.pm \
Dpkg/Source/Package.pm \
Dpkg/Source/Package/V1.pm \