Source: tdbc
Version: 1.1.0-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that tdbc could not be built reproducibly.
This is because it ships a tdbcConfig.sh configuration script under /
usr/lib that contains the path used to build the package.
Patch attached that simply removes the script; it can't work in the
current state due to the aforementioned paths simply not existing for
end-users.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2019-03-15 10:07:15.567271068 -0400
--- b/debian/rules 2019-03-15 10:10:39.413127346 -0400
@@ -20,6 +20,7 @@
override_dh_auto_install:
dh_auto_install
+ find $(DIR) -name 'tdbcConfig.sh' -delete
# Fix up the manpages.
cd $(DIR)/usr/share/man/mann && \
for f in *.[n] ; do \