A good thing to know: To create debs withot ,using source. (e.g. I want
to place my theme files in /X folder)

1. Create a folder called  Mytheme-1.0 (Mytheme= The name and 1.0 is the
version, change it to whatever you need)
2. Inside the folder, create a folder called DEBIAN. Inside DEBIAN
create a text file called control.
Paste this into control : 
Source: Mytheme
Section: unknown
Priority: extra
Maintainer: Your name <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.2
Name: Mytheme
Package: Mytheme
Architecture: all
Depends: ubuntu-desktop, libc6 (Change to make it install emerald or
other stuff)
Version: 1.0 (Change to suit your version
Description: <insert up to 60 chars description>
 <insert long description, indented with spaces>

(You can add more things, but these are enought)

3. Delete the comentaries into the control file (Stuff in () )
4. (Imagine we want to place the file jeje inside /usr/share/jeje )
Inside Mytheme-1.0 folder create a folder called usr . Inside usr create
another one called share and place jeje inside share.
Recreate the filesystem folders to place the files in their correct
places.
5. Go to a folder above Mytheme-1.0 and run dpkg-deb
-b /home/you/Desktop/Mytheme-1.0orwhereveristhefile  Mytheme.deb
6. You are done!
7. Originally made by
http://teratux.blogspot.com/2007/12/crear-paquetes-deb.html

Feel free to complete this guide :)

-- 

José Luis Ricón <[EMAIL PROTECTED]>


-- 
ubuntu-art mailing list
ubuntu-art@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-art

Reply via email to