Don't build with source path embedded as this makes unreproducible builds.
This commit is contained in:
3
debian/rules
vendored
3
debian/rules
vendored
@@ -13,7 +13,8 @@ override_dh_auto_configure:
|
|||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
--localedir=\$${prefix}/share/locale \
|
--localedir=\$${prefix}/share/locale \
|
||||||
--docdir=\$${prefix}share/doc \
|
--docdir=\$${prefix}share/doc \
|
||||||
--docsubdir=dvdisaster-doc/html
|
--docsubdir=dvdisaster-doc/html \
|
||||||
|
--with-embedded-src-path=no
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install -- BUILDROOT=$(CURDIR)/debian/tmp
|
dh_auto_install -- BUILDROOT=$(CURDIR)/debian/tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user