[Pkg-fglrx-devel] r969 - fglrx-driver/trunk/debian
Andreas Beckmann
anbe-guest at alioth.debian.org
Sun Jul 8 21:36:30 UTC 2012
Author: anbe-guest
Date: 2012-07-08 21:36:30 +0000 (Sun, 08 Jul 2012)
New Revision: 969
Modified:
fglrx-driver/trunk/debian/changelog
fglrx-driver/trunk/debian/control
fglrx-driver/trunk/debian/rules
Log:
add support for adding a legacy note to the short descriptions
Modified: fglrx-driver/trunk/debian/changelog
===================================================================
--- fglrx-driver/trunk/debian/changelog 2012-07-08 21:11:31 UTC (rev 968)
+++ fglrx-driver/trunk/debian/changelog 2012-07-08 21:36:30 UTC (rev 969)
@@ -7,6 +7,7 @@
- Add support for variant specific settings in debian/rules.defs.
- Add support for on-the-fly renaming of debian/*{fglrx => fglrx-legacy}*.
- Add information about supported models to the long descriptions.
+ - Add support for adding a legacy note to the short descriptions.
* debian/rules get-orig-source:
- Add support for zipped installers.
- Add support for using the internal version as upstream version.
Modified: fglrx-driver/trunk/debian/control
===================================================================
--- fglrx-driver/trunk/debian/control 2012-07-08 21:11:31 UTC (rev 968)
+++ fglrx-driver/trunk/debian/control 2012-07-08 21:36:30 UTC (rev 969)
@@ -65,7 +65,7 @@
Replaces:
xserver-xorg-video-fglrx,
fglrx-glx (<< 1:11-7-4),
-Description: non-free ATI/AMD RadeonHD display driver
+Description: non-free ATI/AMD RadeonHD display driver${fglrx:LegacyDesc}
${fglrx:Info}
.
.
@@ -103,7 +103,7 @@
Replaces:
libfglrx-virtual,
fglrx-driver (<< 1:11-8-2),
-Description: non-free ATI/AMD RadeonHD display driver (runtime libraries)
+Description: non-free ATI/AMD RadeonHD display driver (runtime libraries)${fglrx:LegacyDesc}
${fglrx:Info}
.
.
@@ -128,7 +128,7 @@
Replaces:
fglrx-driver (<< 1:11-8-3~),
libfglrx (<< 1:11-8-3~),
-Description: AMD XvBA (X-Video Bitstream Acceleration) runtime libraries
+Description: AMD XvBA (X-Video Bitstream Acceleration) runtime libraries${fglrx:LegacyDesc}
X-Video Bitstream Acceleration (XvBA), designed by AMD for its (ATI) Radeon GPU
and Fusion APU, is an arbitrary extension of the X video extension (Xv) for the
X Window System on Linux operating-systems. XvBA API allows video programs to
@@ -150,7 +150,7 @@
fglrx-driver (<< 1:11-8-2),
Replaces:
fglrx-driver (<< 1:11-8-2),
-Description: AMD XvBA (X-Video Bitstream Acceleration) development files
+Description: AMD XvBA (X-Video Bitstream Acceleration) development files${fglrx:LegacyDesc}
X-Video Bitstream Acceleration (XvBA), designed by AMD for its (ATI) Radeon GPU
and Fusion APU, is an arbitrary extension of the X video extension (Xv) for the
X Window System on Linux operating-systems. XvBA API allows video programs to
@@ -186,7 +186,7 @@
Replaces:
libgl1-fglrx-glx-virtual,
fglrx-glx (<< 1:11-8-2),
-Description: proprietary libGL for the non-free ATI/AMD RadeonHD display driver
+Description: proprietary libGL for the non-free ATI/AMD RadeonHD display driver${fglrx:LegacyDesc}
${fglrx:Info}
.
.
@@ -216,7 +216,7 @@
Conflicts:
nvidia-glx-ia32,
ia32-fglrx-glx,
-Description: proprietary libGL for the non-free ATI/AMD RadeonHD display driver (32-bit)
+Description: proprietary libGL for the non-free ATI/AMD RadeonHD display driver (32-bit)${fglrx:LegacyDesc}
${fglrx:Info}
.
.
@@ -237,7 +237,7 @@
fglrx-glx-ia32 (<< 1:11-8-2),
Replaces:
fglrx-glx-ia32 (<< 1:11-8-2),
-Description: non-free ATI/AMD RadeonHD display driver (32-bit runtime libraries)
+Description: non-free ATI/AMD RadeonHD display driver (32-bit runtime libraries)${fglrx:LegacyDesc}
${fglrx:Info}
.
.
@@ -263,7 +263,7 @@
make (= 3.82-1),
Replaces:
fglrx-kernel-dkms,
-Description: dkms module source for the non-free ATI/AMD RadeonHD display driver
+Description: dkms module source for the non-free ATI/AMD RadeonHD display driver${fglrx:LegacyDesc}
${fglrx:Info}
.
.
@@ -292,7 +292,7 @@
fglrx-kernel-src,
Breaks:
make (= 3.82-1),
-Description: kernel module source for the non-free ATI/AMD RadeonHD display driver
+Description: kernel module source for the non-free ATI/AMD RadeonHD display driver${fglrx:LegacyDesc}
${fglrx:Info}
.
.
@@ -320,7 +320,7 @@
fglrx-amdcccle,
Replaces:
fglrx-control-virtual,
-Description: control panel for the non-free ATI/AMD RadeonHD display driver
+Description: control panel for the non-free ATI/AMD RadeonHD display driver${fglrx:LegacyDesc}
${fglrx:Info}
.
.
@@ -352,7 +352,7 @@
Replaces:
fglrx-atieventsd-virtual,
fglrx-driver (<< 1:8-4-2),
-Description: external events daemon for the non-free ATI/AMD RadeonHD display driver
+Description: external events daemon for the non-free ATI/AMD RadeonHD display driver${fglrx:LegacyDesc}
${fglrx:Info}
.
.
@@ -385,7 +385,7 @@
Replaces:
amd-opencl-icd-virtual,
Homepage: http://developer.amd.com/zones/openclzone/pages/default.aspx
-Description: AMD OpenCL ICD
+Description: AMD OpenCL ICD${fglrx:LegacyDesc}
OpenCL (Open Computing Language) is a multivendor open standard for
general-purpose parallel programming of heterogeneous systems that include
CPUs, GPUs and other processors.
Modified: fglrx-driver/trunk/debian/rules
===================================================================
--- fglrx-driver/trunk/debian/rules 2012-07-08 21:11:31 UTC (rev 968)
+++ fglrx-driver/trunk/debian/rules 2012-07-08 21:36:30 UTC (rev 969)
@@ -9,6 +9,7 @@
include debian/rules.defs
MULTIARCH ?=
legacy ?=
+legacy_description ?=
ifeq ($(DEB_HOST_ARCH),amd64)
arch=x86_64
@@ -155,6 +156,7 @@
override_dh_gencontrol:
dh_gencontrol -- -V'fglrx:version=$(subst ~,-,$(upstream_version))' \
+ -V'fglrx:LegacyDesc=$(legacy_description)' \
-Vfglrx:Info="`cat debian/control.info`" \
-Vfglrx:Models="`cat debian/control.models`"
More information about the Pkg-fglrx-devel
mailing list