Help with cdebootstrap_0.7.7

jathan jathanblackred at openmailbox.org
Tue Dec 5 20:13:44 UTC 2017


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
<jathanblackred at 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 at 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
-------------- next part --------------
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 .
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 878 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20171205/b14599d5/attachment.sig>


More information about the Reproducible-builds mailing list