[Reproducible-commits] [notes] 01/01: Patch submitted for python3.5
Jérémy Bobbio
lunar at moszumanska.debian.org
Wed May 27 08:14:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository notes.
commit f702bcfbffa97240678dd40ce629d0dfc41b2293
Author: Jérémy Bobbio <lunar at debian.org>
Date: Wed May 27 10:14:02 2015 +0200
Patch submitted for python3.5
---
issues.yml | 6 ++++++
packages.yml | 9 +++++++++
2 files changed, 15 insertions(+)
diff --git a/issues.yml b/issues.yml
index 0e1c19e..372710f 100644
--- a/issues.yml
+++ b/issues.yml
@@ -577,3 +577,9 @@ timestamps_in_allegro_dat_files:
description: |
`.dat` files from the Allegro framework are basically archives. The `dat`
command line tool will add a DATE property with the file modification time.
+randomness_in_fat_lto_objects:
+ description: |
+ Objects built with `gcc -flto -ffat-lto-objects` will contain random strings
+ in the form of `.gnu.lto_.inline.24c30dabb443e726`. They will change at
+ each build.
+ deterministic: True
diff --git a/packages.yml b/packages.yml
index 235ac45..8355285 100644
--- a/packages.yml
+++ b/packages.yml
@@ -11658,6 +11658,15 @@ python3.4:
issues:
- timestamps_from_cpp_macros
- different_due_to_umask
+python3.5:
+ version: 3.5.0~b1-1
+ issues:
+ - randomness_in_fat_lto_objects
+ - timestamps_from_cpp_macros
+ - timestamps_in_documentation_generated_by_sphinx
+ - timestamps_in_gzip_headers
+ bugs:
+ - 786959
pythondialog:
version: 3.2.0-2
issues:
--
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