[Reproducible-commits] [dpkg] 42/90: Dpkg::Changelog::Parse: Set a default filename in changelog_parse()
Jérémy Bobbio
lunar at moszumanska.debian.org
Sat Aug 29 18:26:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.
commit 6d6c0d9cb77e57a8e9cf5d09979006980ac53f57
Author: Guillem Jover <guillem at debian.org>
Date: Thu Jul 30 06:37:22 2015 +0200
Dpkg::Changelog::Parse: Set a default filename in changelog_parse()
Regression introduced in commit 43556e0a9f216d59b4bc1a0f4e6e10e9afea3f7d,
during a botched rebase.
---
scripts/Dpkg/Changelog/Parse.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/Dpkg/Changelog/Parse.pm b/scripts/Dpkg/Changelog/Parse.pm
index 443f33a..cc24ac7 100644
--- a/scripts/Dpkg/Changelog/Parse.pm
+++ b/scripts/Dpkg/Changelog/Parse.pm
@@ -256,6 +256,7 @@ sub changelog_parse {
my (%options) = @_;
$options{forceplugin} //= 0;
+ $options{file} //= 'debian/changelog';
$options{changelogformat} //= _changelog_detect_format($options{file});
if (not $options{forceplugin} and
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list