[Pkg-fglrx-devel] r915 - fglrx-driver/trunk/debian
Andreas Beckmann
anbe-guest at alioth.debian.org
Tue Jun 5 07:57:17 UTC 2012
Author: anbe-guest
Date: 2012-06-05 07:57:17 +0000 (Tue, 05 Jun 2012)
New Revision: 915
Modified:
fglrx-driver/trunk/debian/changelog
fglrx-driver/trunk/debian/rules
Log:
work around debhelper bug #676168 and create shlibs.local on the fly
Modified: fglrx-driver/trunk/debian/changelog
===================================================================
--- fglrx-driver/trunk/debian/changelog 2012-06-04 12:02:19 UTC (rev 914)
+++ fglrx-driver/trunk/debian/changelog 2012-06-05 07:57:17 UTC (rev 915)
@@ -9,6 +9,7 @@
* control, rules: Add debconf infrastructure.
* amd-opencl-icd: Clarify description. This ICD also supports CPUs (from any
vendor) without requiring the fglrx driver.
+ * Work around debhelper bug #676168 and create shlibs.local on the fly.
-- Andreas Beckmann <debian at abeckmann.de> Mon, 04 Jun 2012 09:25:36 +0200
Modified: fglrx-driver/trunk/debian/rules
===================================================================
--- fglrx-driver/trunk/debian/rules 2012-06-04 12:02:19 UTC (rev 914)
+++ fglrx-driver/trunk/debian/rules 2012-06-05 07:57:17 UTC (rev 915)
@@ -40,6 +40,7 @@
test ! -f debian/man/Makefile || $(MAKE) -C debian/man maintainer-clean
rm -f LICENSE.txt
rm -f $(generated)
+ rm -f debian/shlibs.local
rm -f arch/x86/usr/X11R6/lib/AMDXvBAx86.cap
rm -f arch/x86_64/usr/X11R6/lib64/AMDXvBAx64.cap
debconf-updatepo
@@ -118,6 +119,10 @@
sed -i '/^libGL 1 /s/.*/libGL 1 ia32-libs (>= 20090804)/' \
debian/fglrx-glx-ia32/DEBIAN/shlibs
+override_dh_shlibdeps:
+ cat debian/*.shlibs > debian/shlibs.local
+ dh_shlibdeps
+
override_dh_gencontrol:
dh_gencontrol -- -V'fglrx:version=$(subst ~,-,$(upstream_version))'
More information about the Pkg-fglrx-devel
mailing list