0

I wrote Python program and made DEB (https://github.com/CyberTailor/vk-stats/releases/download/0.9/vk-stats_0.9-1_all.deb).

Now, I want to upload this package to Launchpad, but it doesn't accept DEB packages. I know, that I should made source.changes file, but how?

Working directory

1 Answers1

3

Instead of building a binary package you indeed need to build a source package and let the launchpad ppa build binaries for you.

To create the source.changes file, just issue the following command:

dpkg-buildpackage -S

From the dpkg-buildpackage man page:

   -S     Specifies a source-only build, no binary  packages  need  to  be
          made.  Passed to dpkg-genchanges.