[notes] 01/01: packages += libgdchart-gd2, spell

Daniel Shahaf danielsh at apache.org
Fri Dec 2 18:51:57 UTC 2016


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

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

commit f3ce7d25792bbe05a728c0b0df21ac9888eca165
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Fri Dec 2 18:49:11 2016 +0000

    packages += libgdchart-gd2, spell
---
 packages.yml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/packages.yml b/packages.yml
index afed4df..d095b27 100644
--- a/packages.yml
+++ b/packages.yml
@@ -14185,6 +14185,25 @@ libgda5:
     https://sources.debian.net/src/libgda5/5.2.2-2/configure.ac/#L74-L75
   bugs:
     - 811068
+libgdchart-gd2:
+  version: 0.11.5-8
+  comments: |
+    1. Depends on cwd:
+       debian/rules:30:version := $(shell expr `pwd` : '.*-\([0-9.]*\)')
+       debian/rules:31:version_major := $(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*')
+    .
+    2. Shell glob expanded in locale-sensitive sorted order:
+       debian/rules:52:		gcc -shared -D_REENTRANT \
+       debian/rules:55:		`echo *.o` \
+       debian/rules:68:		gcc -shared -D_REENTRANT \
+       debian/rules:71:		`echo *.o` \
+    .
+    Possibly more issues once these two are fixed.
+    .
+    Also: debian/rules has a copyright notice but no license notice (and not covered by debian/copyright either).
+  issues:
+    - captures_build_path
+    - max_output_size_reached
 libgdf:
   version: 0.1.2-2
   issues:
@@ -29913,6 +29932,20 @@ speex:
   version: 1.2~rc1.2-1
   issues:
     - captures_build_path
+spell:
+  version: 1.0-24
+  comments: |
+    In .rodata, right build has "version 1.0/2nd" where left build has "version 1.0".
+    .
+    The rest is almost certainly fallout since
+    (a) the package is reproducible in testing [where build-path variation is disabled],
+    (b) all other changes can appear to be padding NULs and fallout offset changes.
+    .
+    Due to VERSION=`pwd | …` assignment in configure.in.
+    .
+    Instead, upstream should parse up the version from version.texi (one-line file) and debian from dpkg-parsechangelog (to get the debian revision).
+  issues:
+    - captures_build_path
 spew:
   version: 1.0.8-1
   issues:

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