From 10dd6a119406dfebad99a1945e0e2964845cbb5f Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Tue, 11 Feb 2014 02:30:30 -0800 Subject: on second thought, it looks like dpkg-buildpackage runs into trouble. For some reason it ignores override_dh_auto_install and tries to incorrectly guess how to install mpv. Revert "recommend dpkg-buildpackage over debuild" This reverts commit 5b4fc57391d6f58e11a1af4e9f436606bd0395c5. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 866e7eb..586cba2 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: - dpkg-buildpackage -uc -us -b -j4 + debuild -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