Re: Packaging images into deb

2008-02-05 Thread Arto Karppinen
Guillem Jover wrote: > Hi, > > On Mon, 2008-02-04 at 10:17:12 -0500, ext Levi Bard wrote: > >> # Example Makefile >> # The DESTDIR is important for dpkg >> > > This is not only for dpkg or Debian, this is how proper upstream build > systems should behave, to ease packaging the software. It

Re: Packaging images into deb

2008-02-04 Thread Guillem Jover
Hi, On Mon, 2008-02-04 at 10:17:12 -0500, ext Levi Bard wrote: > # Example Makefile > # The DESTDIR is important for dpkg This is not only for dpkg or Debian, this is how proper upstream build systems should behave, to ease packaging the software. It allows to install in a different directory tha

Re: Packaging images into deb

2008-02-04 Thread Levi Bard
> 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 cre

Re: Packaging images into deb

2008-02-04 Thread Santtu Lakkala
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 eemeli wrote: > 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 al

Re: Packaging images into deb

2008-02-04 Thread Ulises
After you've created the appropriate dir structure, try dpkg -b directory/ 2008/2/4, eemeli <[EMAIL PROTECTED]>: > > 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 beca

Packaging images into deb

2008-02-04 Thread eemeli
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. -- Arto Karppinen