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

Re: Ogon packaging for Debian (was: Re: Bug#906072: Ogon packages available (Linux RDP Server))



Hi Marcel,

On  Sa 30 Mai 2020 19:14:14 CEST, marcel wrote:

Hi Mike,

sorry I've been quite busy the last weeks.

I'd like to get some things done this weekend, however after reading the sites you sent I still have no idea where to start (too much different options there and to little about what they to and what happens behind the scenes - at least for my taste).

From my experience with other build systems I guess it need's a maximum of 5 (more or less simple) commands to get the existing debian/ directory to salsa.

So it'd speed up things a lot if you could provide me with (a pointer to) the very basic steps to get started.

Bye,
  Marcel


let's assume you have a non-gitified debian/ folder (and only that one). E.g. for src:pkg ogon

Putting that to salsa goes like this:

  cd <path-to>/ogon
  git init
  git add debian/
  git commit debian/ -m "Initial packaging draft"
  git remote add origin git@salsa.debian.org:debian-remote-team/ogon.git
  git push origin master:master

Next you need a debian/watch file that pulls in upstream sources correctly. Read the uscan man page for getting a hang of debian/watch. Or look around in various other packages (e.g. freerdp2).

More instructions will come later.

Mike
--

DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler Str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4351) 850 8940

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

Attachment: pgpxl6sAQKQit.pgp
Description: Digitale PGP-Signatur


Reply to: