On 29/11/17 20:37, Chris Lamb wrote:
> Hi jathan,
> 
> I am really happy to see you investigating this — thank you :)
> 
>> #!/usr/bin/make -f
>>
>> # Uncomment this to turn on verbose mode.
>> #export DH_VERBOSE=1
> […]
> 
> So it's unclear what you are changing in this file - perhaps could
> you provide diff(1) output between the versions?
> 
>> Am I right? Thanks and regards.
> 
> Well, why not try it and see? :)
> 
> 
> Best wishes,
> 
Hi Lamby! Thank you very much. I am very happy also of participating and
enjoying Reproducible Builds Team and its activity :) I send you
attached the differences about the cdebootstrap debian/rules original
file and the one I have modified. Also when I am trying to execute
debuild -S I obtain the next output:

$ debuild -S
 dpkg-buildpackage -rfakeroot -us -uc -S
dpkg-buildpackage: info: source package cdebootstrap
dpkg-buildpackage: info: source version 0.7.7+nmu1
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Jonathan Bustillos
<jathanblack...@openmailbox.org>
 dpkg-source --before-build cdebootstrap-0.7.7+nmu1
 fakeroot debian/rules clean
dh_fixperms clean --parallel --with autoreconf
Unknown option: parallel
Unknown option: with
dh_fixperms: unknown option; aborting
debian/rules:10: recipe for target 'clean' failed
make: *** [clean] Error 25
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit
status 2
debuild: fatal error at line 1116:
dpkg-buildpackage -rfakeroot -us -uc -S failed
jathan@debian:~/cdebootstrap-0.7.7+nmu1$

Can you help me please?

-- 
Por favor evita enviarme adjuntos en formato de word o powerpoint, si
quieres saber porque lee esto:
http://www.gnu.org/philosophy/no-word-attachments.es.html
¡Cámbiate a GNU/Linux! http://getgnulinux.org/es
10c10
<       dh_fixperms $@ --parallel --with autoreconf
---
>       dh $@ --parallel --with autoreconf
41c41
<       tar -C debian/tmp/usr/bin --mode=go=rX,u+rw,a-s 
--mtime=@$(SOURCE_DATE_EPOCH) -cf 
debian/tmp/cdebootstrap_$(DEB_VERSION)_$(DEB_HOST_ARCH).tar .
---
>       tar -C debian/tmp/usr/bin --mtime=@$(SOURCE_DATE_EPOCH) -cf 
> debian/tmp/cdebootstrap_$(DEB_VERSION)_$(DEB_HOST_ARCH).tar .

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to