Package: src:rp-pppoe
Version: 3.12-1
Tags: patch
Hi. The rp-pppoe package is not reproducalbe. The issue documented on
<URL:
https://tests.reproducible-builds.org/debian/rb-pkg/testing/amd64/rp-pppoe.html
>
is incorrect directory permission related to the current umask.
I suggest to remove the comment in front of dh_fixperms in debian/rules
to fix it.
--- debian/rules.orig 2016-09-06 12:53:26.656562198 +0000
+++ debian/rules 2016-09-06 12:53:33.764643455 +0000
@@ -54,7 +54,7 @@
dh_link
dh_strip
dh_compress
-# dh_fixperms
+ dh_fixperms
chgrp dip debian/pppoe/usr/sbin/pppoe
chmod u+s debian/pppoe/usr/sbin/pppoe
chmod o-x debian/pppoe/usr/sbin/pppoe
I did a test build with this change, and the package build just fine
with it.
--
Happy hacking
Petter Reinholdtsen