Explorar o código

dpkg-buildpackage: add back an erroneously removed use statement

“use Dpkg::Version qw(check_version);” should not have been removed
in this file.
Raphael Hertzog %!s(int64=17) %!d(string=hai) anos
pai
achega
22f2ea26d7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      scripts/dpkg-buildpackage.pl

+ 1 - 0
scripts/dpkg-buildpackage.pl

@@ -11,6 +11,7 @@ use Dpkg::Gettext;
 use Dpkg::ErrorHandling qw(:DEFAULT $warnable_error);
 use Dpkg::BuildOptions;
 use Dpkg::Compression;
+use Dpkg::Version qw(check_version);
 use Dpkg::Changelog qw(parse_changelog);
 use Dpkg::Arch qw(get_build_arch debarch_to_gnutriplet);
 use Dpkg::Vendor qw(get_current_vendor);