[Pkg-fglrx-devel] r713 - fglrx-driver/branches/resurrect-fglrx-source/debian
Andreas Beckmann
anbe-guest at alioth.debian.org
Tue Aug 9 16:41:45 UTC 2011
Author: anbe-guest
Date: 2011-08-09 16:41:45 +0000 (Tue, 09 Aug 2011)
New Revision: 713
Added:
fglrx-driver/branches/resurrect-fglrx-source/debian/fglrx-source.install.in
fglrx-driver/branches/resurrect-fglrx-source/debian/fglrx-source.links
fglrx-driver/branches/resurrect-fglrx-source/debian/fglrx-source.lintian-overrides
fglrx-driver/branches/resurrect-fglrx-source/debian/module/
Modified:
fglrx-driver/branches/resurrect-fglrx-source/debian/changelog
fglrx-driver/branches/resurrect-fglrx-source/debian/control
fglrx-driver/branches/resurrect-fglrx-source/debian/rules
Log:
resurrect the fglrx-source package
Modified: fglrx-driver/branches/resurrect-fglrx-source/debian/changelog
===================================================================
--- fglrx-driver/branches/resurrect-fglrx-source/debian/changelog 2011-08-09 16:32:39 UTC (rev 712)
+++ fglrx-driver/branches/resurrect-fglrx-source/debian/changelog 2011-08-09 16:41:45 UTC (rev 713)
@@ -3,6 +3,7 @@
[ Andreas Beckmann ]
* Add more copyright statements and licenses to debian/copyright.
* Let dh_installmodules handle the modprobe blacklist config.
+ * Resurrect the fglrx-source package.
-- Andreas Beckmann <debian at abeckmann.de> Mon, 08 Aug 2011 17:54:32 +0200
Modified: fglrx-driver/branches/resurrect-fglrx-source/debian/control
===================================================================
--- fglrx-driver/branches/resurrect-fglrx-source/debian/control 2011-08-09 16:32:39 UTC (rev 712)
+++ fglrx-driver/branches/resurrect-fglrx-source/debian/control 2011-08-09 16:41:45 UTC (rev 713)
@@ -97,6 +97,19 @@
This driver is not free. As an alternative, you may try the newest free
driver xserver-xorg-video-radeon.
+Package: fglrx-source
+Section: non-free/kernel
+Architecture: i386 amd64
+Depends: ${misc:Depends}, debhelper (>= 7), make, bzip2
+Recommends: module-assistant | kernel-package
+Suggests: fglrx-driver
+Replaces: fglrx-kernel-src (<< 1:8-4-2)
+Breaks: fglrx-kernel-src (<< 1:8-4-2)
+Description: kernel module source for the non-free ATI/AMD RadeonHD display driver
+ This package provides the kernel build environment and the fglrx modules,
+ which are necessary to have accelerated 3D support within the ATI/AMD
+ proprietary display driver.
+
Package: fglrx-modules-dkms
Section: non-free/kernel
Architecture: i386 amd64
Copied: fglrx-driver/branches/resurrect-fglrx-source/debian/fglrx-source.install.in (from rev 558, fglrx-driver/trunk/debian/fglrx-source.install)
===================================================================
--- fglrx-driver/branches/resurrect-fglrx-source/debian/fglrx-source.install.in (rev 0)
+++ fglrx-driver/branches/resurrect-fglrx-source/debian/fglrx-source.install.in 2011-08-09 16:41:45 UTC (rev 713)
@@ -0,0 +1,9 @@
+common/lib/modules/fglrx/build_mod/*.c usr/src/modules/fglrx/
+common/lib/modules/fglrx/build_mod/*.h usr/src/modules/fglrx/
+common/lib/modules/fglrx/build_mod/*.sh usr/src/modules/fglrx/
+common/lib/modules/fglrx/build_mod/2.6.x/Makefile usr/src/modules/fglrx/
+debian/changelog usr/src/modules/fglrx/debian/
+debian/copyright usr/src/modules/fglrx/debian/
+debian/compat usr/src/modules/fglrx/debian/
+debian/module/* usr/src/modules/fglrx/debian/
+debian/reportbug/script usr/share/bug/fglrx-source/
Copied: fglrx-driver/branches/resurrect-fglrx-source/debian/fglrx-source.links (from rev 558, fglrx-driver/trunk/debian/fglrx-source.links)
===================================================================
--- fglrx-driver/branches/resurrect-fglrx-source/debian/fglrx-source.links (rev 0)
+++ fglrx-driver/branches/resurrect-fglrx-source/debian/fglrx-source.links 2011-08-09 16:41:45 UTC (rev 713)
@@ -0,0 +1 @@
+usr/share/modass/packages/default.sh usr/share/modass/packages/fglrx-source
Copied: fglrx-driver/branches/resurrect-fglrx-source/debian/fglrx-source.lintian-overrides (from rev 558, fglrx-driver/trunk/debian/fglrx-source.lintian-overrides)
===================================================================
--- fglrx-driver/branches/resurrect-fglrx-source/debian/fglrx-source.lintian-overrides (rev 0)
+++ fglrx-driver/branches/resurrect-fglrx-source/debian/fglrx-source.lintian-overrides 2011-08-09 16:41:45 UTC (rev 713)
@@ -0,0 +1 @@
+fglrx-source: no-upstream-changelog
Modified: fglrx-driver/branches/resurrect-fglrx-source/debian/rules
===================================================================
--- fglrx-driver/branches/resurrect-fglrx-source/debian/rules 2011-08-09 16:32:39 UTC (rev 712)
+++ fglrx-driver/branches/resurrect-fglrx-source/debian/rules 2011-08-09 16:41:45 UTC (rev 713)
@@ -56,6 +56,13 @@
chmod -x debian/fglrx-control/usr/share/icons/*
chmod -x debian/fglrx-driver/etc/ati/atiogl.xml
chmod -x debian/fglrx-modules-dkms/usr/src/fglrx-$(upstream_version)/*
+ chmod +x debian/$(PKG_source)/$(KSRCDIR)/debian/rules
+ chmod +x debian/$(PKG_source)/$(KSRCDIR)/make.sh
+ # Create the fglrx source tarball.
+ (cd debian/$(PKG_source)/usr/src \
+ && chown -R root:src modules \
+ && tar -c modules | bzip2 > fglrx.tar.bz2 \
+ && rm -rf modules)
# Install reportbug files in all binary packages
override_dh_bugfiles:
More information about the Pkg-fglrx-devel
mailing list