Re: Submitting a package

From: Christoph Berg <myon(at)debian(dot)org>
To: Grigory Smolkin <g(dot)smolkin(at)postgrespro(dot)ru>
Cc: pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: Submitting a package
Date: 2019-05-06 11:23:07
Message-ID: 20190506112306.GB29960@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Re: Grigory Smolkin 2019-05-05 <b5ec6b4f-ff2a-7112-def9-f9b0eb851da7(at)postgrespro(dot)ru>
> Hello!
>
> I would like to submit a package to pgdg repository.
> What is the correct procedure for this?
> I`m sorry if I`ve missed a documentation about it.
>
> Proposed soft:
> https://github.com/postgrespro/pg_probackup

Hi,

we'd need a debian/ directory for it. Cross-check with any of the
other PG packages to see how it could (should) look like. The
server-side extensions are based on pg_buildext:

https://manpages.debian.org/stretch/postgresql-server-dev-all/pg_buildext.1.en.html

If you don't need to build separate per-PG-major binaries, it's a bit
easier, and pretty much standard:

https://www.debian.org/doc/manuals/maint-guide/

Ideally, the package would be uploaded to Debian and
apt.postgresql.org in parallel. (I can do the necessary sponsoring.)
The debian/ directory could be in the same repository, in the same or
a different branch, or a completely different repo.

I'll gladly help you with any questions you might have (or whoever
gets to do the packaging).

Cheers,
Christoph

In response to

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Devrim Gündüz 2019-05-06 21:39:44 Re: Submitting a package
Previous Message Grigory Smolkin 2019-05-05 20:35:32 Submitting a package