[SCM] libebml/master: debian/rules: source directory parameter dropped

mfv at users.alioth.debian.org mfv at users.alioth.debian.org
Wed Jan 7 09:19:14 UTC 2015


The following commit has been merged in the master branch:
commit 0118ff47a851c11b49f3c1f80fca1eaa62d6f872
Author: Matteo F. Vescovi <mfv at debian.org>
Date:   Wed Jan 7 08:43:05 2015 +0100

    debian/rules: source directory parameter dropped

diff --git a/debian/rules b/debian/rules
index 03cf7f6..7cb685a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --sourcedirectory=make/linux
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install -- prefix=$(CURDIR)/debian/tmp/usr \

-- 
libebml packaging



More information about the pkg-multimedia-commits mailing list