[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxvmc: Changes to 'debian-unstable'



 debian/changelog |    7 +++++++
 debian/rules     |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit c920c7e31b74d12bb7f10335a7682bdb779e348e
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Tue Dec 6 01:34:18 2016 +0100

    Perform the build in a `build' subdirectory

diff --git a/debian/changelog b/debian/changelog
index 5896526..3d88e5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxvmc (2:1.0.10-2) UNRELEASED; urgency=medium
+
+  * Perform the build in a `build' subdirectory like we used to do
+    before the dh switch.
+
+ -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 06 Dec 2016 01:34:08 +0100
+
 libxvmc (2:1.0.10-1) unstable; urgency=medium
 
   [ Andreas Boll ]
diff --git a/debian/rules b/debian/rules
index 7eb728a..8a2c47d 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=.la


Reply to: