[Pkg-fglrx-devel] r1222 - fglrx-driver/trunk/debian
Andreas Beckmann
anbe at alioth.debian.org
Sun May 5 20:04:33 UTC 2013
Author: anbe
Date: 2013-05-05 20:04:33 +0000 (Sun, 05 May 2013)
New Revision: 1222
Modified:
fglrx-driver/trunk/debian/README.source
fglrx-driver/trunk/debian/changelog
fglrx-driver/trunk/debian/fglrx-driver.install.in
fglrx-driver/trunk/debian/rules
fglrx-driver/trunk/debian/rules.defs
Log:
automatically expire imported signatures on new upstreams
Modified: fglrx-driver/trunk/debian/README.source
===================================================================
--- fglrx-driver/trunk/debian/README.source 2013-05-05 19:30:44 UTC (rev 1221)
+++ fglrx-driver/trunk/debian/README.source 2013-05-05 20:04:33 UTC (rev 1222)
@@ -8,7 +8,13 @@
This will wget version 11-1 of fglrx-driver from the upstream download
resource, and repackage it under "../".
+* Sometimes the (beta) release does not contain a signature which will
+ result in displaying an unwanted watermark. The signature file needs to
+ be obtained by other means (...) and placed in "debian/import/signature".
+ Setting SIGNATURE_VERSION in debian/rules.def to the current upstream
+ version will use the imported signature file instead of the shipped one.
+
Backporting to squeeze
======================
Modified: fglrx-driver/trunk/debian/changelog
===================================================================
--- fglrx-driver/trunk/debian/changelog 2013-05-05 19:30:44 UTC (rev 1221)
+++ fglrx-driver/trunk/debian/changelog 2013-05-05 20:04:33 UTC (rev 1222)
@@ -1,6 +1,9 @@
fglrx-driver (1:13.4-3) UNRELEASED; urgency=low
* Drop maintainer script code targeting upgrades from before wheezy.
+ * Use again the shipped signature file.
+ * Simplify importing signature files: Save them as debian/import/signature
+ and in debian/rules.defs set SIGNATURE_VERSION = <upstream version>.
-- Andreas Beckmann <anbe at debian.org> Sun, 05 May 2013 21:08:34 +0200
Modified: fglrx-driver/trunk/debian/fglrx-driver.install.in
===================================================================
--- fglrx-driver/trunk/debian/fglrx-driver.install.in 2013-05-05 19:30:44 UTC (rev 1221)
+++ fglrx-driver/trunk/debian/fglrx-driver.install.in 2013-05-05 20:04:33 UTC (rev 1222)
@@ -1,4 +1,4 @@
-debian/import/signature etc/ati/
+_SIGDIR_/signature etc/ati/
common/etc/ati/control etc/ati/
common/etc/ati/atiogl.xml etc/ati/
common/etc/ati/amdpcsdb.default etc/ati/
Modified: fglrx-driver/trunk/debian/rules
===================================================================
--- fglrx-driver/trunk/debian/rules 2013-05-05 19:30:44 UTC (rev 1221)
+++ fglrx-driver/trunk/debian/rules 2013-05-05 20:04:33 UTC (rev 1222)
@@ -10,6 +10,7 @@
include debian/rules.defs
MULTIARCH ?=
+SIGNATURE_VERSION ?=
variant ?=
variant_desc_suffix ?=
fglrx ?= fglrx$(variant)
@@ -28,6 +29,7 @@
endif
libdir = usr/lib$(if $(MULTIARCH),/$(DEB_HOST_MULTIARCH))
+sigdir = $(if $(filter $(upstream_version),$(SIGNATURE_VERSION)),debian/import,common/etc/ati)
xorg_depends = $(foreach abi, $(XORG_ABI_LIST), xorg-video-abi-$(abi) |)
CONTROL_PREFIXES = fglrx libfglrx libgl1-fglrx amd-opencl-icd
@@ -56,6 +58,7 @@
-e 's%_XPIC_%$(xpic)%g' \
-e 's%_LIB_%$(lib)%g' \
-e 's%_LIBDIR_%$(libdir)%g' \
+ -e 's%_SIGDIR_%$(sigdir)%g' \
< $< > $@
%:
Modified: fglrx-driver/trunk/debian/rules.defs
===================================================================
--- fglrx-driver/trunk/debian/rules.defs 2013-05-05 19:30:44 UTC (rev 1221)
+++ fglrx-driver/trunk/debian/rules.defs 2013-05-05 20:04:33 UTC (rev 1222)
@@ -1,2 +1,3 @@
MULTIARCH = yes
+SIGNATURE_VERSION =
XORG_ABI_LIST = 13 12 11 10 8 6.0
More information about the Pkg-fglrx-devel
mailing list