[Pkg-opt-media-team] [dvdisaster] 26/61: Don't build with source path embedded as this makes unreproducible builds.

Takaki Taniguchi takaki at moszumanska.debian.org
Thu Feb 2 13:48:39 UTC 2017


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

takaki pushed a commit to branch master
in repository dvdisaster.

commit e8f1c10d5cbe87442a17d151a8e1013f54c75d90
Author: Carlos Maddela <e7appew at gmail.com>
Date:   Tue Dec 20 19:24:09 2016 +1100

    Don't build with source path embedded as this makes unreproducible builds.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index df80594..f8137a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,8 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		--localedir=\$${prefix}/share/locale \
 		--docdir=\$${prefix}share/doc \
-		--docsubdir=dvdisaster-doc/html
+		--docsubdir=dvdisaster-doc/html \
+		--with-embedded-src-path=no
 
 override_dh_auto_install:
 	dh_auto_install -- BUILDROOT=$(CURDIR)/debian/tmp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opt-media/dvdisaster.git



More information about the Pkg-opt-media-team mailing list