From 5b4fc57391d6f58e11a1af4e9f436606bd0395c5 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Tue, 11 Feb 2014 01:21:29 -0800 Subject: recommend dpkg-buildpackage over debuild dpkg-buildpacakge * does not create a source tarball (can take a while) * does not automatically run lintian --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.) -- cgit v1.2.3