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:
parent
b9dab72c03
commit
38d277b76b
2
Makefile
2
Makefile
|
@ -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 | \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue