[Reproducible-builds] Bug#828810: fakeroot: [PATCH] Make the build reproducible

2016-06-27 Thread Juan Picca
ible-build --- fakeroot-1.21.orig/debian/patches/fix-shell-in-fakeroot 1969-12-31 21:00:00.0 -0300 +++ fakeroot-1.21/debian/patches/fix-shell-in-fakeroot 2016-06-27 16:51:57.038058143 -0300 @@ -0,0 +1,13 @@ +Description: Fix shell in fakeroot.in + Use /bin/sh instead of @SHELL@ in fakeroot.in +Author:

[Reproducible-builds] Ideas about TimestampsFromCPPMacros issue.

2016-02-11 Thread Juan Picca
Ximin, Dhole: Thanks for correct my misconception about the state of the issue and the discouragement of the patch sent by Dhole. Thanks to Dhole too for update the wiki page of the issue. Greetings, JMPC > On 16-02-11 20:13:25, Ximin Luo wrote: > > Juan Picca: > > > F

[Reproducible-builds] Ideas about TimestampsFromCPPMacros issue.

2016-02-11 Thread Juan Picca
Hi guys, long time no see I want to ask about the status of TimestampsFromCPPMacros issue. >From the issue page (https://wiki.debian.org/ReproducibleBuilds/TimestampsFromCPPMacros) i see that the usage of SOURCE_DATE_EPOCH was discouraged in the gcc-patches mailing list thread. If no advancement

[Reproducible-builds] Bug#792821: pkg-config: [PATCH] please make the build reproducible

2015-07-18 Thread Juan Picca
Package: pkg-config Version: 0.28-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: locale Hi! While working on the "reproducible builds" effort [1], we have noticed that pkg-config could not be built reproducibly. The attached patch set the environment

[Reproducible-builds] Bug#792520: base-passwd: [PATCH] please make build reproducible

2015-07-15 Thread Juan Picca
Package: base-passwd Version: 3.5.37 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: locale Hi! While working on the "reproducible builds" effort [1], we have noticed that base-passwd could not be built reproducibly. The attached patch set LC_ALL to C.U

[Reproducible-builds] Bug#792285: pkgconf: [PATCH] please make the build reproducible

2015-07-13 Thread Juan Picca
Package: pkgconf Version: 0.9.7-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: locale Hi! While working on the "reproducible builds" effort [1], we have noticed that pkgconf could not be built reproducibly. The attached patch removes locale-specific

[Reproducible-builds] Bug#792127: pam: [PATCH] please make the build reproducible

2015-07-11 Thread Juan Picca
ation with different locales. Author: Juan Picca Last-Update: 2015-07-11 --- --- a/configure +++ b/configure @@ -15162,7 +15162,7 @@ fi if test ! -z "$BROWSER"; then - BROWSER="$BROWSER -T text/html -dump" + BROWSER="LC_ALL=C $BROWSER -T text/html -dump" else

[Reproducible-builds] Bug#785624: Timestamps in manpages generated makes builds non-reproducible

2015-06-29 Thread Juan Picca
format. The expected usage in the debian/rules file is the following: LAST_CHANGE = $(shell dpkg-parsechangelog -S Date) DOXYGEN_CURRENTDATETIME = $(shell LC_ALL=C date -uIs -d "$(LAST_CHANGE)") export DOXYGEN_CURRENTDATETIME Comments are welcome. Greetings, Juan Picca Note: the code for

[Reproducible-builds] Bug#790235: basemap: [PATCH] please make the build reproducible

2015-06-27 Thread Juan Picca
tml) # remove hack rm $(CURDIR)/$(LIB)/mpl_toolkits/axes_grid1 Description: Modify doc/make.py to add sphinxopts options. Allow pass the value of sphinxopts command line option to sphinx-build. Author: Juan Picca Last-Update: 2015-06-27 --- --- a/doc/make.py +++ b/doc/make.py @@ -5,13 +5,

[Reproducible-builds] Bug#789997: python-pysqlite2: [PATCH] please make the build reproducible

2015-06-25 Thread Juan Picca
s html && \ Description: Modify DocBuilder command Modify DocBuilder command to use "sphinxopts" command line option for add parameters in the call to sphinx-build. Author: Juan Picca Last-Update: 2015-06-25 --- --- a/setup.py +++ b/setup.py @@ -65,10 +65,10 @@ else: class DocBuild

[Reproducible-builds] Bug#789752: mathjax-docs: [PATCH] please make the build reproducible

2015-06-23 Thread Juan Picca
Package: mathjax-docs Version: 2.5+20150415-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that mathjax-docs could not be built reproducibly. The attached patch rem

[Reproducible-builds] Bug#789751: python-pysaml2: [PATCH] please make the build reproducible

2015-06-23 Thread Juan Picca
Package: python-pysaml2 Version: 2.4.0-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that python-pysaml2 could not be built reproducibly. The attached patch remove

[Reproducible-builds] Bug#789749: tempest: [PATCH] please make the build reproducible

2015-06-23 Thread Juan Picca
Package: tempest Version: 4-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that tempest could not be built reproducibly. The attached patch removes extra timestamps

[Reproducible-builds] Bug#789748: jansson: [PATCH] please make the build reproducible

2015-06-23 Thread Juan Picca
Package: jansson Version: 2.7-3 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that jansson could not be built reproducibly. The attached patch removes extra timestam

[Reproducible-builds] Bug#789747: dipy: [PATCH] please make the build reproducible

2015-06-23 Thread Juan Picca
Package: dipy Version: 0.7.1-2 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that dipy could not be built reproducibly. The attached patch removes extra timestamps f

[Reproducible-builds] Bug#789733: migrate: [PATCH] please make the build reproducible

2015-06-23 Thread Juan Picca
Package: migrate Version: 0.9.6-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that migrate could not be built reproducibly. The attached patch removes extra timest

[Reproducible-builds] Bug#789728: aegisub: [PATCH] please make the build reproducible

2015-06-23 Thread Juan Picca
timestamps from the code. Once applied, aegisub can be built reproducibly. [1]: https://wiki.debian.org/ReproducibleBuilds Description: Only add timestamp when BUILD_CREDIT is defined Author: Juan Picca Last-Update: 2015-06-23 --- --- a/src/version.cpp +++ b/src/version.cpp @@ -58,7 +58,11 @@

[Reproducible-builds] Bug#788599: wtforms: [PATCH] please make the build reproducible

2015-06-12 Thread Juan Picca
Package: wtforms Version: 2.0.1-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that wtforms could not be built reproducibly. The attached patch removes extra timest

[Reproducible-builds] Bug#788598: transmissionrpc: [PATCH] please make the build reproducible

2015-06-12 Thread Juan Picca
Package: transmissionrpc Version: 0.11-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that transmissionrpc could not be built reproducibly. The attached patch remov

[Reproducible-builds] Bug#788596: simplejson: [PATCH] please make the build reproducible

2015-06-12 Thread Juan Picca
Package: simplejson Version: 3.7.3-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that simplejson could not be built reproducibly. The attached patch removes extra

[Reproducible-builds] Bug#788597: waitress: [PATCH] please make the build reproducible

2015-06-12 Thread Juan Picca
Package: waitress Version: 0.8.9-2 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that waitress could not be built reproducibly. The attached patch removes extra time

[Reproducible-builds] Bug#788595: sahara: [PATCH] please make the build reproducible

2015-06-12 Thread Juan Picca
Package: sahara Version: 2015.1.0-4 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that sahara could not be built reproducibly. The attached patch removes extra times

[Reproducible-builds] Bug#788594: pywavelets: [PATCH] please make the build reproducible

2015-06-12 Thread Juan Picca
Package: pywavelets Version: 0.2.2-2 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that pywavelets could not be built reproducibly. The attached patch removes extra

[Reproducible-builds] Bug#788593: python-scrapy: [PATCH] please make the build reproducible

2015-06-12 Thread Juan Picca
Package: python-scrapy Version: 0.24.2-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that python-scrapy could not be built reproducibly. The attached patch removes

[Reproducible-builds] Bug#788592: python-repoze.what: [PATCH] please make the build reproducible

2015-06-12 Thread Juan Picca
Package: python-repoze.what Version: 1.0.9-5 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that python-repoze.what could not be built reproducibly. The attached patc

[Reproducible-builds] Bug#788507: python-repoze.tm2: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: python-repoze.tm2 Version: 2.0-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that python-repoze.tm2 could not be built reproducibly. The attached patch re

[Reproducible-builds] Bug#788505: python-pypump: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: python-pypump Version: 0.6-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that python-pypump could not be built reproducibly. The attached patch removes ex

[Reproducible-builds] Bug#788504: python-psutil: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: python-psutil Version: 2.1.1-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that python-psutil could not be built reproducibly. The attached patch removes

[Reproducible-builds] Bug#788503: python-osprofiler: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: python-osprofiler Version: 0.3.0-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that python-osprofiler could not be built reproducibly. The attached patch

[Reproducible-builds] Bug#788502: python-glance-store: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: python-glance-store Version: 0.4.0-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that python-glance-store could not be built reproducibly. The attached pa

[Reproducible-builds] Bug#788501: python-fudge: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: python-fudge Version: 1.0.3-3 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that python-fudge could not be built reproducibly. The attached patch removes ex

[Reproducible-builds] Bug#788487: python-amqp: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: python-amqp Version: 1.4.6-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that python-amqp could not be built reproducibly. The attached patch removes extr

[Reproducible-builds] Bug#788486: pyopencl: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: pyopencl Version: 2015.1-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that pyopencl could not be built reproducibly. The attached patch removes extra tim

[Reproducible-builds] Bug#788480: oslo.messaging: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: oslo.messaging Version: 1.8.1-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that oslo.messaging could not be built reproducibly. The attached patch remove

[Reproducible-builds] Bug#788479: oslo-config: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: oslo-config Version: 1.9.3-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that oslo-config could not be built reproducibly. The attached patch removes ext

[Reproducible-builds] Bug#788478: ns3: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: ns3 Version: 3.22+dfsg-1 Severity: wishlist Template taken from https://wiki.debian.org/ReproducibleBuilds/Contribute Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that ns3 cou

[Reproducible-builds] Bug#788477: musicbrainzngs: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: musicbrainzngs Version: 0.5-2 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that musicbrainzngs could not be built reproducibly. The attached patch removes

[Reproducible-builds] Bug#788476: mpi4py: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: mpi4py Version: 1.3.1+hg20131106-2 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that mpi4py could not be built reproducibly. The attached patch removes ext

[Reproducible-builds] Bug#788469: glance: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: glance Version: 2015.1.0-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that glance could not be built reproducibly. The attached patch removes extra times

[Reproducible-builds] Bug#788467: astroquery: [PATCH] please make the build reproducible

2015-06-11 Thread Juan Picca
Package: astroquery Version: 0.2.4+dfsg-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that astroquery could not be built reproducibly. The attached patch removes e

[Reproducible-builds] Bug#788406: argvalidate: [PATCH] please make the build reproducible

2015-06-10 Thread Juan Picca
Package: argvalidate Version: 0.9.0-2 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that argvalidate could not be built reproducibly. The attached patch removes extr

[Reproducible-builds] Bug#788403: pyevolve: [PATCH] please make the build reproducible

2015-06-10 Thread Juan Picca
Package: pyevolve Version: 0.6~rc1+svn398+dfsg-6 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that pyevolve could not be built reproducibly. The attached patch remo

[Reproducible-builds] Bug#788402: linop: [PATCH] please make the build reproducible

2015-06-10 Thread Juan Picca
Package: linop Version: 0.8.2-2 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that linop could not be built reproducibly. The attached patch removes extra timestamps

[Reproducible-builds] Bug#788396: murano: [PATCH] please make the build reproducible

2015-06-10 Thread Juan Picca
Package: murano Version: 2015.1.0-2 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that murano could not be built reproducibly. The attached patch removes extra times

[Reproducible-builds] Bug#788394: makehuman: [PATCH] please make the build reproducible

2015-06-10 Thread Juan Picca
Package: makehuman Version: 1.0.2-8 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that makehuman could not be built reproducibly. The attached patch removes extra ti

[Reproducible-builds] Bug#788393: brian: [PATCH] please make the build reproducible

2015-06-10 Thread Juan Picca
Source: brian Version: 1.4.1-2 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that brian could not be built reproducibly. The attached patch removes extra timestamps

[Reproducible-builds] Bug#788308: fiona: [PATCH] please make the build reproducible

2015-06-09 Thread Juan Picca
Package: fiona Version: 1.5.0-2 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that fiona could not be built reproducibly. The attached patch removes extra timestamps

[Reproducible-builds] Bug#788246: pyepr: [PATCH] please make the build reproducible

2015-06-09 Thread Juan Picca
Source: pyepr Version: 0.8.2-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that pyepr could not be built reproducibly. The attached patch removes extra timestamps

[Reproducible-builds] Bug#788247: grapefruit: [PATCH] please make the build reproducible

2015-06-09 Thread Juan Picca
Source: grapefruit Version: 0.1~a3+dfsg-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that grapefruit could not be built reproducibly. The attached patch removes e

[Reproducible-builds] Bug#788249: pastescript: [PATCH] please make the build reproducible

2015-06-09 Thread Juan Picca
Source: pastescript Version: 1.7.5-3 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that pastescript could not be built reproducibly. The attached patch removes extra

[Reproducible-builds] Bug#787891: gem2deb: [PATCH] please make generation of gemspec file from metadata.yml reproducible

2015-06-05 Thread Juan Picca
able to UTC for make the generation of +gemspec file from metadata.yml reproducible. + + -- Juan Picca Fri, 05 Jun 2015 18:22:37 + + gem2deb (0.17) unstable; urgency=medium * dh-make-ruby: ___ Reproducible-builds mailing list Reproducible-builds@list

[Reproducible-builds] Bug#787790: ossim: please make the build reproducible

2015-06-04 Thread Juan Picca
rrent date to set the variable OSSIM_BUILD_DATE check if it was already defined in command line. Author: Juan Picca Last-Update: 2015-06-04 --- --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,7 +148,9 @@ endif ( ZLIB_FOUND ) #--- # Call the OSSIM macros in OssimUtilities.cmake #--- -TODAYS_DA

[Reproducible-builds] Bug#787303: dos2unix: please make the build reproducible

2015-05-31 Thread Juan Picca
Package: dos2unix Version: 6.0.4-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that dos2unix could not be built reproducibly. The attached patch removes extra tim

Re: [Reproducible-builds] Bug#786846: alt-ergo: [PATCH] please make the build reproducible - set build date

2015-05-26 Thread Juan Picca
Please, ignore the previous email. I did not realize that the set of the variable is in debian/rules. On Tue, May 26, 2015 at 7:45 AM, Juan Picca wrote: > Hi Jérémy! > Thanks for your comments, i will change it soon. > Maybe we need change too the wiki pages as > https://wik

Re: [Reproducible-builds] Bug#786846: alt-ergo: [PATCH] please make the build reproducible - set build date

2015-05-26 Thread Juan Picca
Hi Jérémy! Thanks for your comments, i will change it soon. Maybe we need change too the wiki pages as https://wiki.debian.org/ReproducibleBuilds/TimestampsInManpagesGeneratedBySphinx ? Greetings On Tue, May 26, 2015 at 5:29 AM, Jérémy Bobbio wrote: > Juan Picca: >> --- a/Makefile.users

[Reproducible-builds] Bug#786846: alt-ergo: [PATCH] please make the build reproducible - set build date

2015-05-25 Thread Juan Picca
Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Description: Allow set the build date This patch moves the date command used for set the build date to a variable, allowing set the build date externally. Author: Juan Picca Last-Update: 2015-05-25 --- --- a/Makefile.user

[Reproducible-builds] Bug#786508: ttyload: [PATCH] please make the build reproducible

2015-05-22 Thread Juan Picca
Package: ttyload Version: 0.5-8 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that ttyload could not be built reproducibly. The attached patch removes extra timestam

[Reproducible-builds] Bug#785774: afterstep: [PATCH] please make the build reproducible

2015-05-19 Thread Juan Picca
MP w/8 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Description: Add build-date flag Add build-date flag for use the given unix time instead current time in timestamps. Author: Juan Picca Last-Up

[Reproducible-builds] Bug#785617: python-carrot: [PATCH] please make the build reproducible

2015-05-18 Thread Juan Picca
Package: python-carrot Version: 0.10.7-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that python-carrot could not be built reproducibly. The attached patch fixes n

[Reproducible-builds] Bug#785583: s5: [PATCH] please make the build reproducible

2015-05-17 Thread Juan Picca
Package: s5 Version: 1.1.dfsg.2-5 Followup-For: Bug #785583 Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Sorry, i miss the patch. -- System Information: Debian Release: stretch/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 't

[Reproducible-builds] Bug#783475: texi2html: [PATCH] Allow make the build of documentation reproducible adding the use-date flag.

2015-05-17 Thread Juan Picca
US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Description: Add --build-date command line flag. Allow create reproducible documentation passing a unix time in the command line. Author: Juan Picca Last-Update: 2015-05-16 --- a/T2h_i18n.pm +++ b/T

[Reproducible-builds] Bug#784723: alot: [PATCH] Please make the build reproducible

2015-05-07 Thread Juan Picca
Source: alot Version: 0.3.6-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps Hi! While working on the "reproducible builds" effort [1], we have noticed that alot could not be built reproducibly. The attached patch removes extra timestamps fr

Re: [Reproducible-builds] Bug#783574: mopidy: [PATCH] Please make the build reproducible.

2015-04-28 Thread Juan Picca
Thanks for your comments and advice Jérémy! I hope that with your help i can do better! Greetings, JMPC On Tue, Apr 28, 2015 at 9:36 AM, Jérémy Bobbio wrote: > Hi Juan, > > A few comments on your patch submission so you can get better at it. :) > > Juan Picca: >> Source: mop

[Reproducible-builds] Bug#783574: mopidy: [PATCH] Please make the build reproducible.

2015-04-27 Thread Juan Picca
n build reproducible. Use the last changelog date in generated documentation Author: Juan Picca Last-Update: 2015-04-28 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/docs/Makefile +++ b/docs/Makefile @@ -1,8 +1,10 @@ # Makefile for Sphinx documentation # +LAST_CHANGE=

[Reproducible-builds] Bug#783478: texi2html: [PATCH] Please make the build reproducible

2015-04-27 Thread Juan Picca
ng his last modified time avoiding make the build reproducible. Due not usage the file mdate-sh is removed. Author: Juan Picca Last-Update: 2015-04-26 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ dnl --enable-maintai

[Reproducible-builds] Bug#783475: texi2html: [PATCH] Allow make the build of documentation reproducible adding the use-date flag.

2015-04-27 Thread Juan Picca
p=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Description: Add flag use-date Allow make the build of documentation reproducible using the value given in the command line for use instead of date timestamp. Author: Juan Picca Last-Update: 2015-04-26 --- This pa

[Reproducible-builds] Bug#783219: iputils: [PATCH] Please make the build reproducible

2015-04-23 Thread Juan Picca
tamps in generated files This patch allow to use the date from debian/changelog in generated documentation. Author: Juan Picca Last-Update: 2015-04-24 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/doc/Makefile +++ b/doc/Makefile @@ -1,3 +1,4 @@ +BUILD_DATE=$(shell

Re: [Reproducible-builds] [Debian Wiki] Update of "ReproducibleBuilds/TimestampsInDocumentationGeneratedByAsciidoc" by jumapico

2015-04-09 Thread Juan Picca
As Holger and Mattia suggest i update the wiki page to reflect that the "solution" is actually a workarround. I hope in short send a patch to asciidoc for add an --use-utc-time flag that use UTC timezone instead the local timezone. On Thu, Apr 9, 2015 at 8:42 AM, Mattia Rizzolo wrote: > On Thu,