tup icon indicating copy to clipboard operation
tup copied to clipboard

Debian packages

Open jendrikseipp opened this issue 12 years ago • 9 comments

I think it would be great if you could try to get a tup package into debian and ubuntu.

Are there any plans to update the tup PPA?

jendrikseipp avatar Sep 25 '12 12:09 jendrikseipp

On Tue, Sep 25, 2012 at 8:49 AM, jendrikseipp [email protected]:

I think it would be great if you could try to get a tup package into debian and ubuntu.

Are there any plans to update the tup PPA?

Do you mean get the tup package into the official repository? Or is there something wrong with the current external repository on the front page?

Thanks, -Mike

gittup avatar Oct 02 '12 02:10 gittup

I rechecked the PPA page and it installs fine in Ubuntu 12.04. I thought the package was outdated, because the description reads "Daily build for Lucid." and the only listed series is "Lucid".

Getting tup into the official debian and ubuntu repositories would be helpful. Though I know that this might no be easy.

jendrikseipp avatar Oct 02 '12 09:10 jendrikseipp

I don't have any experience in getting packages officially into ubuntu/debian. Have you done that before? I wonder if it's something I could have built automatically when I push changes to gittup.org...

-Mike

On Tue, Oct 2, 2012 at 5:09 AM, jendrikseipp [email protected]:

I rechecked the PPA page and it installs fine in Ubuntu 12.04. I thought the package was outdated, because the description reads "Daily build for Lucid." and the only listed series is "Lucid".

Getting tup into the official debian and ubuntu repositories would be helpful. Though I know that this might no be easy.

— Reply to this email directly or view it on GitHubhttps://github.com/gittup/tup/issues/84#issuecomment-9063614.

gittup avatar Oct 12 '12 20:10 gittup

Sorry, I don't have any experience with this either. I think you will need a debian member who build or at least sponsor and upload the package.

jendrikseipp avatar Oct 12 '12 23:10 jendrikseipp

See https://wiki.debian.org/RFP for instructions on how to ask to have a package packaged. I'd also love to see tup packaged for Debian (which will automatically result in it getting into Ubuntu eventually).

droundy avatar Oct 29 '14 14:10 droundy

Did this ever get anywhere? It's pretty much showstopping for me.

davidgiven avatar May 07 '16 20:05 davidgiven

@davidgiven - I created my own PPA, based on 0.7.4. https://launchpad.net/~cezary0/+archive/ubuntu/tup

I've changed a few things, since the build was extremely complex:

  1. Switched to CMake (makes a big difference!)
  2. Used stock versions of sqlite and liblua dynamically linked (NOTE: missing custom tup patches!)

Aside from that, I use uupdate to updated the sources based on https://github.com/gittup/tup/releases

So if you ever want an updated version in the PPA, just ask for a tup release with the fixes, and let me know, and I'll submit a new build.

It builds without any litian warnings (AFAIR), so there are patches to make the package as clean as possible.

e2 avatar May 08 '16 14:05 e2

Thanks very much --- but unfortunately PPAs don't do me much good; I'm a Debian user...

davidgiven avatar May 08 '16 14:05 davidgiven

@davidgiven - I heard rumors that Debian was going to aim to support PPA's (or similar).

I don't know what your need are, but this is pretty close: https://wiki.debian.org/CreatePackageFromPPA

(I don't use any Ubuntu specific stuff in my source package or patches, so let me know if it works or not).

e2 avatar May 08 '16 17:05 e2