Re: Fwd: Cannot get a .changes file from a package

2013-06-27 Thread Raúl Benencia
On Thu, Jun 27, 2013 at 06:48:32PM +0200, Davy T wrote: > I finally did it by filling the file polyphone.install in the debian > directory, and files were added. > The icon and mime type were automatically associated. > > I am thus seeking a sponsor for Polyphone, a soundfont editor. > If you need

Re: Fwd: Cannot get a .changes file from a package

2013-06-27 Thread Davy T
I finally did it by filling the file polyphone.install in the debian directory, and files were added. The icon and mime type were automatically associated. I am thus seeking a sponsor for Polyphone, a soundfont editor. If you need more information you can visit sourceforge

Re: Fwd: Cannot get a .changes file from a package

2013-06-27 Thread Davy T
>> Where can I specify the included files? > You need to read how to make a proper Debian package and then write proper > debian/* files. There are several guides with starting info about that, > such as maint-guide. > >> Since the sources are already compiled the installation of the >> software is

Re: Cannot get a .changes file from a package

2013-06-27 Thread Raúl Benencia
On Wed, Jun 26, 2013 at 11:56:33PM +0200, Davy T wrote: > I would like it to be in debian repositories. I created .deb files with > dpkg-deb --build polyphone-0.6_xxx > and adapted them so that lintian reported only few warnings. Hello Davy, Is there any particular reason why you don't use dpkg-

Re: Fwd: Cannot get a .changes file from a package

2013-06-27 Thread Andrey Rahmatullin
On Thu, Jun 27, 2013 at 01:04:12PM +0200, Davy T wrote: > I tried again via the command: > dpkg-buildpackage -ai386 -k0x131AD926 > But the process ends up with an empty shell, a package containing only > "changelog.gz" in the "usr/share/doc/polyphone", and "control, > md5sums, postinst, postrm" in

Fwd: Cannot get a .changes file from a package

2013-06-27 Thread Davy T
Thank you Igor, Tong and Andrey for your answers. 2013/6/27 Andrey Rahmatullin : > On Wed, Jun 26, 2013 at 11:56:33PM +0200, Davy T wrote: >> I would like it to be in debian repositories. I created .deb files with >> dpkg-deb --build polyphone-0.6_xxx > That's your problem. > You need to create a

Re: Cannot get a .changes file from a package

2013-06-26 Thread Andrey Rahmatullin
On Wed, Jun 26, 2013 at 11:56:33PM +0200, Davy T wrote: > I would like it to be in debian repositories. I created .deb files with > dpkg-deb --build polyphone-0.6_xxx That's your problem. You need to create a proper source package and build it using proper ways (e.g. dpkg-buildpackage). -- WBR, w

Re: Cannot get a .changes file from a package

2013-06-26 Thread T o n g
On Wed, 26 Jun 2013 23:56:33 +0200, Davy T wrote: > I would like it to be in debian repositories. I created .deb files with > dpkg-deb --build polyphone-0.6_xxx and adapted them so that lintian > reported only few warnings. Hi Davy, If you find there is too much reading regarding Debian package

Re: Cannot get a .changes file from a package

2013-06-26 Thread Игорь Пашев
Hi, Davy. consider reading "man dpkg-genchanges" and http://www.debian.org/doc/manuals/maint-guide/index.en.html 2013/6/27 Davy T : > Hello, > > Sorry to disturb you with that question, but I've been on that problem > for a couple of hours without finding the solution. > > I am the author of the

Cannot get a .changes file from a package

2013-06-26 Thread Davy T
Hello, Sorry to disturb you with that question, but I've been on that problem for a couple of hours without finding the solution. I am the author of the software Polyphone: https://sourceforge.net/projects/polyphone/ http://www.polyphone.fr/ I would like it to be in debian repositories. I create