Bug#851501: [Pkg-zsh-devel] Bug#851501: zsh: available variable from module not listed in "declare -p" output

2017-01-15 Thread Daniel Shahaf
Iain R. Learmonth wrote on Sun, Jan 15, 2017 at 17:06:09 +: > Working on the zshdb package, the RC bug (FTBFS) #848739 has come up. As part > of the build process, zshdb looks for the funcfiletrace feature by searching > the output of "declare -p". While I haven't done a git bisect, this must h

Bug#851336: python-schema-salad: man page consists of a traceback

2017-01-13 Thread Daniel Shahaf
Package: python-schema-salad Version: 2.2.2017080227-1 Severity: important Dear Maintainer, The man page is broken: [[[ % apt-get download python-schema-salad/sid Get:1 http://mirror.isoc.org.il/pub/debian/ sid/main python-schema-salad all 2.2.2017080227-1 [228 kB] % dpkg-deb --extract

Bug#851225: udd: patches: index by DEP-3 "Forwarded" status

2017-01-12 Thread Daniel Shahaf
Package: qa.debian.org Severity: wishlist Tags: upstream User: reproducible-bui...@lists.alioth.debian.org Usertags: infrastructure Dear Maintainer, Could Debian patches be indexed by their DEP-3 "Forwarded" state. That would be useful for the the reproducible builds project, where we'd like to

Bug#825349: how-can-i-help: also show bugs tagged help

2017-01-03 Thread Daniel Shahaf
Daniel Shahaf wrote on Sat, Dec 03, 2016 at 09:48:35 +: > Paul Wise wrote on Sat, Dec 03, 2016 at 10:02:17 +0800: > > On Fri, 2016-12-02 at 09:04 +0000, Daniel Shahaf wrote: > > > > > I've gone ahead and drafted patches for both hcih and udd.  > > > >

Bug#849288: [Pkg-zsh-devel] Bug#849288: zsh-dev: installing config.h breaks reproducibility (followup to #776964)

2016-12-27 Thread Daniel Shahaf
Axel Beckert wrote on Tue, Dec 27, 2016 at 18:21:43 +0100: > Hi Daniel, > > Daniel Shahaf wrote: > > Axel Beckert wrote on Sun, Dec 25, 2016 at 17:17:36 +0100: > So let me recap: > > * Upstream installs only header files which are marked mod_export. > This doe

Bug#849288: [Pkg-zsh-devel] Bug#849288: Bug#849288: zsh-dev: installing config.h breaks reproducibility (followup to #776964)

2016-12-25 Thread Daniel Shahaf
Control: retitle -1 zsh-dev: installs header files containing declarations of non-"mod_export" functions (followup to #776964) Axel Beckert wrote on Sun, Dec 25, 2016 at 17:17:36 +0100: > Both issues are about zsh-dev not being reproducibly if once /bin/sh > is dash and once bash. > > One issue

Bug#849288: [Pkg-zsh-devel] Bug#849288: Bug#849288: zsh-dev: installing config.h breaks reproducibility (followup to #776964)

2016-12-25 Thread Daniel Shahaf
Control: tag -1 - patch upstream Control: notforwarded -1 Axel Beckert wrote on Sun, Dec 25, 2016 at 15:25:38 +0100: > Daniel Shahaf wrote: > > Package: zsh-dev > > Version: 5.3.1-1 > > Since 5.3.1-1 hasn't been uploaded yet, I assume you meant 5.3-1. Indeed. Thank

Bug#849142: [PATCH] Update dex_expected_diffs and test requirement to ensure test compatibility with enjarify >= 1.0.3. (Closes: #849142)

2016-12-24 Thread Daniel Shahaf
Chris Lamb wrote on Sat, Dec 24, 2016 at 18:57:38 +: > @@ -30,6 +31,17 @@ from test_java import javap_version > +def enjarify_version(): > +# Module enjarify.typeinference appeared in enjarify 1.0.3. We use a > call > +# directly to the python3 binary over importing with this module t

Bug#848049: diffoscope: Add detection of order-only differences in plain text formats

2016-12-24 Thread Daniel Shahaf
Маша Глухова wrote on Sat, Dec 24, 2016 at 18:14:16 +: > +def order_only_difference(unified_diff): > +diff_lines = unified_diff.splitlines() > +added_lines = [line[1:] for line in diff_lines if line.startswith('+')] > +removed_lines = [line[1:] for line in diff_lines if line.startsw

Bug#849288: zsh-dev: installing config.h breaks reproducibility (followup to #776964)

2016-12-24 Thread Daniel Shahaf
Package: zsh-dev Version: 5.3.1-1 Since #776964, the package installs /usr/include/zsh/config.h for plugins' benefit. Since upstream's 'make install' does not install config.h, plugins developed on Debian will fail to compile on other systems. The set of header files installed by the package and

Bug#848686: postfix: package scripts should pass -x to postconf

2016-12-19 Thread Daniel Shahaf
Package: postfix Version: 3.1.3-6 Severity: normal Dear Maintainer, The scripts under debian/ use `postconf -h` to obtain configuration settings. Some (but not all) of those instances should pass -x to postconf(1), in case the administrator used the postconf(5) interpolation feature. The attach

Bug#848297: gst-plugins-bad1.0: docstring collision

2016-12-15 Thread Daniel Shahaf
Package: gst-plugins-bad1.0 Version: 1.10.2-1 Severity: minor Tags: patch upstream User: reproducible-bui...@lists.alioth.debian.org Usertags: randomness Dear Maintainer, The documentation of GstColorEffectsPreset sometimes uses the docstring of GstColorEffectsPreset and sometimes the docstring o

Bug#847768: hoichess: please make the build reproducible

2016-12-11 Thread Daniel Shahaf
e path to the source root + directory differs. +Author: Daniel Shahaf +Bug: https://bugs.debian.org/-1 +Forwarded: no +Last-Update: 2016-12-11 + +--- a/src/build/print_version_str b/src/build/print_version_str +@@ -19,17 +19,7 @@ + + version_str="$branch-$rev (svn)" + else +-

Bug#802561: dep3_headers: Pre-fill 'Last-Update'.

2016-12-11 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Jul 05, 2016 at 04:57:54 +: > Daniel Shahaf wrote on Wed, Oct 21, 2015 at 03:29:24 +: > > -+ Last-Update: > optional> > > ++ Last-Update: $(LC_ALL=C date +%Y-%m-%d) > update of the meta-information, optional> >

Bug#847540: [Pkg-zsh-devel] Bug#847540: Bug#847540: Update for new programming language sections

2016-12-09 Thread Daniel Shahaf
Axel Beckert wrote on Fri, Dec 09, 2016 at 11:13:16 +0100: > Do you think, we should put that patch into 5.3 upstream (which is > planned for this weekend). Or shall we ship that as Debian patch until > 5.4 is out? I suppose there is no hurt in adding it upstream, too; worst case, upstream's compl

Bug#847540: [Pkg-zsh-devel] Bug#847540: Update for new programming language sections

2016-12-09 Thread Daniel Shahaf
Josh Triplett wrote on Thu, Dec 08, 2016 at 23:31:45 -0800: > + ':section:(admin base comm contrib/admin contrib/comm contrib/devel > contrib/doc contrib/games contrib/graphics contrib/interpreters contrib/java > contrib/javascript contrib/kde contrib/libdevel contrib/libs contrib/mail > contri

Bug#847540: [Pkg-zsh-devel] Bug#847540: Update for new programming language sections

2016-12-08 Thread Daniel Shahaf
Josh Triplett wrote on Thu, Dec 08, 2016 at 20:41:36 -0800: > Please consider applying this patch and uploading a version with this patch > included in either December or early January, to allow plenty of time for the > upload to propagate to testing before the freeze in early February. What patch

Bug#846891: integrit: please make the build reproducible (fileordering)

2016-12-04 Thread Daniel Shahaf
Vagrant Cascadian wrote on Sun, Dec 04, 2016 at 06:18:04 +0200: > On 2016-12-04, Valerie R Young wrote: > > --- implicit2016-12-03 17:05:39.0 -0500 > > +++ implicit2016-12-03 17:57:02.682034599 -0500 > > @@ -87,7 +87,7 @@ > > : debian/$*/DEBIAN/md5sums > > @rm -f deb

Bug#479841: [Pkg-zsh-devel] Bug#479841: Inconsistent return code of subshell when immediately assigning local variables

2016-12-03 Thread Daniel Shahaf
Axel Beckert wrote on Sun, Dec 04, 2016 at 04:11:38 +0100: > Daniel Shahaf wrote on 30th of January 2016: > > I asked upstream and the conclusion was, they won't change this > > behaviour. However, the behaviour will be pointed out in the manual in > > 5.3 and newe

Bug#846832: patat: please make the build reproducible (locale)

2016-12-03 Thread Daniel Shahaf
Source: patat Version: 0.4.4.0-1 Severity: wishlist Tags: upstream patch User: reproducible-bui...@lists.alioth.debian.org Usertags: locale Hi! While working on the “reproducible builds” effort [1], we have noticed that patat could not be built reproducibly. While it already uses $SOURCE_DATE_EP

Bug#825349: how-can-i-help: also show bugs tagged help

2016-12-03 Thread Daniel Shahaf
Paul Wise wrote on Sat, Dec 03, 2016 at 10:02:17 +0800: > On Fri, 2016-12-02 at 09:04 +0000, Daniel Shahaf wrote: > > > I've gone ahead and drafted patches for both hcih and udd.  > > You also need a patch that contains the results of regenerating the > manual page f

Bug#846763: pyinfra: non-determinism in doc/pyinfra/html/apidoc/api_ssh.html

2016-12-03 Thread Daniel Shahaf
Daniel Stender wrote on Sat, Dec 03, 2016 at 09:41:14 +0100: > Pyinfra doesn't build reproducibly on some archs (like armhf) [1], there is > some nondeterminism > in the Sphinx docs. I'll get into it. Since it happens on armhf but not on amd64, it's probably caused by something being sensitive to

Bug#846615: devscripts[bts]: please document syntax of 'limit date:...' and 'select bugs:...'

2016-12-02 Thread Daniel Shahaf
Daniel Shahaf wrote on Fri, Dec 02, 2016 at 16:31:06 +: > 2. The documentation of 'bts limit' reads: > >1862 =item B >1863 >1864 Date the bug was submitted. > > Please document the acceptable date formats. (Unix timestamps? ISO > 8601

Bug#846615: devscripts[bts]: please document syntax of 'limit date:...' and 'select bugs:...'

2016-12-02 Thread Daniel Shahaf
Package: devscripts Version: 2.16.10 Severity: minor Tags: upstream Dear Maintainer, 1. The documentation of 'bts select' reads: 1072 =item B 1073 1074 List of bugs to search within. Please document the syntax of the list. (What delimiters are accepted? Commas, whitespace, colons, …?

Bug#825349: how-can-i-help: also show bugs tagged help

2016-12-02 Thread Daniel Shahaf
Control: found -1 14 Control: tags -1 patch Tomasz Nitecki wrote on Sun, Jun 19, 2016 at 19:10:45 +0200: > Apart from a minor code modification, it will also require a minor > change in the hcih script on the UDD side. I'll try to add it, when I'm > done with how-can-i-help update. I've gone ahea

Bug#844710: [Pkg-zsh-devel] Bug#844710: autocorrection suggested rm for typing mr without typing "y"

2016-11-24 Thread Daniel Shahaf
Control: tag -1 fixed-upstream > # Expected results > > 1. Never autocorrect until I say "y"! > Fixed in commit b3a88a53d379 == 39982. > Ideally also: > > 2. Do not autocorrect to dangerous commands. Not done. If further discussion is needed, it can happen on a new bug.. Cheers, Daniel

Bug#845426: munin-c: please make the build reproducible (buildpath)

2016-11-23 Thread Daniel Shahaf
patches/reproducible-build.diff index e69de29..2cb08b9 100644 --- a/debian/patches/reproducible-build.diff +++ b/debian/patches/reproducible-build.diff @@ -0,0 +1,25 @@ +Description: Make the build reproducible + Make the build independent of the value of $(pwd). +Author: Daniel Shahaf +Bug-Debian: htt

Bug#845282: pcsc-tools: please make the build reproducible (buildpath)

2016-11-21 Thread Daniel Shahaf
Source: pcsc-tools Version: 1.4.27-1 Severity: wishlist Tags: upstream patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath Hi! While working on the “reproducible builds” effort [1], we have noticed that pcsc-tools could not be built reproducibly. Specifically, the build p

Bug#845229: libnss-ldap: please make the build reproducible (buildpath)

2016-11-21 Thread Daniel Shahaf
ble builds. Author: Daniel Shahaf Bug-Debian: https://bugs.debian.org/-1 Last-Update: 2016-11-21 --- a/Makefile.am +++ b/Makefile.am @@ -109,5 +109,5 @@ @$(NORMAL_UNINSTALL) vers.c: $(top_srcdir)/CVSVersionInfo.txt - CVSVERSIONDIR=$(top_srcdir) $(top_srcdir)/vers_string -v + CVSVERSIONDIR=$(

Bug#845191: libhtml-parser-perl: please make the build reproducible (buildpath)

2016-11-21 Thread Daniel Shahaf
Source: libhtml-parser-perl Version: 3.72-2 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org Hi! While working on the “reproducible builds” effort [1], we have noticed that libhtml-parser-p

Bug#844710: Fwd: Re: [Pkg-zsh-devel] Bug#844710: autocorrection suggested rm for typing mr without typing "y"

2016-11-19 Thread Daniel Shahaf
Bart Schaefer wrote on Sat, Nov 19, 2016 at 10:00:23 -0800: > On Nov 19, 7:55am, Daniel Shahaf wrote: > } Subject: Re: Bug#844710: Fwd: Re: [Pkg-zsh-devel] Bug#844710: autocorrecti > } > } Martin Steigerwald wrote on Fri, Nov 18, 2016 at 14:15:51 +0100: > } > So two

Bug#844710: Fwd: Re: [Pkg-zsh-devel] Bug#844710: autocorrection suggested rm for typing mr without typing "y"

2016-11-19 Thread Daniel Shahaf
Frank Terbeck wrote on Sat, Nov 19, 2016 at 12:46:42 +0100: > >> On a tangent: what do "nyae" mean? I couldn't find the answer in the > >> manual. > > > (Y)es, (N)o, (A)bort, (E)dit. diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index c7d84b9..0db8a1c 100644 --- a/Doc/Zsh/params.yo +++ b/Doc

Bug#844991: lightdm: does not offer C.UTF-8 locale

2016-11-19 Thread Daniel Shahaf
Package: lightdm Version: 1.18.2-3 Severity: normal Dear Maintainer, tl;dr: The locales menu does not offer the "C" and "C.UTF-8" locales. * What led up to the situation? I have the following locales installed: % locale -a C C.UTF-8 POSIX de_DE.utf8 The system default i

Bug#844710: Fwd: Re: [Pkg-zsh-devel] Bug#844710: autocorrection suggested rm for typing mr without typing "y"

2016-11-19 Thread Daniel Shahaf
Martin Steigerwald wrote on Fri, Nov 18, 2016 at 14:15:51 +0100: > So two fixes to consider: > > 1) Don´t confirm on space, as thats to easy to trigger accidentally. :) The code confirms on both tabs (since commit 7f1ce570) and spaces (since before CVS). Does anyone know a reason for doing this?

Bug#844232: daisy-player: man page title is wrong if build directory isn't named ${package}-${version}

2016-11-15 Thread Daniel Shahaf
Paul Gevers wrote on Tue, Nov 15, 2016 at 20:31:33 +0100: > Hi Daniel, > > On 13-11-16 17:22, Daniel Shahaf wrote: > >Whilst working on the Reproducible Builds effort [0], we noticed > >that daisy-player could not be built reproducibly, due to `txt2man -p` > >parsin

Bug#844236: weblint-perl: man page title is wrong if build directory isn't named ${package}-${version}

2016-11-13 Thread Daniel Shahaf
Source: libhtml-lint-perl Version: 2.22+dfsg-1 Severity: minor Tags: patch upstream User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath Dear Maintainer, Whilst working on the Reproducible Builds effort [0], we noticed that libhtml-lint-perl could not be built reproducibly, due t

Bug#844232: daisy-player: man page title is wrong if build directory isn't named ${package}-${version}

2016-11-13 Thread Daniel Shahaf
Source: daisy-player Version: 10.3-2 Severity: minor Tags: upstream patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath Dear Maintainer, Whilst working on the Reproducible Builds effort [0], we noticed that daisy-player could not be built reproducibly, due to `txt2man -p`

Bug#844228: ebook-speaker: man page title is wrong if build directory isn't named ${package}-${version}

2016-11-13 Thread Daniel Shahaf
Source: ebook-speaker Version: 4.1.0-1 Severity: minor Tags: patch upstream User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath Dear Maintainer, Whilst working on the Reproducible Builds effort [0], we noticed that ebook-speaker could not be built reproducibly, due to `txt2man -

Bug#844062: git: efficient way to obtain log message subject lines for multiple refs

2016-11-11 Thread Daniel Shahaf
Package: git Version: 1:2.10.2-2 Severity: wishlist Tags: upstream Dear Maintainer, * What led up to the situation? The zsh completion for 'git checkout ' has an array of N branch names (without "refs/heads/" prefix) and would like to obtain log message summaries for all of them. Ideally, we

Bug#842994: zsh-syntax-highlighting: aliases from calling scope (.zshrc) are effective

2016-11-11 Thread Daniel Shahaf
Control: forwarded -1 https://github.com/zsh-users/zsh-syntax-highlighting/issues/390 Daniel Shahaf wrote on Thu, Nov 03, 2016 at 13:23:27 +: > Control: forwarded -1 > https://github.com/zsh-users/zsh-syntax-highlighting/issues/252 > > raphael truc wrote on Thu, Nov 03, 2016

Bug#842994: [Pkg-zsh-devel] Bug#842994: Bug#842994: zsh-syntax-highlighting: shell flooded with error messages

2016-11-05 Thread Daniel Shahaf
raphael truc wrote on Sat, Nov 05, 2016 at 13:21:03 +0100: > removing the alias solved the problem > Thanks for helping You're welcome. I'm keeping the bug open (with the new title) since a fix on zsh-syntax-highlighting's end is required as well.

Bug#842994: [Pkg-zsh-devel] Bug#842994: Bug#842994: zsh-syntax-highlighting: shell flooded with error messages

2016-11-03 Thread Daniel Shahaf
Control: severity -1 normal Control: forwarded -1 https://github.com/zsh-users/zsh-syntax-highlighting/issues/252 raphael truc wrote on Thu, Nov 03, 2016 at 10:27:35 +0100: > Indeed, I noticed I had aliased long time ago ! to sudo (which I forgot) This is an artifact of using `source zsh-syntax-

Bug#842994: [Pkg-zsh-devel] Bug#842994: Bug#842994: zsh-syntax-highlighting: shell flooded with error messages

2016-11-02 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Nov 03, 2016 at 01:34:52 +: > raphael wrote on Wed, Nov 02, 2016 at 23:02:43 +0100: > > _zsh_highlight_main__type:35: no matches found: (( 1 )) > > _zsh_highlight_highlighter_main_paint:490: no matches found: (( > > already_added )) >

Bug#842994: [Pkg-zsh-devel] Bug#842994: zsh-syntax-highlighting: shell flooded with error messages

2016-11-02 Thread Daniel Shahaf
raphael wrote on Wed, Nov 02, 2016 at 23:02:43 +0100: > Package: zsh-syntax-highlighting > Version: 0.5.0-1 > Severity: important > > Hi, > > Since last upgrade, after a few commands I get for every commands : > _zsh_highlight_main__type:35: no matches found: (( 1 )) > _zsh_highlight_highlighter_

Bug#839538: diffoscope: json: detect order-only differences

2016-10-26 Thread Daniel Shahaf
Mattia Rizzolo wrote on Sun, Oct 23, 2016 at 23:21:53 +: > Though I'd really prefer to see some tests for this before applying it; Attached. The code change is unchanged from the previous patch. Test test works; I'm not sure whether is idiomatic pytest, though. Cheers Daniel [[[ diff --g

Bug#841907: diffoscope: smarter hex dump differ

2016-10-24 Thread Daniel Shahaf
Package: diffoscope Version: 61 Severity: wishlist X-Debbugs-Cc: 838...@bugs.debian.org Currently, insertion or deletion of a single byte causes the remainder of a hex dump to be shown as "all lines are different", since the stream of byte values is the same but the lines of the hex dump (16 byte

Bug#839538: diffoscope: json: detect order-only differences

2016-10-23 Thread Daniel Shahaf
Mattia Rizzolo wrote on Sun, Oct 23, 2016 at 23:21:53 +: > On Sat, Oct 01, 2016 at 06:06:38PM +0000, Daniel Shahaf wrote: > > It passes the existing test suite, but I haven't yet tried writing > > a unit test for this. > > It looks cool to me. Thanks. > Though

Bug#841254: devscripts[bts]: cache 'bts status' output

2016-10-18 Thread Daniel Shahaf
Package: devscripts Version: 2.16.8 Severity: wishlist Dear Maintainer, I propose to add to bts(1) a --cache-mode that caches 'bts status' output. Use-case: I've taught zsh completion to show the bug subjects alongside the bug numbers¹, but the implementation parses the attribute from the HTML

Bug#514857: zsh -c 'set -e; ! true; echo OK' fails

2016-10-17 Thread Daniel Shahaf
Control: tags -1 -wontfix +fixed-upstream Fixed upstream as of commit ffa6c76253b9833379893e87e8504eb03b4e954e, to be included in 5.3. > On 2009-03-25 16:31:41 +, Peter Stephenson wrote: > > Clint Adams wrote: > > > A trio regarding set -e: > > > > I am not going anywhere near this until the

Bug#840482: [diffoscope] error at startup

2016-10-11 Thread Daniel Shahaf
Mattia Rizzolo wrote on Tue, Oct 11, 2016 at 23:53:07 +: > On Mon, Oct 10, 2016 at 02:34:04PM +0100, Mihai - Catalin Stefan wrote: > > AttributeError: /usr/bin/python3: undefined symbol: archive_errno I get the same on a pristine sid sbuild chroot (slightly outdated) with: # apt-get install -

Bug#839977: apache2: please make the build reproducible (timestamps/timezones)

2016-10-06 Thread Daniel Shahaf
Package: apache2 Version: 2.4.23-5 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps Dear Maintainer, Following up on the following change in 2.4.23-5: * Tweak creation of .tar.gz embedded in preinst to get reproducible build. The build

Bug#839538: diffoscope: json: detect order-only differences

2016-10-02 Thread Daniel Shahaf
HW42 wrote on Sat, Oct 01, 2016 at 17:39:00 +: > Daniel Shahaf: > > It would be better to report "json files are equal up to order of > > elements in an object (= hash, dictionary, associative array)", and to > > print the difference in a more readable way than a

Bug#839538: diffoscope: json: detect order-only differences

2016-10-01 Thread Daniel Shahaf
Control: tags -1 patch Daniel Shahaf wrote on Sat, Oct 01, 2016 at 17:23:42 +: > It would be better to report "json files are equal up to order of > elements in an object (= hash, dictionary, associative array)", and to > print the difference in a more readable way tha

Bug#839538: diffoscope: json: detect order-only differences

2016-10-01 Thread Daniel Shahaf
Source: diffoscope Version: 60 Severity: wishlist Tags: upstream Dear Maintainer, When two json files differ only in order of elements, diffoscope falls back to binary comparison: [[[ % head -999 /tmp/?.json ==> /tmp/1.json <== { "hello": 42, "world": 43 } ==> /tmp/2.json <== { "world": 4

Bug#838643: nm.debian.org: applicants may have multiple addresses

2016-09-24 Thread Daniel Shahaf
Daniel Shahaf wrote on Fri, Sep 23, 2016 at 09:27:53 +: > Sidebar: I didn't expect the "forwarding address" would be made public. > Could that be documented better on the /public/newnm page? (I can't > view it any more.) In a closer look, I now see that there are

Bug#838643: nm.debian.org: applicants may have multiple addresses

2016-09-23 Thread Daniel Shahaf
Package: nm.debian.org Severity: wishlist Dear Maintainer, On /public/newnm, please allow specifying alternate email addresses, and use them, too, when linking to external resources. Background: in the "forwarding address" box, I filled in a deb...@mydomain.tld address, for mail filtering purpos

Bug#829419: please use different from: address for mail claiming to be from user

2016-09-23 Thread Daniel Shahaf
Enrico Zini wrote on Mon, Jul 04, 2016 at 17:18:33 +0200: > On Mon, Jul 04, 2016 at 01:18:14PM +0200, Enrico Zini wrote: > > About points 1 and 2, my goal with using the address in From: is to make > > it so that replies to that mail can reach the advocate. Would it work if > > I used n...@debian.o

Bug#838642: nm.debian.org: Document markup of "Short bio"

2016-09-23 Thread Daniel Shahaf
Package: nm.debian.org Severity: wishlist Dear Maintainer, On /public/newnm, please have the "Short bio" textarea document the fact that it recognises markup, and what markup is recognises. I was bitten by using backticks (``) and expecting them to result in inline fixed-width text ( tags), but

Bug#838260: diffoscope: Reduce noise from offsets deltas in readelf(1) diffs

2016-09-22 Thread Daniel Shahaf
Control: clone -1 -2 Control: retitle -2 diffoscope: readelf(1): Ignore data/instruction addresses that are de facto line numbers Control: retitle -1 diffoscope: readelf(1): Reduce noise from deltas of offsets embedded in instructions Daniel Shahaf wrote on Tue, Sep 20, 2016 at 18:47:31 +

Bug#838260: diffoscope: Reduce noise from offsets deltas in readelf(1) diffs

2016-09-21 Thread Daniel Shahaf
Chris Lamb wrote on Tue, Sep 20, 2016 at 20:58:29 +0100: > Daniel Shahaf wrote: > > > Example output: > > Alas I'm not very learned in ELF, so I will trust the specifics are fine, > but just to check: > I'm not too familiar with ELF either. I know a litt

Bug#838260: diffoscope: Reduce noise from offsets deltas in readelf(1) diffs

2016-09-20 Thread Daniel Shahaf
Jérémy Bobbio wrote on Tue, Sep 20, 2016 at 13:18:49 +: > But why stop with images? In the precise case of the readelf output, > having line-oriented diff means we are carrying around a useless and > confusing information: the line numbers are not helpful in anyway to > locate and undrstand the

Bug#838260: diffoscope: Reduce noise from offsets deltas in readelf(1) diffs

2016-09-20 Thread Daniel Shahaf
Chris Lamb wrote on Tue, Sep 20, 2016 at 10:26:18 +0100: > > > Perhaps there is a perfect solution whereby we would normalise these two > > > offsets to — making it up here! — relative values, but simply need […] > > > > I'm not sure I understand what your idea is. Could you give an example > > of

Bug#838260: diffoscope: Reduce noise from offsets deltas in readelf(1) diffs

2016-09-20 Thread Daniel Shahaf
Chris Lamb wrote on Mon, Sep 19, 2016 at 09:47:10 +0100: > Perhaps there is a perfect solution whereby we would normalise these two > offsets to — making it up here! — relative values, I'm not sure I understand what your idea is. Could you give an example of how the output might look? Do you mea

Bug#838260: diffoscope: Reduce noise from offsets deltas in readelf(1) diffs

2016-09-19 Thread Daniel Shahaf
Package: diffoscope Version: 60 Severity: wishlist Dear Maintainer, A difference in an ELF binary file can cause offsets throughout the file to shift, usually by all of them by the same amount. Typical example: │ │ │ │ │ ./build/../src/nvim/indent_c.c:658 │ │ │ │ │ - 44436:

Bug#837076: svnmailer: [PATCH] pretty-print svn:mergeinfo diffs

2016-09-08 Thread Daniel Shahaf
Package: svnmailer Version: 1.0.9-2 Severity: wishlist Tags: upstream patch Control: forwarded -1 svnmailer-b...@perlig.de Dear Maintainer, Please find attached a patch to pretty-print svn:mergeinfo diffs. The patch changes the way svn:mergeinfo diffs are rendered, replacing the unidiff (which

Bug#671179: git annex copy silently does nothing if no local copy is available

2016-08-20 Thread Daniel Shahaf
Control: found -1 6.20160719-1 Reviving an old thread: Joey Hess wrote on Wed, May 02, 2012 at 12:14:59 -0400: > Enrico Zini wrote: > > first of all, thank you for git-annex. > > > > I have three repositories: > > > > laptop (my laptop) > > archive (the big 2T archive USB disk) > > deskto

Bug#834773: gkrellm: please make the build reproducible

2016-08-18 Thread Daniel Shahaf
Chris Lamb wrote on Thu, Aug 18, 2016 at 23:45:27 +0100: > gkrellm.pc: Makefile > - echo 'prefix=$(INSTALLROOT)\n'\ > + printf 'prefix=$(INSTALLROOT)\n'\ > 'Name: GKrellM\n'\ > 'Description: Extensible GTK system monitoring application\n'\ > 'Version: $(VERSION)\n'\ >

Bug#607615: Patch implementing the realpath() semanatics

2016-08-16 Thread Daniel Shahaf
I just sent upstream a patch implementing realpapth() semantics: Date: Tue, 16 Aug 2016 23:54:38 + From: Daniel Shahaf To: zsh-work...@zsh.org Subject: [PATCH] New :P history modifier. Message-Id: <1471391679-9604-1-git-send-email-danielsh@tarsus.local2> X-Seq: 39046

Bug#834546: nmap: debian patch supresses potential errors

2016-08-16 Thread Daniel Shahaf
Package: nmap Version: 7.12-1 Severity: normal [X-Debbugs-Cc'd to #821913] Dear Maintainer, The debian patch debian/patches/0004-Ignore-errors-when-enumerating-interfaces.patch, added to fix #821913, could mask legitimate failures: whenever _intf_get_noalias() returns -1, whether that is due to

Bug#833370: diffoscope: vim folding for text output

2016-08-16 Thread Daniel Shahaf
Chris Lamb wrote on Mon, Aug 15, 2016 at 11:26:42 +0100: > > better would be to wrap this as a proper ftplugin or plugin, > > if somebody steps up to figure out and write the needed glue code. > > Indeed. Holger suggested on IRC that "the needed glue code" would be integration with vim-addon-mana

Bug#834547: nmap: Vcs-Git is out of date

2016-08-16 Thread Daniel Shahaf
Source: nmap Version: 7.12-1 Severity: minor Dear Maintainer, The nmap package advertises Vcs-Git: git://anonscm.debian.org/users/bengen/nmap.git Vcs-Browser: http://anonscm.debian.org/cgit/users/bengen/nmap.git but the latest versions at that URL are $ git tag -l | fgrep 7. de

Bug#833179: [Pkg-openldap-devel] Bug#833179: openldap: please make the build reproducible (username, hostname, buildpath)

2016-08-10 Thread Daniel Shahaf
Ryan Tandy wrote on Sat, Aug 06, 2016 at 11:03:02 -0700: > Thank you for working on making Debian reproducible, and for submitting this > patch. Unfortunately it doesn't seem to work exactly as intended, probably > because mkversion is not invoked from the root of the build tree. I wonder why my t

Bug#833472: aghermann: please make BUILT_BY reproducible (username, hostname)

2016-08-04 Thread Daniel Shahaf
tches/reproducible.patch @@ -0,0 +1,19 @@ +Description: Make the build reproducible + Eliminate needless, variable information. +Author: Daniel Shahaf +Bug-Debian: https://bugs.debian.org/-1 +Last-Update: 2016-08-04 +Forwarded: not-needed + +--- a/configure.ac b/configure.ac +@@ -190,7 +190,8 @@ + fi +

Bug#833370: diffoscope: vim folding for text output

2016-08-03 Thread Daniel Shahaf
Package: diffoscope Version: 56 Severity: minor Tags: upstream patch Dear Maintainer, The following provides Vim folding for diffoscope text output: [[[ function! Diffoscope_txt_foldexpr(lnum) let offset = stridx(getline(a:lnum), '├── ') if offset >= 0 return '>'

Bug#833179: openldap: please make the build reproducible (username, hostname, buildpath)

2016-08-01 Thread Daniel Shahaf
-maintainer-name new file mode 100644 index 000..641f155 --- /dev/null +++ b/debian/patches/set-maintainer-name @@ -0,0 +1,18 @@ +Description: Point the maintainer name at the package vendor + The buildd local username isn't useful. +Author: Daniel Shahaf +Bug-Debian: https://bugs.debian.o

Bug#833141: apg: please make the build reproducible (umask)

2016-08-01 Thread Daniel Shahaf
Package: src:apg Followup-For: Bug #833141 Daniel Shahaf wrote on Mon, Aug 01, 2016 at 10:56:05 +: > - tar --create --file - --directory $(CURDIR)/php/apgonline/ . | gzip > --no-name > php.tar.gz > + tar --create --file - --directory $(CURDIR)/php/apgonline/ > --m

Bug#833162: qemu-doc: backslashes eaten at build time; please make the build reproducible (shell)

2016-08-01 Thread Daniel Shahaf
bian/patches/fix-undefined-behaviour-of-echo.patch @@ -0,0 +1,80 @@ +Description: Avoid undefined behaviour of echo(1) with backslashes in arguments + The behaviour is implementation-defined, different /bin/sh's behave differently. +Author: Daniel Shahaf +Bug-Debian: https://bugs.debi

Bug#833141: apg: please make the build reproducible (umask)

2016-08-01 Thread Daniel Shahaf
Source: apg Version: 2.2.3.dfsg.1-3 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: umask Dear Maintainer, While working on the “reproducible builds” effort [1], we have noticed that apg could not be built reproducibly. Following up on #778215, please f

Bug#833088: xine-list: non-deterministic output (0xB8), valgrind warning

2016-07-31 Thread Daniel Shahaf
Package: libxine2-bin Version: 1.2.6-1.1+b1 Severity: normal Tags: upstream User: reproducible-bui...@lists.alioth.debian.org Usertags: randomness toolchain Control: affects -1 xine-ui Dear Maintainer, xine-list-1.2 behaves non-deterministically: [[[ # while true; do echo $((++i)):; xine-list-1.

Bug#833006: vim-gtk: ICE default IO error handler doing an exit(), pid = 2766, errno = 2 (ENOENT)

2016-07-30 Thread Daniel Shahaf
Package: vim-gtk Version: 2:7.4.1829-1 Severity: normal Tags: upstream Dear Maintainer, * What led up to the situation? 1. Run «vim.gtk -Nu NONE -g -c 'set mod'». 2. Execute the graphical desktop's 'Logout' command. (For example, run «gnome-session-quit --logout» and press the [Logout] butt

Bug#832274: github-backup: [PATCH] Typo in man page

2016-07-23 Thread Daniel Shahaf
Package: github-backup Version: 1.20160522-1 Severity: minor Tags: upstream patch The man page of github-backup has a typo: [[[ diff --git a/github-backup.1 b/github-backup.1 index 5f0545c..aea5983 100644 --- a/github-backup.1 +++ b/github-backup.1 @@ -25,7 +25,7 @@ does not allow private reposit

Bug#607615: zsh: Behavior of ":A" and ":a" isn't clear and seems wrong

2016-07-21 Thread Daniel Shahaf
Control: tags -1 fixed-upstream Vincent Lefevre wrote on Mon, Dec 20, 2010 at 11:17:05 +0100: > How the path is resolved should be clarified, in particular because > one doesn't get the same result as realpath for the first test. The > zshexpn(1) man page currently says: > > a Turn a fi

Bug#831900: [Pkg-zsh-devel] Bug#831900: zsh-common: schroot completion misses -r flag

2016-07-21 Thread Daniel Shahaf
Control: tags -1 fixed-upstream Felipe Sateler wrote on Wed, Jul 20, 2016 at 12:49:56 -0400: > The schroot completion is missing the -r --run-session flag. The > following diff adds this: Thanks, applied upstream in workers/38901 (02f03a6aed73).

Bug#802561: dep3_headers: Pre-fill 'Last-Update'.

2016-07-04 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Oct 21, 2015 at 03:29:24 +: > -+Last-Update: optional> > ++Last-Update: $(LC_ALL=C date +%Y-%m-%d) update of the meta-information, optional> An analogous change was just made to 'dpkg-source --commit' (in #828146).

Bug#828171: [Reportbug-maint] Bug#828171: /usr/bin/querybts: IndexError race condition soon after filing a (first) bug against a package

2016-06-26 Thread Daniel Shahaf
Sandro Tosi wrote on Sat, Jun 25, 2016 at 18:50:44 +0100: > > Version: 6.6.3 > > please try to replicate it with 6.6.6, available in testing/unstable > as well as jessie-backports How would I do that? I cannot replicate the entire "package P has no bugs, submit a bug against P, run 'querybts -s

Bug#828171: /usr/bin/querybts: IndexError race condition soon after filing a (first) bug against a package

2016-06-25 Thread Daniel Shahaf
mby@ and joostvb@ asked me to report this as a bug) -- Package-specific info: ** Environment settings: EDITOR="vim" DEBEMAIL="Daniel Shahaf " INTERFACE="text" ** /home/daniel/.reportbugrc: reportbug_version "6.6.3" mode standard ui text realname "Danie

Bug#828168: x42-plugins: midimap.lv2/manifest.ttl uses non-portable shell syntax; please make the build reproducible (shell)

2016-06-25 Thread Daniel Shahaf
d contain literal «\t» sequences; I'm not sure what their effect would be. Cheers, Daniel [1] https://sources.debian.net/src/x42-plugins/20160619-1/midimap.lv2/Makefile/#L84 Description: Avoid non-portable shell syntax Author: Daniel Shahaf Bug-Debian: https://bugs.debian.org/-1 Last-Updat

Bug#823174: ros-pluginlib: debian/rules uses non-portable shell syntax; please make the build reproducible (shell)

2016-06-25 Thread Daniel Shahaf
Daniel Shahaf wrote on Sun, May 01, 2016 at 19:51:37 +: > - echo > 'add_definitions(-DCMAKE_LIBRARY_ARCHITECTURE=\\"$${CMAKE_LIBRARY_ARCHITECTURE}\\")' > >> build/catkin_generated/installspace/pluginlibConfig.cmake > + printf 'add_def

Bug#828146: libdpkg-perl: Pre-fill "Last-Update" header in 'dpkg-source --commit'.

2016-06-25 Thread Daniel Shahaf
Package: libdpkg-perl Version: 1.18.7 Severity: wishlist Tags: patch Dear Maintainer, Please find attached a trivial enhancement to 'dpkg-source --commit' to save maintainers a manual step. Cheers, Daniel (similar to #802561, which is against quilt) diff --git a/scripts/Dpkg/Source/Package/V2.p

Bug#607615: zsh: Behavior of ":A" and ":a" isn't clear and seems wrong

2016-06-10 Thread Daniel Shahaf
Control: found -1 5.2-dev-1-1 I just submitted a patch upstream: From: Daniel Shahaf To: zsh-work...@zsh.org Subject: [PATCH 2/3] Fix the ':A' word modifier on paths with '..' components. Date: Fri, 10 Jun 2016 17:36:23 + Message-Id: <146558018

Bug#826208: util-linux: ionice: clarify documentation of -n,--classdata option

2016-06-03 Thread Daniel Shahaf
Control: forwarded -1 util-li...@vger.kernel.org Daniel Shahaf wrote on Fri, Jun 03, 2016 at 21:04:30 +: > Andreas Henriksson wrote on Fri, Jun 03, 2016 at 14:30:06 +0200: > > Could you please submit this patch upstream (either as a github > > pull request or via vger.kernel.o

Bug#826208: util-linux: ionice: clarify documentation of -n,--classdata option

2016-06-03 Thread Daniel Shahaf
Andreas Henriksson wrote on Fri, Jun 03, 2016 at 14:30:06 +0200: > Could you please submit this patch upstream (either as a github > pull request or via vger.kernel.org mailing list) please? > Sure. I guess I'll send a patch to the list, since howto-pull-request.txt line 131 et seq says pull req

Bug#826208: util-linux: ionice: clarify documentation of -n,--classdata option

2016-06-03 Thread Daniel Shahaf
Package: util-linux Version: 2.28-5 Severity: normal Tags: patch upstream Dear Maintainer, The ionice(1) man page currently contains: -n, --classdata level Specify the scheduling class data. This only has an effect if the class accepts an argument. For realti

Bug#823879: allegro4.4: please make the build reproducible (locale)

2016-05-09 Thread Daniel Shahaf
Source: allegro4.4 Version: 2:4.4.2-5 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: locale Hi! While working on the “reproducible builds” effort [1], we have noticed that allegro4.4 could not be built reproducibly [2]: the members of examples/source.ta

Bug#823764: sen: please make the build reproducible (timestamps)

2016-05-08 Thread Daniel Shahaf
Source: sen Version: 0.3.0-1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps fileordering Hi! While working on the “reproducible builds” effort [1], we have noticed that sen could not be built reproducibly [2]. The attached patch renders the

Bug#823616: fpga-icestorm-chipdb: please make the build reproducible (randomness)

2016-05-06 Thread Daniel Shahaf
escription: make the build reproducible +Author: Daniel Shahaf +Bug-Debian: https://bugs.debian.org/-1 +Last-Update: 2016-05-06 + +--- fpga-icestorm-0~20160218gitf2b2549.orig/icebox/icebox_chipdb.py fpga-icestorm-0~20160218gitf2b2549/icebox/icebox_chipdb.py +@@ -172,7 +172,7 @@ all_grou

Bug#823453: khronos-opengl-man4: get-orig-source should use a peg revision

2016-05-04 Thread Daniel Shahaf
Source: khronos-opengl-man4 Version: 1.0~svn31251-1 Severity: minor Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps Dear Maintainer, I've noticed that the get-orig-source target is implemented in a way that's susceptible to bitrot: the 'svn export' command it us

Bug#823452: opengl-4-html-doc: please make the build reproducible (randomness)

2016-05-04 Thread Daniel Shahaf
/reproducible.patch new file mode 100644 index 000..0ab9dcf --- /dev/null +++ b/debian/patches/reproducible.patch @@ -0,0 +1,20 @@ +Description: Make the build reproducible: make index order independent of dict keys iteration order +Author: Daniel Shahaf +Forwarded: no +Last-Update: 2016-05-03 +Bug

Bug#823174: ros-pluginlib: debian/rules uses non-portable shell syntax; please make the build reproducible (shell)

2016-05-01 Thread Daniel Shahaf
Source: ros-pluginlib Version: 1.10.1-3 Severity: minor Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: environment Dear Maintainer, While working on the “reproducible builds” effort, we have noticed that ros-pluginlib could not be built reproducibly; the diff between two

Bug#823123: libusb: debian/rules uses unportable shell constructs; please make the build reproducible (shell)

2016-04-30 Thread Daniel Shahaf
Package: libusb Version: 0.1.12 Severity: minor User: reproducible-bui...@lists.alioth.debian.org Usertags: environment Dear Maintainer, While working on the “reproducible builds” effort [1], we have noticed that libusb could not be built reproducibly; the diff between two builds is: # https

<    1   2   3   4   >