tags 894895 + patch
thanks
Patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/lib/Debian/Debhelper/Dh_Lib.pm b/lib/Debian/Debhelper/Dh_Lib.pm
index a12ff7c..11f8d0d 100644
--- a/lib/Debian/Debhelper/Dh_Lib.pm
+++ b/lib/Debian/Debhelper/Dh_Lib.pm
@@ -910,7 +910,7 @@ sub pkgfilename {
# Get the package version.
$dh{VERSION} = $res->{'Version'};
# Did the changelog parse fail?
- if ($dh{VERSION} eq q{}) {
+ unless (ref($dh{VERSION})) {
error("changelog parse failure");
}