[pkg-nvidia-devel] r717 - in /packages/libvdpau/trunk/debian: changelog rules
ceros-guest at users.alioth.debian.org
ceros-guest at users.alioth.debian.org
Tue Feb 9 22:59:58 UTC 2010
Author: ceros-guest
Date: Tue Feb 9 22:59:56 2010
New Revision: 717
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=717
Log:
Explicitly enable documentation.
Modified:
packages/libvdpau/trunk/debian/changelog
packages/libvdpau/trunk/debian/rules
Modified: packages/libvdpau/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/libvdpau/trunk/debian/changelog?rev=717&op=diff
==============================================================================
--- packages/libvdpau/trunk/debian/changelog (original)
+++ packages/libvdpau/trunk/debian/changelog Tue Feb 9 22:59:56 2010
@@ -4,8 +4,9 @@
* Bump Standards-Version to 3.8.4.
* Fix libvdpau-dev dependency on libvdpau1.
* Perform autoreconf -fi.
+ * Explicitly enable documentation.
- -- Andres Mejia <mcitadel at gmail.com> Tue, 09 Feb 2010 17:40:12 -0500
+ -- Andres Mejia <mcitadel at gmail.com> Tue, 09 Feb 2010 17:45:06 -0500
libvdpau (0.3-2) unstable; urgency=low
Modified: packages/libvdpau/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/libvdpau/trunk/debian/rules?rev=717&op=diff
==============================================================================
--- packages/libvdpau/trunk/debian/rules (original)
+++ packages/libvdpau/trunk/debian/rules Tue Feb 9 22:59:56 2010
@@ -1,4 +1,10 @@
#!/usr/bin/make -f
+
+CONFIGURE_OPTIONS ?= --enable-documentation
%:
dh $@
+
+override_dh_auto_configure:
+ dh_testdir
+ ./configure --prefix=/usr $(CONFIGURE_OPTIONS)
More information about the Pkg-nvidia-devel
mailing list