Results 1 to 10 of 10

Thread: How to build packages

  1. #1
    Join Date
    Dec 2004
    Location
    Piacenza - ITALY
    Beans
    30

    How to build packages

    Hello, how could i build a .deb packages from a source tarball??
    I think something like "Checkinstall"...

    Thanks.
    Live from Piacenza (ITALY)

  2. #2
    Join Date
    Oct 2004
    Location
    Potsdam NY
    Beans
    179

    Re: How to build packages

    The debian website has a very in depth guide on packaging. It's a bit hard to learn (I'm working on it now). I found it very usefull when I learned how to build RPMs when I using Redhat/Fedora.
    What boots up must come down

  3. #3
    Join Date
    Dec 2004
    Location
    Piacenza - ITALY
    Beans
    30

    Re: How to build packages

    Checkinstall builds packages *.deb, *.tgz or *.rpm.
    I can use this software to build *.deb for Ubuntu?
    Live from Piacenza (ITALY)

  4. #4
    Join Date
    Nov 2004
    Beans
    303

    Re: How to build packages

    Is it possible to make a .deb for a file that is compiled using SCons and not make (http://scons.sf.net)?

  5. #5
    Join Date
    Dec 2004
    Location
    Piacenza - ITALY
    Beans
    30

    Re: How to build packages

    Thanks.
    Now i try it.
    Live from Piacenza (ITALY)

  6. #6
    Join Date
    Nov 2004
    Location
    Anywhere
    Beans
    Hidden!

    Re: How to build packages

    Thks for the site will try also.


  7. #7
    Join Date
    Nov 2005
    Location
    Germany
    Beans
    131
    Distro
    Ubuntu Breezy 5.10

    Re: How to build packages

    Quote Originally Posted by Quest-Master
    Is it possible to make a .deb for a file that is compiled using SCons and not make (http://scons.sf.net)?
    i was able to use
    Code:
    sudo checkinstall scons install
    but im not happy with it, cause "sudo scons install" re-compiles (i made "scons" before) the source and now i have compiled files with root user/owner in my home dir... (i dont like to compile as root user)

    checkinstall version 1.6.0 (i installed the deb from their site: http://asic-linux.com.mx/~izto/check...l/download.php) has a nice feature, "--install=no" so it wont install the package automaticly...

  8. #8
    Join Date
    Oct 2005
    Location
    Sao Paulo, SP, Brazil
    Beans
    132
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to build packages

    Whats the diference between debian debs and ubuntu debs. How could I add my debs to the backports? Could I setup a private repo server?

  9. #9
    Join Date
    Nov 2005
    Location
    Germany
    Beans
    131
    Distro
    Ubuntu Breezy 5.10

    Re: How to build packages

    Quote Originally Posted by dudus
    Whats the diference between debian debs and ubuntu debs.
    AFAIK, the content of the debs are "tuned" to the corresponding systems (like library versions, paths...)
    Quote Originally Posted by dudus
    How could I add my debs to the backports?
    try the wiki for an answer to that. i assume you have to become a member, and then just add your debs (if not someone else has done it) to the appropiate reposity... but that way you "should" also be responsible of "your" package (respond to bug reports and so).
    Quote Originally Posted by dudus
    Could I setup a private repo server?
    yes, try google or maybe even here in forum/wiki (this is a "common" task, but ive never done that)

  10. #10
    Join Date
    Jun 2006
    Location
    Texas
    Beans
    80
    Distro
    Ubuntu Development Release

    Re: How to build packages

    you can use checkinstall to make .deb's but I remember reading somewhere that they do not conform to debian policies. Hope this helps

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •