nbdkit.git
3 years agocc plugin: Filter out -ffile-prefix-map etc. from CFLAGS
Simon McVittie [Mon, 23 Aug 2021 08:40:33 +0000 (09:40 +0100)]
cc plugin: Filter out -ffile-prefix-map etc. from CFLAGS

The default CFLAGS from dpkg-buildflags include this compiler flag to
rewrite nbdkit's own source directory in __FILE__, debug symbols and
similar constructs so that the source directory used by the developer
or the transient source directory used by an autobuilder is not
written into the executable, which would make it non-reproducible
between different build directories. Older versions used
-fdebug-prefix-map for a similar (although more limited) purpose.

However, these particular flags are not useful when compiling a new
plugin at a later time, and because they include the package's source
directory, including them in the binary makes it non-reproducible
between different build directories.

Signed-off-by: Simon McVittie <smcv@debian.org>
Bug-Debian: https://bugs.debian.org/992722

Gbp-Pq: Name 0009-cc-plugin-Filter-out-ffile-prefix-map-etc.-from-CFLA.patch

3 years agoDisable some tests
Hilko Bengen [Sun, 10 Jan 2021 17:21:00 +0000 (18:21 +0100)]
Disable some tests

These have failed on buildds but failures could not be reproduced in
regular schroot/sbuild environments.

Gbp-Pq: Name 0008-Disable-some-tests.patch

3 years agooutput: Replace system() with explicit bash invocation
Hilko Bengen [Sat, 9 Jan 2021 23:24:53 +0000 (00:24 +0100)]
output: Replace system() with explicit bash invocation

Tehre is probably a better way to do this.

Gbp-Pq: Name 0007-output-Replace-system-with-explicit-bash-invocation.patch

3 years agoCheck for mke2fs in sbin dirs, configure path into linuxdisk plugin
Hilko Bengen [Fri, 28 Feb 2020 13:16:06 +0000 (14:16 +0100)]
Check for mke2fs in sbin dirs, configure path into linuxdisk plugin

Gbp-Pq: Name 0004-Check-for-mke2fs-in-sbin-dirs-configure-path-into-li.patch

3 years agoUSe date for pod2man from README mtime
Hilko Bengen [Sun, 27 Jan 2019 04:01:06 +0000 (05:01 +0100)]
USe date for pod2man from README mtime

Gbp-Pq: Name 0003-USe-date-for-pod2man-from-README-mtime.patch

3 years agoRead TCL compiler/linker flags from tclConfig.sh if pkg-config fails
Hilko Bengen [Tue, 4 Sep 2018 14:39:46 +0000 (16:39 +0200)]
Read TCL compiler/linker flags from tclConfig.sh if pkg-config fails

Gbp-Pq: Name 0002-Read-TCL-compiler-linker-flags-from-tclConfig.sh-if-.patch

3 years agoLook for lua 5.3
Hilko Bengen [Mon, 3 Sep 2018 20:48:55 +0000 (22:48 +0200)]
Look for lua 5.3

Gbp-Pq: Name 0001-Look-for-lua-5.3.patch

3 years agonbdkit (1.32.2-2) unstable; urgency=medium
Hilko Bengen [Mon, 29 Aug 2022 07:49:54 +0000 (08:49 +0100)]
nbdkit (1.32.2-2) unstable; urgency=medium

  * debian/docs: Fix README location

[dgit import unpatched nbdkit 1.32.2-2]

3 years agoImport nbdkit_1.32.2-2.debian.tar.xz
Hilko Bengen [Mon, 29 Aug 2022 07:49:54 +0000 (08:49 +0100)]
Import nbdkit_1.32.2-2.debian.tar.xz

[dgit import tarball nbdkit 1.32.2-2 nbdkit_1.32.2-2.debian.tar.xz]

3 years agoImport nbdkit_1.32.2.orig.tar.gz
Hilko Bengen [Sun, 28 Aug 2022 22:23:19 +0000 (23:23 +0100)]
Import nbdkit_1.32.2.orig.tar.gz

[dgit import orig nbdkit_1.32.2.orig.tar.gz]