diff options
-rw-r--r-- | Debian/Debhelper/Dh_Lib.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 971646f..0519d20 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -844,7 +844,7 @@ sub getpackages { } }; if ($@) { - error("The package $package has a Build-Profiles field. Requires libdpkg-perl >= 1.17.14"); + error("The control file has a Build-Profiles field. Requires libdpkg-perl >= 1.17.14"); } } |