Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Fix description how to build Debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWiederhake committed Aug 8, 2016
1 parent 43e5f81 commit 0340e4f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Expand Up @@ -250,19 +250,20 @@ from "back then", see the documentation there.

This command requires the original tar to exist (and will fail otherwise,
although the error message will be misleading) will build all further files,
specifically `.debian.tar.xz`,`.dsc`, `.deb`, and `.changes`:
specifically `.debian.tar.xz`, `.dsc`, `.deb`, and `.changes`:

dpkg-buildpackage

And that already covers the official part of the work-flow. Of course,
you can call small parts of the build process directly, in order to avoid
For the upload, you should use `pbuilder` and similar to build the package
in a more minimalistic environment. That covers the official part of the work-flow.

Of course, you can call small parts of the build process directly, in order to avoid
overhead like rebuilding. For example, if you only need the `.debian.tar.xz`
and `.dsc` files, do this:

make dist
( cd .. && dpkg-source -b telegram-purple )

Note that the parenthesis are important.
false # Move tar to parent directory, by hand
dpkg-source -b .

1.3.0
-----
Expand Down

0 comments on commit 0340e4f

Please sign in to comment.