[Reproducible-commits] [debhelper] 01/01: Dh_Lib: We only need the latest changelog entry.

Chris Lamb lamby at moszumanska.debian.org
Thu Sep 3 07:55:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch pu/reproducible_builds
in repository debhelper.

commit 061961d9405c922de91e0dc16e3a6ab6b91d817f
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Sep 3 08:55:19 2015 +0100

    Dh_Lib: We only need the latest changelog entry.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 Debian/Debhelper/Dh_Lib.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 83ad659..1cdeebe 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -1165,7 +1165,7 @@ sub get_source_date_epoch {
 		return;
 	}
 
-	my $changelog = Dpkg::Changelog::Debian->new();
+	my $changelog = Dpkg::Changelog::Debian->new(range => {"count" => 1});
 	$changelog->load("debian/changelog");
 
 	my $tt = @{$changelog}[0]->get_timestamp();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git



More information about the Reproducible-commits mailing list