Re: Help needed with a script generating a .deb (Done. Now what?)

2019-07-23 Thread Andrey Rahmatullin
On Tue, Jul 23, 2019 at 08:31:34PM +0200, dettus wrote: > Now that I am able to create packages What do I do with them? Read my link again. Also, the packaging help list is debian-mentors@. -- WBR, wRAR signature.asc Description: PGP signature

Re: Help needed with a script generating a .deb (Done. Now what?)

2019-07-23 Thread dettus
Hello. So, I succeeded! There are two Warnings left W: dmagnetic: description-synopsis-starts-with-article W: dmagnetic: extra-license-file usr/share/doc/dmagnetic/LICENSE.txt If you do not mind, I would like to keep them. Now that I am able to create packages What do I do with them?

Re: Help needed with a script generating a .deb

2019-07-23 Thread Andrey Rahmatullin
On Tue, Jul 23, 2019 at 07:19:32PM +0200, dettus wrote: > Running it ends with  the following feedback: > > > > > dpkg-buildpackage: info: full upload (original source is included) > Now running lintian... > W: dmagnetic: missing-depends-line > W: dmagnetic:

Re: Help needed with a script generating a .deb

2019-07-23 Thread dettus
Hello all. Thanks to your input, I think I am getting closer. For debian, I created a repository at https://github.com/dettus/ports_and_packages/tree/master/Debian In it, you will find a debian/ subdirectory. In which I put the files that seem to be required for debuild, if I am not

Re: Help needed with a script generating a .deb

2019-07-23 Thread Shlomi Fish
Hi Thomas! On Tue, 23 Jul 2019 11:25:40 +0200 (CEST) Thomas Dettbarn wrote: > Hello! > > So, I have this awesome project, that I am trying to get into the > package repository of Debian. I already filed an RFP, which can be > found at the WNPP bug tracker, where it is gathering dust. > >

Re: Help needed with a script generating a .deb

2019-07-23 Thread Andrey Rahmatullin
We don't use dpkg-deb -b to create packages. If you want to create a package that can be uploaded to Debian, start with https://mentors.debian.net/intro-maintainers -- WBR, wRAR signature.asc Description: PGP signature

Help needed with a script generating a .deb

2019-07-23 Thread Thomas Dettbarn
Hello! So, I have this awesome project, that I am trying to get into the package repository of Debian. I already filed an RFP, which can be found at the WNPP bug tracker, where it is gathering dust. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929619 So, I tried my hand at creating a