summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@math.sfu.ca>2014-02-11 01:21:29 -0800
committerKevin Mitchell <kevmitch@math.sfu.ca>2014-02-11 01:22:49 -0800
commit5b4fc57391d6f58e11a1af4e9f436606bd0395c5 (patch)
treee7686d8d870a0c03ea65d8e6d8a41e7d3579fd52
parent9ef6b405dea4cb92a991fb1224c623a15caa27c7 (diff)
downloadmpv-build-5b4fc57391d6f58e11a1af4e9f436606bd0395c5.tar.bz2
mpv-build-5b4fc57391d6f58e11a1af4e9f436606bd0395c5.tar.xz
recommend dpkg-buildpackage over debuild
dpkg-buildpacakge * does not create a source tarball (can take a while) * does not automatically run lintian
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 586cba2..866e7eb 100644
--- a/README.rst
+++ b/README.rst
@@ -119,7 +119,7 @@ dependencies:
You can then build a full mpv Debian package with the following command:
- debuild -uc -us -b -j4
+ dpkg-buildpackage -uc -us -b -j4
The .deb file will be created in the parent directory. (4 is the number
of jobs running in parallel - you can change it.)