Skip to content

Commit 670931f

Browse files
committed
rdoc: sort input filenames in a consistent way (for reproducible).
1 parent 54fb86b commit 670931f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ ruby2.3 (2.3.1-3) UNRELEASED; urgency=medium
22

33
* Replace libruby2.3-dbg with automatic dbgsym packages.
44
* Avoid unreproducible rbconfig.rb (always use bash to build).
5+
* rdoc: sort input filenames in a consistent way (for reproducible).
56

67
-- Christian Hofstaedtler <[email protected]> Mon, 06 Jun 2016 12:39:40 +0000
78

lib/rdoc/rdoc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def normalized_file_list(relative_files, force_doc = false,
321321
end
322322
end
323323

324-
file_list.flatten
324+
file_list.flatten.sort
325325
end
326326

327327
##

0 commit comments

Comments
 (0)