Source: bibledit-gtk
Version: 4.9-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: environment
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

While working on the “reproducible builds” effort [1], we have noticed
that 'bibledit-gtk' could not be built reproducibly.

That comes from the inclusion of the Makefile's used for building into
the package. These files seem however not necessary: please consider
removing them from bibledit-gtk-data, for example  with the attached patch.

Regards,
Alexis Bienvenüe.

 [1]: https://wiki.debian.org/ReproducibleBuilds


diff -Nru bibledit-gtk-4.9/debian/rules bibledit-gtk-4.9/debian/rules
--- bibledit-gtk-4.9/debian/rules	2015-09-15 21:29:23.000000000 +0200
+++ bibledit-gtk-4.9/debian/rules	2016-04-04 23:18:27.000000000 +0200
@@ -2,4 +2,6 @@
 %:
 	dh $@ --with autoreconf
 
+override_dh_install:
+	dh_install -XMakefile
 

Reply via email to