[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help with proper Debian packaging



Hello Jaime,

Thanks for responding! Yes, that's where I started, and then went
deeper into https://www.debian.org/doc/manuals/developers-reference/
where I finally got lost and started wondering how complex it will
finaly get.

Currently, I use git-build-package, which is set up like this:

[DEFAULT]
upstream-branch = master
upstream-tag = 0.3.15
[git-dch]
meta = 1

This means that each time I want to update the version, I have to go
into this file and put in the future tag to build from. I also have to
manually edit the changelog. Then commit the changes and tag the
commit with the new version. This way the Travis Debian script runs
automatically with this new version every time I push a new tag to
Github and creates a package from that tag.

However, I suspect this is not a proper Debian way to do things, and I
have no doubt that if I try to submit the package I'd be tarred and
feathered for failing to follow the docs.
I'd appreciate any help you can provide!

Thanks,
Adrian

On 1/20/18, Jaime Robles <jaime@robles.es> wrote:
> Hello Adrian,
> Do you know this link?
> https://wiki.debian.org/HowToPackageForDebian
>
> Is this the wiki you say you get lost into?
>
>
>
> El 19 ene. 2018 16:56, "Adrian Musceac" <kantooon@gmail.com> escribió:
>
> Hi,
>
> I am trying to create Debian packages for my ham radio application
> (https://github.com/kantooon/qradiolink) properly. I've started to
> read the Debian packaging guide but I kind of got lost in the wiki and
> I think I need some help.
>
> Is anybody available to take a quick look at my attempt of packaging
> and give me some advice? I want to do this the right way of course.
> Also, I set up a Travis build to automatically generate packages for
> me from Github releases.
> I'm using the http://travis.debian.net/ script and it seems to work. I
> have to mention I have no prior experiences with Debian packaging...
>
> Thanks,
> Adrian
>


Reply to: