Bug#817040: dpkg-deb -c: sort list by name

2016-03-08 Thread Osamu Aoki
Hi, On Tue, Mar 08, 2016 at 01:10:49AM +0100, Guillem Jover wrote: > I don't think the attached patch does what you intended though? --sort > only works when packing (i.e. when reading from the filesystem). Very true. Excuse me. Maybe basic command such as dpkg-deb shoudl not filter output

Bug#817040: dpkg-deb -c: sort list by name

2016-03-07 Thread Guillem Jover
Control: retitle 516915 dpkg: dpkg-deb --contents should sort file list Control: tags -1 - patch Control: merge 516915 -1 On Mon, 2016-03-07 at 23:04:57 +0900, Osamu Aoki wrote: > Package: dpkg > Version: 1.18.4 > Severity: wishlist > Tags: patch > Making dpkg-deb to be deterministic by fixing

Bug#817040: dpkg-deb -c: sort list by name

2016-03-07 Thread Osamu Aoki
Package: dpkg Version: 1.18.4 Severity: wishlist Tags: patch Making dpkg-deb to be deterministic by fixing #719845 was good for reproducible build. But "dpkg-deb -c" output is not human friendly. Basically, we want it to be sorted by name instead of internal data order. Please consider adding