summaryrefslogtreecommitdiff
path: root/scripts/dpkg-genchanges.pl
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2009-09-13 15:15:53 +0200
committerRaphaël Hertzog <hertzog@debian.org>2009-09-16 08:46:21 +0200
commitb9c82a9db20dc3a9955982b7e5917699d5e52038 (patch)
tree32a222f424521f09ea5f2391f71d220934abeaba /scripts/dpkg-genchanges.pl
parented1828956a24d429a5a488d55e4bf77ef52ede5c (diff)
downloaddpkg-b9c82a9db20dc3a9955982b7e5917699d5e52038.tar.gz
Rename Dpkg::Cdata into Dpkg::Control
Update all scripts and modules to use the new module names.
Diffstat (limited to 'scripts/dpkg-genchanges.pl')
-rwxr-xr-xscripts/dpkg-genchanges.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dpkg-genchanges.pl b/scripts/dpkg-genchanges.pl
index e5f438748..97a66cf01 100755
--- a/scripts/dpkg-genchanges.pl
+++ b/scripts/dpkg-genchanges.pl
@@ -14,7 +14,7 @@ use Dpkg::Arch qw(get_host_arch debarch_eq debarch_is);
use Dpkg::Fields qw(:list capit unknown);
use Dpkg::Compression;
use Dpkg::Control::Info;
-use Dpkg::Cdata;
+use Dpkg::Control;
use Dpkg::Substvars;
use Dpkg::Vars;
use Dpkg::Changelog qw(parse_changelog);