diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2009-09-13 15:15:53 +0200 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2009-09-16 08:46:21 +0200 |
commit | b9c82a9db20dc3a9955982b7e5917699d5e52038 (patch) | |
tree | 32a222f424521f09ea5f2391f71d220934abeaba /scripts/dpkg-genchanges.pl | |
parent | ed1828956a24d429a5a488d55e4bf77ef52ede5c (diff) | |
download | dpkg-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-x | scripts/dpkg-genchanges.pl | 2 |
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); |