[Reproducible-commits] [notes] 02/05: Add missing "this"

Chris Lamb chris at chris-lamb.co.uk
Thu Aug 11 16:32:36 UTC 2016


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

lamby pushed a commit to branch master
in repository notes.

commit c33690d092c1eab2f7a64eebdad17a1e7ac49efd
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Aug 11 17:17:22 2016 +0100

    Add missing "this"
---
 packages.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages.yml b/packages.yml
index 8c314b7..9d4e231 100644
--- a/packages.yml
+++ b/packages.yml
@@ -3868,7 +3868,7 @@ fdclone:
         -cc -DLINUX=1 -O -D_FILE_OFFSET_BITS=64  -g -O2 -fdebug-prefix-map=/build/fdclone-3.01b=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-attributes -Wno-empty-body -Wdate-time -D_FORTIFY_SOURCE=2  -DFD=3  -c -o custom.o custom.c
         +cc -DLINUX=1 -O -D_FILE_OFFSET_BITS=64  -g -O2 -fdebug-prefix-map=/build/fdclone-3.01b=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-attributes -Wno-empty-body -Wdate-time -D_FORTIFY_SOURCE=2  -DFD=3 -DPRESETKCODE='"'utf8-iconv'"' -c -o custom.o custom.c
     .
-    The reason for is in mkmfsed.c, which is compiled by Makefile on the build host and generates a sed script that parses Makefile.in to create a final(?) makefile.
+    The reason for this is in mkmfsed.c, which is compiled by Makefile on the build host and generates a sed script that parses Makefile.in to create a final(?) makefile.
     .
     #2. The "Configur" (sic) script depends on the build-time "$LANG".
     .

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



More information about the Reproducible-commits mailing list