On 06/12/17 01:45, Chris Lamb wrote: > Hi jathan, > >> I send you attached the differences about the cdebootstrap >> debian/rules original file and the one I have modified. > > Thanks! Just as a two helpful pointers here; first, I think the diff was > so short to not justify an attachment (ie. it could have been copy-pasted > into the mail). Secondly, the default output from the diff command is not > very readable - try using the "unified" setting, eg. diff -U file-a file-b. > >> dh_fixperms clean --parallel --with autoreconf > > Hm, I fear you have some fundamental confusion about how "dh" works here. > > Assuming that dh_fixperms is the route to the solution, were you trying > to call dh_fixperms with particular settings? If so, you probably want > to grep for "overrides" eg. something like adding a override_dh_fixperms > target? > > > Regards, > Hello Lamby!
Thanks a lot for your observations about diff. I have been reading some
stuff about Deb Helper and trying to execute debuild -S, but I still
obtaining the same error and these are the differences between the
orginal file and my modifications:
--- rules_cdemod 2017-12-04 16:14:03.523436000 -0600
+++ rules_cdeorig 2017-02-26 12:45:41.000000000 -0600
@@ -8,5 +8,5 @@
%:
- override_dh_fixperms $@ --parallel --with autoreconf
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
@@ -39,5 +39,5 @@
dh_auto_install --builddir build-tar --destdir debian/tmp
strip --remove-section=.comment --remove-section=.note
debian/tmp/usr/bin/cdebootstrap
- 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 .
mkdir -p debian/cdebootstrap-static/usr/lib/cdebootstrap
cp debian/tmp/cdebootstrap_$(DEB_VERSION)_$(DEB_HOST_ARCH).tar
debian/cdebootstrap-static/usr/lib/cdebootstrap
Regards.
--
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
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Reproducible-builds mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds
