paultag / go-debian

debian golang support library
https://pault.ag/go/debian
Other
82 stars 32 forks source link

Combine work to be able to read & write debian packages programmaticly from one package #93

Open xor-gate opened 6 years ago

xor-gate commented 6 years ago

Hi @paultag,

I'm one of the authors of https://github.com/xor-gate/debpkg. We had some discussion in issue https://github.com/xor-gate/debpkg/issues/26 about exposing internals of debian packages. Your package seems to used for only reading debian package and the debpkg package only for writing packages. What do you think to combine forces and create one library for both read/write of debian packages? Currently we use debpkg in production and it is very stable for our usecase (debianize golang applications).

Kind regards, Jerry Jacobs

paultag commented 6 years ago

Heyya @xor-gate - sure! We've been using go-debian in production as well, been working well here too. Happy to find a way to merge. If you want to merge into this repo, I'm happy to give you the admin bit, since there's quite a bit outside the debfile stuff that is being used elsewhere.

xor-gate commented 6 years ago

Hi @paultag thank you for your response. As summer is approaching where I live it wont happen very soon (in a few weeks). But nice to know we could work together. We could also use this issue to discus some API things for the future. Have nice day!

paultag commented 6 years ago

You as well! 👍👍

oliverpool commented 1 year ago

Hi, I have been experimenting with merging those packages as well.

Are you still interested in this? (asking because the last messages are from 5 years ago :)

Edit: I just found out about https://github.com/goreleaser/nfpm which should satisfy my main usecase.