Temporarily back out Otavio's change from r1488
This commit is contained in:
parent
9df23e3630
commit
4a636647f1
2
Makefile
2
Makefile
|
@ -64,7 +64,7 @@ BDIR=$(TDIR)/$(CODENAME)
|
|||
ADIR=$(APTTMP)
|
||||
DB_DIR=$(BDIR)/debootstrap
|
||||
|
||||
export DEBOOTSTRAP_DIR := $(DB_DIR)/usr/share/debootstrap
|
||||
export DEBOOTSTRAP_DIR := $(DB_DIR)/usr/lib/debootstrap
|
||||
export PATH := $(DB_DIR)/usr/sbin:$(PATH)
|
||||
|
||||
LATEST_DB := $(shell ls -1tr $(MIRROR)/pool/main/d/debootstrap/debootstrap*all.deb | tail -1)
|
||||
|
|
|
@ -22,8 +22,6 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
|
|||
* Use DEBOOTSTRAP_SCRIPT, BASE_INCLUDE and BASE_EXCLUDE variables to
|
||||
calculate the base packages set
|
||||
* Hide image creation command if not using verbosing make
|
||||
* Change DEBOOTSTRAP_DIR to /usr/share/debootstrap since it has been
|
||||
changed on debootstrap 1.0.7
|
||||
|
||||
[ Steve McIntyre ]
|
||||
* Make daily i386/amd64 lenny builds work again - don't attempt to copy
|
||||
|
|
Loading…
Reference in New Issue