intrigeri has proposed merging lp:~intrigeri/apparmor/reproducible-pdf into 
lp:apparmor.

Requested reviews:
  AppArmor Developers (apparmor-dev)

For more details, see:
https://code.launchpad.net/~intrigeri/apparmor/reproducible-pdf/+merge/258122

Spotted thanks to timezone variations introduced by the Debian reproducible 
build effort.
-- 
Your team AppArmor Developers is requested to review the proposed merge of 
lp:~intrigeri/apparmor/reproducible-pdf into lp:apparmor.
=== modified file 'parser/Makefile'
--- parser/Makefile	2015-03-25 22:09:27 +0000
+++ parser/Makefile	2015-05-03 11:44:18 +0000
@@ -140,7 +140,7 @@
 	$(MAKE) -C po ${NAME}.pot NAME=${NAME} SOURCES="${SRCS} ${HDRS}"
 
 techdoc.pdf: techdoc.tex
-	timestamp=$(shell date "+%Y%m%d%H%M%S+02'00'" -r $< );\
+	timestamp=$(shell date --utc "+%Y%m%d%H%M%S%z" -r $< );\
 	while pdflatex "\def\fixedpdfdate{$$timestamp}\input $<" ${BUILD_OUTPUT} || exit 1 ; \
 		grep -q "Label(s) may have changed" techdoc.log; \
 	do :; done

-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to