[SCM] libav/experimental: Follow upstreams new location for source-code examples for dh_installexamples
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Mon Feb 17 22:05:36 UTC 2014
The following commit has been merged in the experimental branch:
commit 7e2ac941689af2ddc0039eae5f4fcf6494708be1
Author: Reinhard Tartler <siretart at tauware.de>
Date: Mon Feb 17 22:04:38 2014 +0000
Follow upstreams new location for source-code examples for dh_installexamples
diff --git a/debian/libavcodec-dev.examples b/debian/libavcodec-dev.examples
new file mode 100644
index 0000000..c272481
--- /dev/null
+++ b/debian/libavcodec-dev.examples
@@ -0,0 +1 @@
+doc/examples/*.c
diff --git a/debian/rules b/debian/rules
index bbe4270..36d2dc7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -140,7 +140,7 @@ install: build $(DH_INSTALL_FILES)
dh_installdocs -plibavcodec54 codecs.txt
dh_installdocs -a doc/APIchanges
install -m 644 -D debian-shared/doc/*.html doc/t2h.init debian/libav-tools/usr/share/doc/libav-tools
- dh_installexamples -p libavcodec-dev libavcodec/api-example.c
+ dh_installexamples -a
dh_installchangelogs -a Changelog
$(foreach flavor,$(filter-out static,$(FLAVORS)),$(call install_flavor_extra,$(flavor)))
env LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(CURDIR)/debian/tmp/extra/usr/lib/$(DEB_HOST_MULTIARCH)" \
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list