[Pkg-fglrx-devel] r703 - fglrx-driver/branches/multiarch/debian
Andreas Beckmann
anbe-guest at alioth.debian.org
Tue Aug 9 10:42:35 UTC 2011
Author: anbe-guest
Date: 2011-08-09 10:42:35 +0000 (Tue, 09 Aug 2011)
New Revision: 703
Added:
fglrx-driver/branches/multiarch/debian/libfglrx.install.in
fglrx-driver/branches/multiarch/debian/libfglrx.links.in
fglrx-driver/branches/multiarch/debian/libfglrx.lintian-overrides.in
Modified:
fglrx-driver/branches/multiarch/debian/changelog
fglrx-driver/branches/multiarch/debian/control
fglrx-driver/branches/multiarch/debian/fglrx-driver.install.in
fglrx-driver/branches/multiarch/debian/fglrx-driver.links.in
fglrx-driver/branches/multiarch/debian/fglrx-driver.lintian-overrides.in
Log:
Move shared libraries from fglrx-driver package to new package libfglrx.
Modified: fglrx-driver/branches/multiarch/debian/changelog
===================================================================
--- fglrx-driver/branches/multiarch/debian/changelog 2011-08-09 09:57:52 UTC (rev 702)
+++ fglrx-driver/branches/multiarch/debian/changelog 2011-08-09 10:42:35 UTC (rev 703)
@@ -8,6 +8,7 @@
- Add Pre-Depends: ${misc:Pre-Depends}.
- Add Multi-Arch: same.
- Bump debhelper compat level to 9.
+ * Move shared libraries from fglrx-driver package to new package libfglrx.
* Add instructions for squeeze-backports to README.source and a
prepare-squeeze-backport target to debian/rules that performs the
necessary changes.
Modified: fglrx-driver/branches/multiarch/debian/control
===================================================================
--- fglrx-driver/branches/multiarch/debian/control 2011-08-09 09:57:52 UTC (rev 702)
+++ fglrx-driver/branches/multiarch/debian/control 2011-08-09 10:42:35 UTC (rev 703)
@@ -28,12 +28,10 @@
Package: fglrx-driver
Architecture: i386 amd64
-Multi-Arch: same
-Pre-Depends:
- ${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
+ libfglrx (= ${binary:Version}),
xorg-video-abi-10 | xorg-video-abi-8 | xorg-video-abi-6.0,
glx-alternative-fglrx (>= 0.1.2)
Recommends:
@@ -64,6 +62,27 @@
.
This driver will replace parts of your X11 and Mesa system.
+Package: libfglrx
+Section: non-free/libs
+Architecture: i386 amd64
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Breaks:
+ fglrx-driver (<< ${fglrx:multiarch}),
+Replaces:
+ fglrx-driver (<< ${fglrx:multiarch}),
+Description: non-free ATI/AMD RadeonHD display driver (runtime libraries)
+ Display driver for the ATI/AMD RadeonHD and FireGL graphics cards.
+ .
+ This package contains the runtime libraries.
+ .
+ This driver is not free. As an alternative, you may try the newest free
+ driver xserver-xorg-video-radeon.
+
Package: fglrx-glx
Architecture: i386 amd64
Multi-Arch: same
Modified: fglrx-driver/branches/multiarch/debian/fglrx-driver.install.in
===================================================================
--- fglrx-driver/branches/multiarch/debian/fglrx-driver.install.in 2011-08-09 09:57:52 UTC (rev 702)
+++ fglrx-driver/branches/multiarch/debian/fglrx-driver.install.in 2011-08-09 10:42:35 UTC (rev 703)
@@ -10,15 +10,6 @@
arch/_ARCH_/usr/X11R6/bin/atiode usr/bin
arch/_ARCH_/usr/X11R6/bin/fgl_glxgears usr/bin
arch/_ARCH_/usr/X11R6/bin/fglrxinfo usr/bin
-arch/_ARCH_/usr/_LIB_/libatiuki.so.1.0 _LIBDIR_/
-arch/_ARCH_/usr/_LIB_/libaticaldd.so _LIBDIR_/
-arch/_ARCH_/usr/_LIB_/libaticalcl.so _LIBDIR_/
-arch/_ARCH_/usr/_LIB_/libaticalrt.so _LIBDIR_/
-arch/_ARCH_/usr/X11R6/_LIB_/libatiadlxx.so _LIBDIR_/
-arch/_ARCH_/usr/X11R6/_LIB_/libXvBAW.so.1.0 _LIBDIR_/
-arch/_ARCH_/usr/X11R6/_LIB_/libAMDXvBA.so.1.0 _LIBDIR_/
-arch/_ARCH_/usr/X11R6/_LIB_/libfglrx_dm.so.1.0 _LIBDIR_/
-arch/_ARCH_/usr/X11R6/_LIB_/modules/dri _LIBDIR_/
_XPIC_/usr/X11R6/_LIB_/modules/*.so usr/lib/xorg/modules/
_XPIC_/usr/X11R6/_LIB_/modules/drivers/fglrx_drv.so usr/lib/fglrx
_XPIC_/usr/X11R6/_LIB_/modules/extensions/fglrx/fglrx-libglx.so usr/lib/fglrx/
Modified: fglrx-driver/branches/multiarch/debian/fglrx-driver.links.in
===================================================================
--- fglrx-driver/branches/multiarch/debian/fglrx-driver.links.in 2011-08-09 09:57:52 UTC (rev 702)
+++ fglrx-driver/branches/multiarch/debian/fglrx-driver.links.in 2011-08-09 10:42:35 UTC (rev 703)
@@ -1,5 +1,2 @@
-_LIBDIR_/libAMDXvBA.so.1.0 _LIBDIR_/libAMDXvBA.so.1
-_LIBDIR_/libXvBAW.so.1.0 _LIBDIR_/libXvBAW.so.1
_LIBDIR_/libXvBAW.so.1 _LIBDIR_/libXvBAW.so
-_LIBDIR_/libatiuki.so.1.0 _LIBDIR_/libatiuki.so.1
/usr/lib/fglrx/fglrx-libglx.so /usr/lib/fglrx/libglx.so
Modified: fglrx-driver/branches/multiarch/debian/fglrx-driver.lintian-overrides.in
===================================================================
--- fglrx-driver/branches/multiarch/debian/fglrx-driver.lintian-overrides.in 2011-08-09 09:57:52 UTC (rev 702)
+++ fglrx-driver/branches/multiarch/debian/fglrx-driver.lintian-overrides.in 2011-08-09 10:42:35 UTC (rev 703)
@@ -1,5 +1,3 @@
-non-dev-pkg-with-shlib-symlink _LIBDIR_/libXvBAW.so.1.0 _LIBDIR_/libXvBAW.so
-package-name-doesnt-match-sonames libAMDXvBA1 libXvBAW1 libatiuki1 libfglrx-dm1.0
spelling-error-in-binary usr/bin/aticonfig dependant dependent
spelling-error-in-binary usr/bin/aticonfig informations information
spelling-error-in-binary usr/bin/aticonfig commited committed
@@ -8,8 +6,6 @@
spelling-error-in-binary usr/bin/aticonfig Sucessfully Successfully
spelling-error-in-binary usr/bin/aticonfig Sucessfully Successfully
spelling-error-in-binary usr/bin/aticonfig Sucessfully Successfully
-spelling-error-in-binary _LIBDIR_/dri/fglrx_dri.so ouput output
-spelling-error-in-binary _LIBDIR_/dri/fglrx_dri.so UNKOWN UNKNOWN
spelling-error-in-binary usr/lib/fglrx/fglrx_drv.so avaiable available
spelling-error-in-binary usr/lib/fglrx/fglrx_drv.so paramter parameter
spelling-error-in-binary usr/lib/fglrx/fglrx_drv.so childs children
@@ -19,15 +15,4 @@
spelling-error-in-binary usr/lib/fglrx/fglrx_drv.so recieved received
spelling-error-in-binary usr/lib/fglrx/fglrx_drv.so Recieved Received
spelling-error-in-binary usr/lib/fglrx/fglrx_drv.so seperate separate
-[i386]: spelling-error-in-binary _LIBDIR_/dri/fglrx_dri.so nam name
-[i386]: spelling-error-in-binary _LIBDIR_/libaticalcl.so nam name
-[i386]: spelling-error-in-binary _LIBDIR_/libaticalrt.so nam name
no-upstream-changelog
-sharedobject-in-library-directory-missing-soname _LIBDIR_/libatiadlxx.so
-sharedobject-in-library-directory-missing-soname _LIBDIR_/libaticalcl.so
-sharedobject-in-library-directory-missing-soname _LIBDIR_/libaticaldd.so
-sharedobject-in-library-directory-missing-soname _LIBDIR_/libaticalrt.so
-no-symbols-control-file _LIBDIR_/libXvBAW.so.1.0
-no-symbols-control-file _LIBDIR_/libatiuki.so.1.0
-no-symbols-control-file _LIBDIR_/libAMDXvBA.so.1.0
-no-symbols-control-file _LIBDIR_/libfglrx_dm.so.1.0
Copied: fglrx-driver/branches/multiarch/debian/libfglrx.install.in (from rev 702, fglrx-driver/branches/multiarch/debian/fglrx-driver.install.in)
===================================================================
--- fglrx-driver/branches/multiarch/debian/libfglrx.install.in (rev 0)
+++ fglrx-driver/branches/multiarch/debian/libfglrx.install.in 2011-08-09 10:42:35 UTC (rev 703)
@@ -0,0 +1,9 @@
+arch/_ARCH_/usr/_LIB_/libatiuki.so.1.0 _LIBDIR_/
+arch/_ARCH_/usr/_LIB_/libaticaldd.so _LIBDIR_/
+arch/_ARCH_/usr/_LIB_/libaticalcl.so _LIBDIR_/
+arch/_ARCH_/usr/_LIB_/libaticalrt.so _LIBDIR_/
+arch/_ARCH_/usr/X11R6/_LIB_/libatiadlxx.so _LIBDIR_/
+arch/_ARCH_/usr/X11R6/_LIB_/libXvBAW.so.1.0 _LIBDIR_/
+arch/_ARCH_/usr/X11R6/_LIB_/libAMDXvBA.so.1.0 _LIBDIR_/
+arch/_ARCH_/usr/X11R6/_LIB_/libfglrx_dm.so.1.0 _LIBDIR_/
+arch/_ARCH_/usr/X11R6/_LIB_/modules/dri _LIBDIR_/
Copied: fglrx-driver/branches/multiarch/debian/libfglrx.links.in (from rev 702, fglrx-driver/branches/multiarch/debian/fglrx-driver.links.in)
===================================================================
--- fglrx-driver/branches/multiarch/debian/libfglrx.links.in (rev 0)
+++ fglrx-driver/branches/multiarch/debian/libfglrx.links.in 2011-08-09 10:42:35 UTC (rev 703)
@@ -0,0 +1,3 @@
+_LIBDIR_/libAMDXvBA.so.1.0 _LIBDIR_/libAMDXvBA.so.1
+_LIBDIR_/libXvBAW.so.1.0 _LIBDIR_/libXvBAW.so.1
+_LIBDIR_/libatiuki.so.1.0 _LIBDIR_/libatiuki.so.1
Copied: fglrx-driver/branches/multiarch/debian/libfglrx.lintian-overrides.in (from rev 702, fglrx-driver/branches/multiarch/debian/fglrx-driver.lintian-overrides.in)
===================================================================
--- fglrx-driver/branches/multiarch/debian/libfglrx.lintian-overrides.in (rev 0)
+++ fglrx-driver/branches/multiarch/debian/libfglrx.lintian-overrides.in 2011-08-09 10:42:35 UTC (rev 703)
@@ -0,0 +1,15 @@
+package-name-doesnt-match-sonames libAMDXvBA1 libXvBAW1 libatiuki1 libfglrx-dm1.0
+spelling-error-in-binary _LIBDIR_/dri/fglrx_dri.so ouput output
+spelling-error-in-binary _LIBDIR_/dri/fglrx_dri.so UNKOWN UNKNOWN
+[i386]: spelling-error-in-binary _LIBDIR_/dri/fglrx_dri.so nam name
+[i386]: spelling-error-in-binary _LIBDIR_/libaticalcl.so nam name
+[i386]: spelling-error-in-binary _LIBDIR_/libaticalrt.so nam name
+no-upstream-changelog
+sharedobject-in-library-directory-missing-soname _LIBDIR_/libatiadlxx.so
+sharedobject-in-library-directory-missing-soname _LIBDIR_/libaticalcl.so
+sharedobject-in-library-directory-missing-soname _LIBDIR_/libaticaldd.so
+sharedobject-in-library-directory-missing-soname _LIBDIR_/libaticalrt.so
+no-symbols-control-file _LIBDIR_/libXvBAW.so.1.0
+no-symbols-control-file _LIBDIR_/libatiuki.so.1.0
+no-symbols-control-file _LIBDIR_/libAMDXvBA.so.1.0
+no-symbols-control-file _LIBDIR_/libfglrx_dm.so.1.0
More information about the Pkg-fglrx-devel
mailing list