[Pkg-fglrx-devel] r1233 - xvba-video/trunk/debian
Andreas Beckmann
anbe at alioth.debian.org
Sun May 5 21:17:33 UTC 2013
Author: anbe
Date: 2013-05-05 21:17:33 +0000 (Sun, 05 May 2013)
New Revision: 1233
Modified:
xvba-video/trunk/debian/changelog
xvba-video/trunk/debian/control
xvba-video/trunk/debian/rules
Log:
build with dh_autoreconf
Modified: xvba-video/trunk/debian/changelog
===================================================================
--- xvba-video/trunk/debian/changelog 2013-05-05 21:12:22 UTC (rev 1232)
+++ xvba-video/trunk/debian/changelog 2013-05-05 21:17:33 UTC (rev 1233)
@@ -4,6 +4,7 @@
* Configure with --disable-valgrind. Thanks Adam Baxter!
* Use canonical Vcs-* URLs.
* Switch to debhelper 9.
+ * Build with dh_autoreconf.
* Add myself to Uploaders.
-- Andreas Beckmann <anbe at debian.org> Sun, 24 Feb 2013 11:01:53 +0100
Modified: xvba-video/trunk/debian/control
===================================================================
--- xvba-video/trunk/debian/control 2013-05-05 21:12:22 UTC (rev 1232)
+++ xvba-video/trunk/debian/control 2013-05-05 21:17:33 UTC (rev 1233)
@@ -8,6 +8,7 @@
Andreas Beckmann <anbe at debian.org>,
Build-Depends:
debhelper (>= 9),
+ dh-autoreconf,
pkg-config,
libxvbaw-dev,
libva-dev (>= 1.0.15),
Modified: xvba-video/trunk/debian/rules
===================================================================
--- xvba-video/trunk/debian/rules 2013-05-05 21:12:22 UTC (rev 1232)
+++ xvba-video/trunk/debian/rules 2013-05-05 21:17:33 UTC (rev 1233)
@@ -5,7 +5,7 @@
libdir = usr/lib$(if $(MULTIARCH),/$(DEB_HOST_MULTIARCH))
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --disable-valgrind
More information about the Pkg-fglrx-devel
mailing list