Codebase list gstreamer-vaapi / 360786d
drop Build-Depends-Indep and build docs unconditionally on all archs Vincent Cheng 9 years ago
3 changed file(s) with 3 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
00 gstreamer-vaapi (0.5.9-2) UNRELEASED; urgency=medium
11
22 * Remove spurious build-deps: libva-drm1, libavcodec-dev. (Closes: #757283)
3 * Drop Build-Depends-Indep and build docs unconditionally on all archs.
34
45 -- Vincent Cheng <vcheng@debian.org> Wed, 06 Aug 2014 23:56:00 -0700
56
77 Build-Depends:
88 debhelper (>= 9),
99 dh-autoreconf,
10 gtk-doc-tools (>= 1.9),
1011 libdrm-dev,
1112 libgl1-mesa-dev,
1213 libglib2.0-dev,
1920 libx11-dev,
2021 libxrandr-dev,
2122 mesa-common-dev
22 Build-Depends-Indep: gtk-doc-tools (>= 1.9)
2323 Standards-Version: 3.9.5
2424 Homepage: http://gitorious.org/vaapi/gstreamer-vaapi
2525 Vcs-Git: git://anonscm.debian.org/pkg-gstreamer/gstreamer-vaapi.git
44
55 # This has to be exported to make some magic below work.
66 export DH_OPTIONS
7 indep_conf_flags = \
8 --with-html-dir=\$${prefix}/share/doc/$(gst_pkgname)
9
10 ifeq ($(shell test "`dpkg -l gtk-doc-tools | grep ^ii`" && echo binary-indep),binary-indep)
11 indep_conf_flags += --enable-gtk-doc
12 endif
137
148 # debian package version
159 version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
3630
3731 override_dh_auto_configure:
3832 dh_auto_configure -- --disable-silent-rules --disable-builtin-libvpx \
39 $(indep_conf_flags)
33 --enable-gtk-doc --with-html-dir=\$${prefix}/share/doc/$(gst_pkgname)
4034
4135 override_dh_install:
4236 # purge .la files