* Newer versions of debootstrap have moved the scripts from /usr/lib to

/usr/share. Add a sym-link to cope - let's keep compatible with etch
    as much as possible. Also, log what debootstrap told us (in
    debootstrap-list) rather than just including the results directly in
    rawlist.
This commit is contained in:
Steve McIntyre 2007-11-19 23:44:35 +00:00
parent 4a636647f1
commit 7957f3b3ef
2 changed files with 15 additions and 3 deletions

View File

@ -139,6 +139,10 @@ $(BDIR)/DATE:
$(DB_DIR): $(LATEST_DB)
@rm -rf $(DB_DIR)
@dpkg -x $(LATEST_DB) $(DB_DIR)
if [ ! -e $(DEBOOTSTRAP_DIR) ] ; then \
ln -sf share $(DB_DIR)/usr/lib ; \
fi
# Make sure unstable/sid points to testing/lenny, as there is no build
# rule for unstable/sid.
unstable-map:
@ -292,7 +296,8 @@ $(BDIR)/rawlist:
$(TDIR)/debootstrap.tmp \
file:$(MIRROR) \
$(DEBOOTSTRAP_SCRIPT) 2>/dev/null \
| tr ' ' '\n' >>$(BDIR)/rawlist; \
| tr ' ' '\n' > $(BDIR)/debootstrap-list; \
cat $(BDIR)/debootstrap-list >>$(BDIR)/rawlist; \
rm -rf $(TDIR)/debootstrap.tmp; \
done; \
fi; \

11
debian/changelog vendored
View File

@ -28,7 +28,7 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
the win32-loader files into place if they don't exist.
* Remove Depends: on sysutils. Closes: #437497 (again)
[ Jérémy Bobbio ]
[ Jérémy Bobbi]
* README.html: Integrate a new look for README.html done by Kalle Söderman.
Huge thanks to him!
* README: Improve the wording when building a netinst or business card by
@ -39,7 +39,14 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
* Include dmraid deb. Closes: #443991
* Add acpi-support-base to generate_di+k_list.
-- Otavio Salvador <otavio@ossystems.com.br> Sat, 03 Nov 2007 10:51:26 -0200
[ Steve McIntyre ]
* Newer versions of debootstrap have moved the scripts from /usr/lib to
/usr/share. Add a sym-link to cope - let's keep compatible with etch
as much as possible. Also, log what debootstrap told us (in
debootstrap-list) rather than just including the results directly in
rawlist.
-- Steve McIntyre <93sam@debian.org> Mon, 19 Nov 2007 23:40:32 +0000
debian-cd (3.0.3) unstable; urgency=low