[SCM] mpv/master: Fix DEB_HOST_MULTIARCH when d/rules is invoked directly
jcowgill at users.alioth.debian.org
jcowgill at users.alioth.debian.org
Wed Jul 19 14:24:30 UTC 2017
The following commit has been merged in the master branch:
commit f88dcf6ca039a8acc1d4ac5c5a0cefd4bd1c5b03
Author: James Cowgill <jcowgill at debian.org>
Date: Wed Jul 19 14:27:14 2017 +0100
Fix DEB_HOST_MULTIARCH when d/rules is invoked directly
diff --git a/debian/files b/debian/files
new file mode 100644
index 0000000..0ac14cc
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+mpv_0.26.0-1_source.buildinfo video optional
diff --git a/debian/rules b/debian/rules
index 5ee3bbc..ab2e1b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+include /usr/share/dpkg/architecture.mk
+
export DEB_BUILD_MAINT_OPTIONS := hardening=+all # #741439, #799738
%:
--
mpv packaging
More information about the pkg-multimedia-commits
mailing list