diff --git a/bochs/build/debian/changelog b/bochs/build/debian/changelog index c000dbaaa..5b2bdc9fc 100644 --- a/bochs/build/debian/changelog +++ b/bochs/build/debian/changelog @@ -1,3 +1,16 @@ +bochs (1.2.1-2) unstable; urgency=low + + * Added bochs-dlx stuff. This may be separated out into its own + package at some point + + -- Rob Lemley Tue, 12 Jun 2001 19:47:05 -0700 + +bochs (1.2.1-1) unstable; urgency=low + + * New upstream release. + + -- Rob Lemley Tue, 12 Jun 2001 17:57:51 -0700 + bochs (1.2-3) unstable; urgency=low * Moved debian dir to build dir diff --git a/bochs/build/debian/rules b/bochs/build/debian/rules index 2a2e50abe..8df921180 100755 --- a/bochs/build/debian/rules +++ b/bochs/build/debian/rules @@ -49,6 +49,7 @@ install: build # Add here commands to install the package into debian/bochs. $(MAKE) install_bin prefix=$(CURDIR)/debian/bochs/usr/local $(MAKE) install_man prefix=$(CURDIR)/debian/bochs/usr/local + $(MAKE) install_dlx prefix=$(CURDIR)/debian/bochs/usr/local # Put the font in the right place cp $(CURDIR)/debian/bochs/usr/local/bochs/latest/vga.pcf $(CURDIR)/debian/bochs/usr/lib/X11/fonts/misc/vga.pcf