Add the ppptp-linux package to CD#1. Quick hack adds this from the

Makefile for now; FIXME later... Closes: #255367
This commit is contained in:
Steve McIntyre 2005-12-17 18:13:44 +00:00
parent b9dab72c03
commit 38d277b76b
2 changed files with 4 additions and 1 deletions

View File

@ -370,7 +370,7 @@ $(BDIR)/rawlist:
# silly so that this is not needed. For more info have a look at
# http://lists.debian.org/debian-cd/2004/debian-cd-200404/msg00093.html
ifneq ($(INSTALLER_CD),1)
/bin/echo -e "mawk\nexim4-daemon-light\nunifont" >>$(BDIR)/rawlist
/bin/echo -e "mawk\nexim4-daemon-light\nunifont\nppptp-linux" >>$(BDIR)/rawlist
endif
ifdef FORCENONUSONCD1
$(Q)$(apt) cache dumpavail | \

3
debian/changelog vendored
View File

@ -116,6 +116,9 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
* Use "|" rather than "/" as a sed separator in the etch boot-amd64
and boot-i386 scripts. Closes: #342344
* Add the ppptp-linux package to CD#1. Quick hack adds this from the
Makefile for now; FIXME later... Closes: #255367
-- Joey Hess <joeyh@debian.org> Thu, 8 Dec 2005 22:53:16 +0000
debian-cd (2.2.23) unstable; urgency=low