[notes] 01/01: packages += ntopng, tj3

Daniel Shahaf danielsh at apache.org
Sun Feb 5 07:24:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

danielsh-guest pushed a commit to branch master
in repository notes.

commit a4834894e7d90c46f70977f9ef8f03141b23a778
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Sun Feb 5 07:20:55 2017 +0000

    packages += ntopng, tj3
---
 packages.yml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/packages.yml b/packages.yml
index c7c574f..858182c 100644
--- a/packages.yml
+++ b/packages.yml
@@ -18661,6 +18661,10 @@ ntl:
   version: 9.9.1-3
   issues:
     - records_build_flags
+ntopng:
+  version: 2.4+dfsg1-3
+  issues:
+    - captures_build_path_via_assert
 ntp:
   version: 1:4.2.8p8+dfsg-1
   bugs:
@@ -29958,6 +29962,27 @@ tircd:
     - different_due_to_umask
   bugs:
     - 847008
+tj3:
+  version: 3.6.0-4
+  comments: |
+    1) --enddate variance in man page down to lib/taskjuggler/Tj3SheetAppBase.rb.
+    Haven't been able to trace where @date is set (it appears to be used in the
+    help string before the block is executed, which suggests it's expected to
+    be set by a caller...?)
+    .
+    2) [non deterministic] Ordering differences in tjp.vim
+    Both the 'hi def link .* contained' and the 'syn region tlpblk_.*' have the same cause:
+    [[[
+    --- a/lib/taskjuggler/VimSyntax.rb
+    +++ b/lib/taskjuggler/VimSyntax.rb
+    @@ -31 +31 @@ class TaskJuggler
+    -      @reference.keywords.each_value do |kw|
+    +      @reference.keywords.values.sort.each do |kw|
+    ]]]
+    .
+    3) [tangential / doesn't affect reproducibility] tjp.vim is packaged twice, both in tj3:usr/share/taskjuggler/data/tjp.vim and in vim-tjp:usr/share/vim/addons/syntax/tjp.vim
+    .
+    4) Non-deterministic ordering difference in account.html
 tk-brief:
   version: 5.9-1.1
   bugs:

-- 
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