[Reproducible-commits] [debhelper] 02/10: dh_fixmtimes: introduce new helper to fix mtimes for reproducibility

Peter Pentchev roam at ringlet.net
Tue Nov 11 15:49:13 UTC 2014


On Sun, Nov 09, 2014 at 04:27:56PM +0000, Holger Levsen wrote:
> This is an automated email from the git hooks/post-receive script.
> 
> holger pushed a commit to branch pu/reproducible_builds
> in repository debhelper.
> 
> commit ae215f79d2e46d810e810f4e3dcff8943b49c3ef
> Author: Jérémy Bobbio <lunar at debian.org>
> Date:   Fri Aug 29 03:46:09 2014 +0000
> 
>     dh_fixmtimes: introduce new helper to fix mtimes for reproducibility

Hi,

Thanks for your work on reproducible builds!

Attached is a trivial patch to update the remaining two documentation
references to dh_fixperms, replacing them with dh_fixmtimes instead :)

G'luck,
Peter

-- 
Peter Pentchev  roam at ringlet.net roam at FreeBSD.org p.penchev at storpool.com
PGP key:        http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13
-------------- next part --------------
From c34cf9a23476ea659b757433b6301d76bb1eb1ae Mon Sep 17 00:00:00 2001
From: Peter Pentchev <openstack-dev at storpool.com>
Date: Tue, 11 Nov 2014 17:45:29 +0200
Subject: [PATCH] Update references to dh_fixperms in dh_fixmtimes.

---
 dh_fixmtimes | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dh_fixmtimes b/dh_fixmtimes
index 8834d9c..88009a0 100755
--- a/dh_fixmtimes
+++ b/dh_fixmtimes
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-dh_fixperms - fix mtimes of files in package build directories
+dh_fixmtimes - fix mtimes of files in package build directories
 
 =cut
 
@@ -20,7 +20,7 @@ B<dh_fixmtimes> is a debhelper program that is responsible for setting the
 modification times of files and directories in package build directories to
 a state easily reproducible accross multiple builds.
 
-B<dh_fixperms> will examine the modification time of all files in the package
+B<dh_fixmtimes> will examine the modification time of all files in the package
 build directory. If the file is newer than the date of the latest
 debian/changelog entry, we assume the file is a result of a build, and its
 modification time will be set to the date of the latest debian/changelog entry.
-- 
2.1.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/reproducible-commits/attachments/20141111/4eb14a17/attachment.sig>


More information about the Reproducible-commits mailing list