--- bootsplash-theme-morphix-0.1.orig/debian/dirs +++ bootsplash-theme-morphix-0.1/debian/dirs @@ -0,0 +1,4 @@ +etc/ +etc/bootsplash +etc/bootsplash/themes +etc/bootsplash/themes/morphix --- bootsplash-theme-morphix-0.1.orig/debian/control +++ bootsplash-theme-morphix-0.1/debian/control @@ -0,0 +1,14 @@ +Source: bootsplash-theme-morphix +Section: graphics +Priority: optional +Maintainer: Jure Cuhalev +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.0 + +Package: bootsplash-theme-morphix +Architecture: any +Depends: bootsplash (>= 3.0.7-5), ${misc:Depends} +Provides: bootsplash-theme +Description: The Morphix bootsplash theme + This bootsplash theme gives your console a morphix background + image. --- bootsplash-theme-morphix-0.1.orig/debian/bootsplash-theme-morphix.templates +++ bootsplash-theme-morphix-0.1/debian/bootsplash-theme-morphix.templates @@ -0,0 +1,14 @@ +Template: shared/bootsplash-theme +Type: select +Choices: ${choices} +Description: Please select theme bootsplash should use. + Please select the theme bootsplash should use. If you wish to + change it at a later date, just run dpkg-reconfigure bootsplash. + +Template: bootsplash-theme-morphix/resolutions +Type: multiselect +Choices: 1024x768 +Default: 1024x768 +Description: Select the resoultion you would like to enable bootsplash for. + You need to select which resolutions bootsplash should be enabled for, also + remember to include the proper (vga=0x317) line in your lilo.conf. --- bootsplash-theme-morphix-0.1.orig/debian/rules +++ bootsplash-theme-morphix-0.1/debian/rules @@ -0,0 +1,95 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +THIS_THEME = morphix +THEME_DIRS = config images +THEME_SUFFIX = morphix + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + cp -a $(THEME_DIRS) "$(CURDIR)/debian/bootsplash-theme-$(THEME_SUFFIX)/etc/bootsplash/themes/$(THEME_SUFFIX)/" + + # Add here commands to install the package into debian/bootsplash-theme-linux. + #$(MAKE) install DESTDIR=$(CURDIR)/debian/bootsplash-theme-linux + + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu + dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo +# dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- bootsplash-theme-morphix-0.1.orig/debian/changelog +++ bootsplash-theme-morphix-0.1/debian/changelog @@ -0,0 +1,8 @@ +bootsplash-theme-morphix (0.1-1) unstable; urgency=low + + * Initial Release. + * Most of Debian packaging taken from boosplash-theme-matrix package + authored by Matthew A. Nicholson + + -- Jure Cuhalev Wed, 28 Jan 2004 12:16:47 +0100 + --- bootsplash-theme-morphix-0.1.orig/debian/compat +++ bootsplash-theme-morphix-0.1/debian/compat @@ -0,0 +1 @@ +4 --- bootsplash-theme-morphix-0.1.orig/debian/README.Debian +++ bootsplash-theme-morphix-0.1/debian/README.Debian @@ -0,0 +1,16 @@ +bootsplash-theme-morphix for Debian +----------------------------------- + +In order to make bootsplash work correctly, do not forget to edit your +lilo.conf (or the configuration file for what ever bootloader you use) and add +the proper initrd= and vga= lines (proper vga lines can be found in the framebuffer howto, +any 16 bit resolution should work). + +image=/vmlinuz + initrd=/boot/initrd.splash # or your initrd image or the one you selected during config + vga=0x317 # or the resolution you picked + append="splash=silent" + +To change your theme later, run 'dpkg-reconfigure bootsplash' + + -- Jure Cuhalev , Wed, 28 Jan 2004 12:16:47 +0100 --- bootsplash-theme-morphix-0.1.orig/debian/copyright +++ bootsplash-theme-morphix-0.1/debian/copyright @@ -0,0 +1,9 @@ +This package was debianized by Jure Cuhalev on +Wed, 28 Jan 2004 12:16:47 +0100. + +It was downloaded from http://morphix.sf.net. Bootsplash files were +taken from base.img file. The images are taken from bootsplash.org +and newsforge and are adopted for morphix distribution. + +Upstream Author: WA de Landgraaf +