[maemo-developers] Packaging images into deb

From: Levi Bard taktaktaktaktaktaktaktaktaktak at gmail.com
Date: Mon Feb 4 17:17:12 EET 2008
> I want to create a deb which only contains a bunch of extra images,
> themes that my application uses. How do i make package for those?
>
> The normal dh_make route doesnt work because i dont have makefiles of
> anything else that all the examples seem to expect.

A quick solution might be to create a simple Makefile to suit your
needs and make dh_make happy:
# Example Makefile
# The DESTDIR is important for dpkg
all:

install:
    mkdir -p $DESTDIR/my/image/directory
    cp images/* $DESTDIR/my/image/directory
# End Makefile

-- 
"My Universe is my eyes and my ears. Anything else is hearsay."  --The
ruler of the Universe
http://www.gnu.org/philosophy/shouldbefree.html

More information about the maemo-developers mailing list