debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit f3e6f1ed8d9207b839ed882f44670f396200f632 Author: Emilio Pozuelo Monfort <po...@debian.org> Date: Tue Dec 6 01:32:55 2016 +0100 Perform the build in a `build' subdirectory diff --git a/debian/changelog b/debian/changelog index 223765e..d7e7deb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libxv (2:1.0.11-2) UNRELEASED; urgency=medium + + * Perform the build in a `build' subdirectory like we used to do + before the dh switch. + + -- Emilio Pozuelo Monfort <po...@debian.org> Tue, 06 Dec 2016 01:32:38 +0100 + libxv (2:1.0.11-1) unstable; urgency=medium [ Andreas Boll ] diff --git a/debian/rules b/debian/rules index f7db278..158624c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --builddirectory=build/ override_dh_install: dh_install --fail-missing --exclude=libXv.la