[Bug 329291] Review Request: debootstrap - Bootstrap a basic Debian GNU/Linux system

bugzilla at redhat.com bugzilla at redhat.com
Fri Oct 12 15:55:26 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: debootstrap - Bootstrap a basic Debian GNU/Linux system
Alias: debootstrap-review

https://bugzilla.redhat.com/show_bug.cgi?id=329291





------- Additional Comments From pertusus at free.fr  2007-10-12 11:55 EST -------
In fact, unless I am wrong the device-std.tar.gz is used in
debootstrap, the devices.tar.gz is used for debootstrap-udeb.

see Makefile:
install-allarch: install
        install -m 0644 devices-std.tar.gz \
                $(DSDIR)/devices.tar.gz

install-arch: install
        install -m 0755 pkgdetails $(DSDIR)/
        install -m 0644 devices.tar.gz $(DSDIR)/
        install -m 0644 debootstrap-arch $(DSDIR)/arch

and debian/rules:
        $(MAKE) install-allarch DESTDIR=$(CURDIR)/debian/debootstrap
        $(MAKE) install-arch    DESTDIR=$(CURDIR)/debian/debootstrap-udeb

So for debootstrap you should do 
make install-allarch DESTDIR=$RPM_BUILD_ROOT

It could also be possible to build a debootstrap and a 
debootstrap-udeb package, but in my opinion they should be 
named like in debian.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list