On 20/12/17 10:08, Chris Lamb wrote: > Hi jathan, > >> --- 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 > > I think you pasted the wrong diff; the original cdebootstrap debian/rules > does not have override_dh_fixperms here. > > > Regards, > An apology for my mistake. This is the correct newest one:
---
Escritorio/timestamps_in_tarball/cdebootstrap-0.7.7+nmu1/debian/rules
2017-12-20 08:56:12.753128763 -0600
+++ Escritorio/timestamps_in_tarball_2/cdebootstrap-0.7.7/debian/rules
2017-02-26 12:45:41.000000000 -0600
@@ -7,7 +7,7 @@
include /usr/share/dpkg/default.mk
%:
- override_dh_fixperms $@ --parallel --with autoreconf
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
dh_auto_configure --builddir build-deb -- \
@@ -38,7 +38,7 @@
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
--
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
