[Pkg-fglrx-devel] r1039 - fglrx-driver/branches/experimental/debian

Andreas Beckmann anbe-guest at alioth.debian.org
Tue Sep 4 22:49:56 UTC 2012


Author: anbe-guest
Date: 2012-09-04 22:49:56 +0000 (Tue, 04 Sep 2012)
New Revision: 1039

Modified:
   fglrx-driver/branches/experimental/debian/rules
Log:
amd uses yet another naming convention ...

Modified: fglrx-driver/branches/experimental/debian/rules
===================================================================
--- fglrx-driver/branches/experimental/debian/rules	2012-09-04 22:29:58 UTC (rev 1038)
+++ fglrx-driver/branches/experimental/debian/rules	2012-09-04 22:49:56 UTC (rev 1039)
@@ -193,8 +193,9 @@
 URL_PATH		?= www2.ati.com/drivers/linux
 CACHEDIR		?= /tmp
 NEW_UPSTREAM_VERSION	?= $(patsubst VER=%,%,$(filter VER=%,$(DEB_BUILD_OPTIONS)))
+ZIP_UPSTREAM_VERSION	?= $(or $(patsubst ZVER=%,%,$(filter ZVER=%,$(DEB_BUILD_OPTIONS))),$(NEW_UPSTREAM_VERSION))
 INTERNAL_VERSION	:= $(shell test ! -s $(INSTALLER) || sh $(INSTALLER) --info | sed -n '/^Identification:/ s/[^0-9]*//p')
-REAL_UPSTREAM_VERSION	?= $(NEW_UPSTREAM_VERSION)
+REAL_UPSTREAM_VERSION	?= $(ZIP_UPSTREAM_VERSION)
 
 get-orig-source-checks:
 	# This target needs DEB_BUILD_OPTIONS to contain the version specification




More information about the Pkg-fglrx-devel mailing list