[Reproducible-builds] Bug#834279: phpldapadmin: please make the build reproducible

Chris Lamb lamby at debian.org
Sun Aug 14 01:20:12 UTC 2016


Source: phpldapadmin
Version: 1.2.2-6
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: umask
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], I noticed
that phpldapadmin could not be built reproducibly.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2016-08-14 02:18:46.614591767 +0100
--- b/debian/rules	2016-08-14 02:19:43.771041257 +0100
@@ -57,11 +57,11 @@
 	dh_installdocs
 	dh_install
 	dh_compress
-	dh_fixperms
 	dh_install debian/conf/apache.conf /etc/phpldapadmin/
 	dh_link /etc/phpldapadmin/templates /usr/share/phpldapadmin/templates
 	dh_link /usr/share/doc/phpldapadmin /usr/share/phpldapadmin/doc
 	dh_installdebconf -pphpldapadmin
+	dh_fixperms
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums


More information about the Reproducible-builds mailing list