1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598
|
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/pkg-info.mk
NVIDIA_RELEASE = $(DEB_VERSION_UPSTREAM)
NVIDIA_MAJOR = $(firstword $(subst ., ,$(NVIDIA_RELEASE)))
include debian/rules.defs
NVIDIA_TESLA ?=
WATCH_VERSION ?= $(NVIDIA_TESLA)
WATCH_PATTERN ?=
GIT_BRANCH ?= $(if $(variant),$(variant)/main,$(version_major))
XORG_ABI_LIST ?=
XORG_BOUND ?=
LINUX_KMOD_VARIANT ?=
LINUX_KMOD_TESTED ?=
NVIDIA_LEGACY_CHECK ?=
NVIDIA_SETTINGS ?= nvidia-settings$(-variant) (>= $(NVIDIA_MAJOR))
ARCH_CANDIDATES ?= amd64 i386 armhf arm64 ppc64el
ARCH_LIST ?= amd64
NO_DRIVER_ARCH_LIST ?=
NO_TARBALL_ARCH_LIST ?=
NO_AUTOPKGTEST_ARCH_LIST?=
version = $(NVIDIA_RELEASE)
version_major = $(NVIDIA_MAJOR)
variant = $(if $(NVIDIA_TESLA),tesla-$(NVIDIA_TESLA))
variant_description = $(if $(NVIDIA_TESLA), (Tesla $(NVIDIA_TESLA) version))
variant_description_short= $(if $(NVIDIA_TESLA), (Tesla $(NVIDIA_TESLA)))
-variant = $(if $(variant),-$(variant))
trailing_minus = $(if $(filter %0 %1 %2 %3 %4 %5 %6 %7 %8 %9,$(variant)),-)
nvidia = nvidia$(-variant)
nvidia- = $(nvidia)$(trailing_minus)
nvidia_if_variant = $(if $(variant),$(nvidia)-)
current = $(if $(variant),$(variant),current)
module-current = $(current)$(LINUX_KMOD_VARIANT)
module = nvidia-$(module-current)
nvidia-kernel = $(nvidia)$(LINUX_KMOD_VARIANT)-kernel
libcuda1 = lib$(nvidia_if_variant)cuda1
watch_pattern = $(or $(WATCH_PATTERN),$(if $(WATCH_VERSION),$(WATCH_VERSION)(?:\.[\d\.\-]+)?),\d[\d\.\-]*)
debhelper_compat := $(shell sed -rn 's/.*debhelper-compat \(= ([0-9]+)\).*/\1/p' debian/control)
has_driver = $(filter $(DEB_HOST_ARCH),$(DRIVER_ARCH_LIST))
DRIVER_ARCH_LIST = $(filter-out $(NO_DRIVER_ARCH_LIST),$(ARCH_LIST))
TARBALL_ARCH_LIST = $(filter-out $(NO_TARBALL_ARCH_LIST),$(DRIVER_ARCH_LIST))
AUTOPKGTEST_ARCH_LIST = $(filter-out $(NO_AUTOPKGTEST_ARCH_LIST),$(DRIVER_ARCH_LIST))
# system libdir
libdir ?= usr/lib/$(DEB_HOST_MULTIARCH)
# nvidia version specific directory below $(libdir)
nvidia_private = nvidia/$(current)
CONTROL_PREFIXES = nvidia
CONTROL_PREFIXES += firmware-nvidia-gsp
CONTROL_PREFIXES += libnvidia
CONTROL_PREFIXES += libgl1-nvidia
CONTROL_PREFIXES += libglx-nvidia0
CONTROL_PREFIXES += libegl-nvidia0
CONTROL_PREFIXES += libgles-nvidia1 libgles-nvidia2
CONTROL_PREFIXES += libcuda1
CONTROL_PREFIXES += libcudadebugger1
CONTROL_PREFIXES += libnvcuvid1
CONTROL_PREFIXES += libnvoptix1
CONTROL_PREFIXES += xserver-xorg-video-nvidia
RENAME_libcuda1 = $(libcuda1)
RENAME_libcudadebugger1 = lib$(nvidia_if_variant)cudadebugger1
RENAME_libnvcuvid1 = lib$(nvidia_if_variant)nvcuvid1
RENAME_libnvoptix1 = lib$(nvidia_if_variant)nvoptix1
renamed_prefix = $(or $(RENAME_$1),$(subst nvidia,$(if $(filter %nvidia0 %nvidia1 %nvidia2,$1),$(nvidia-),$(nvidia)),$1))
CONTROL_PREFIXES_RENAMED = $(foreach p,$(CONTROL_PREFIXES),$(call renamed_prefix,$p))
# $1=file, $2=prefix
applyprefixrename = $(patsubst debian/$2%,debian/$(call renamed_prefix,$2)%,$1)
# $1=file, $2=prefixlist
applyprefixrenamelist = $(if $2,$(call applyprefixrenamelist,$(call applyprefixrename,$1,$(firstword $2)),$(wordlist 2,$(words $2),$2)),$1)
ALL_CONTROL := $(wildcard $(patsubst %,debian/%*,$(CONTROL_PREFIXES)))
LEGACY_CONTROL := $(wildcard $(patsubst %,debian/%*,$(CONTROL_PREFIXES_RENAMED)))
RENAME_CONTROL = $(filter-out $(LEGACY_CONTROL),$(ALL_CONTROL))
RENAMED_CONTROL = $(foreach f,$(RENAME_CONTROL),$(call applyprefixrenamelist,$f,$(CONTROL_PREFIXES)))
TEMPLATE_DIRS = debian
TEMPLATE_DIRS += debian/module/debian
TEMPLATE_DIRS += debian/detect
TEMPLATE_DIRS += debian/tests
TEMPLATES := $(filter-out %.modules.in,$(wildcard $(addsuffix /*.in,$(TEMPLATE_DIRS))))
AUTOGEN = $(TEMPLATES:.in=)
AUTOGEN += $(RENAMED_CONTROL:.in=)
AUTOGEN += debian/module/debian/bug-control
AUTOGEN += debian/module/debian/control.modules.in
AUTOGEN += debian/bug-control
AUTOGEN += debian/substvars
AUTOGEN += $(AUTOKEEP)
AUTOKEEP = debian/watch
AUTOKEEP += debian/tests/autopkgtest-pkg-dkms.conf
AUTOKEEP += debian/tests/control
AUTOKEEP += debian/control
AUTOCLEAN = $(filter-out $(AUTOKEEP),$(AUTOGEN))
empty =
space = $(empty) $(empty)
comma = ,
xorg_depends = $(foreach abi, $(XORG_ABI_LIST), xorg-video-abi-$(abi) |)
xorg_depends += $(comma) xserver-xorg-core $(XORG_BOUND)
xorg_provides = xorg-driver-video
deps_nvidia_kmod_binary = $${nvidia-kernel}-dkms (= $${binary:Version}) [$${nvidia:archlist:driver}] |
deps_nvidia_kmod_binary += $${nvidia-kernel}-$${nvidia:Version} [$${nvidia:archlist:driver}] |
#deps_nvidia_kmod_binary += $${nvidia}-open-kernel-$${nvidia:Version} [$${nvidia:archlist:driver}] |
deps_nvidia_kmod_binary += nvidia-open-kernel-$${nvidia:Version} [$${nvidia:archlist:driver}] |
deps_nvidia_kmod_source = $${nvidia-kernel}-dkms (>= $${nvidia:Version}) [$${nvidia:archlist:driver}] |
deps_nvidia_kmod_source += $${nvidia-kernel}-source (>= $${nvidia:Version}) [$${nvidia:archlist:driver}] |
#deps_nvidia_kmod_source += $${nvidia}-open-kernel-source (>= $${nvidia:Version}) [$${nvidia:archlist:driver}] |
deps_nvidia_kmod_source += nvidia-open-kernel-source (>= $${nvidia:Version}) [$${nvidia:archlist:driver}] |
.PHONY: autogen prepare patch
autogen: debian/control $(AUTOGEN)
prepare: autogen unpack-stamp
ifneq (,$(has_driver))
prepare: nvidia.ids compare-copyright-license
endif
patch: prepare
NVIDIA-Linux-%:
sh $*/${NVIDIA_FILENAME_$*} --extract-only
ln -s ${NVIDIA_DIRNAME_$*} $@
gunzip $@/*.1.gz
ifneq (,$(filter i386,$(NO_DRIVER_ARCH_LIST)))
NVIDIA-Linux-i386: NVIDIA-Linux-amd64
$(RM) -r $@
cp -al $</32 $@
cp -al $</*.icd $@
cp -al $</*.json* $@
endif
ifneq (,$(filter armhf,$(NO_DRIVER_ARCH_LIST)))
NVIDIA-Linux-armhf: NVIDIA-Linux-amd64
$(RM) -r $@
mkdir $@
cp -al $</*.json $@
endif
ifneq (,$(filter ppc64el,$(NO_DRIVER_ARCH_LIST)))
NVIDIA-Linux-ppc64el: NVIDIA-Linux-amd64
$(RM) -r $@
mkdir $@
cp -al $</*.icd $@
cp -al $</*.json* $@
cp -al $</systemd/ $@
endif
# Always unpack amd64, we need files from them.
unpack-stamp: NVIDIA-Linux-amd64
unpack-stamp: NVIDIA-Linux-$(DEB_HOST_ARCH)
$(if $(filter $(DEB_HOST_ARCH),$(ARCH_LIST)),,$(error Architecture $(DEB_HOST_ARCH) unsupported.))
dh_testdir
$(RM) NVIDIA-Linux
ln -s NVIDIA-Linux-$(DEB_HOST_ARCH) NVIDIA-Linux
ifneq (,$(has_driver))
QUILT_PATCHES=debian/patches QUILT_SERIES=series-postunpack quilt --quiltrc /dev/null push -a || test $$? = 2
# bashism is used on a few architectures only
sed -i 's/==/=/g' NVIDIA-Linux/nvidia-bug-report.sh
endif
ls -al
touch $@
nv-readme.ids: unpack-stamp
sed -r -n '/^Chapter [0-9]+\. GSP Firmware|^A1\. CURRENT NVIDIA GPUS|^A1\. NVIDIA GEFORCE GPUS/,/^Chapter|^Appendix|^Below/ s/^(.{41}|.{49}) ([0-9a-fA-F]{4})($$| .*)/10de\2/p' \
NVIDIA-Linux/README.txt \
| tr a-f A-F | sort -u > $@
@set -e -x ; \
if ! cmp -s debian/$@ $@ ; then \
diff -u debian/$@ $@ || true ; \
: "*** Supported PCI IDs have changed. See diff above. Aborting. ***"; \
exit 1 ; \
fi
ifneq (,$(variant:tesla=))
@set -e -x ; \
if ! cmp -s debian/detect/$(nvidia).ids $@ ; then \
diff -u debian/detect/$(nvidia).ids $@ || true ; \
: "*** Supported PCI IDs of the $(nvidia) variant have changed. See diff above. Aborting. ***"; \
exit 1 ; \
fi
endif
nvidia.ids: nv-readme.ids
cp $< $@
# Reformat the LICENSE to the format needed for debian/copyright.
LICENSE.txt: unpack-stamp
sed -e 's/^ *//; s/ *$$//; s/^$$/./; s/^/ /;' NVIDIA-Linux/LICENSE > $@
# Compare the license in debian/copyright with the LICENSE shipped in the archive.
compare-copyright-license: LICENSE.txt
sed -e '1,/^License: NVIDIA-graphics-drivers/d; 1,/^License: NVIDIA-graphics-drivers$$/d; /^$$\|^Comment:$$/,$$d; /^ \.$$/d' debian/copyright > copyright.tmp
sed -e '/^ \.$$/d' LICENSE.txt > LICENSE.tmp
diff -w copyright.tmp LICENSE.tmp
$(RM) copyright.tmp LICENSE.tmp
.PHONY: binary binary-arch binary-indep build clean install
binary binary-arch binary-indep build clean install:
dh $@
override_dh_auto_clean:
$(RM) -r .pc
$(RM) NVIDIA-Linux
$(RM) -r $(foreach a,$(ARCH_LIST),NVIDIA-Linux-$a $(NVIDIA_DIRNAME_$a))
$(RM) -r build
$(RM) -r kernel-source-tree
$(RM) -r test-module-build
$(RM) nvidia.ids nv-readme.ids pci.ids.nvidia*
$(RM) LICENSE.txt LICENSE.tmp copyright.tmp
test ! -d debian/po || debconf-updatepo
execute_after_dh_clean:
$(RM) $(AUTOCLEAN)
md5sum --check debian/control.md5sum --status || \
touch debian/rules.defs
$(MAKE) -f debian/rules $(AUTOKEEP)
# this will fail unless debian/control{,.md5sum} is up-to-date
md5sum --check debian/control.md5sum --status || \
$(MAKE) -f debian/rules debian/control-real
CONTROL_FILES = debian/control.in debian/gen-control.pl debian/rules debian/rules.defs
debian/control: $(CONTROL_FILES) debian/changelog
md5sum --check debian/control.md5sum --status || \
$(MAKE) -f debian/rules debian/control-real
touch $@
override_dh_auto_configure: prepare
build-stamp: unpack-stamp
$(RM) -r build
cp -al NVIDIA-Linux/ build
# Use the amd64 changelog for all architectures to be M-A:same safe.
cp -al NVIDIA-Linux-amd64/NVIDIA_Changelog build/
$(RM) -r build/32
$(RM) -r build/libglvnd_install_checker
$(RM) -r build/kernel-open
ifeq (amd64,$(DEB_HOST_ARCH))
chmod -x build/*.dll
endif
ifneq (,$(has_driver))
gzip -9fn build/nvidia-smi.1
# Apply the kernel module patches.
cd build/kernel && QUILT_PATCHES=../../debian/patches/module quilt --quiltrc /dev/null push -a || test $$? = 2
# This copy of the changelog is going to be installed into the module
# binary packages.
cp -al build/NVIDIA_Changelog build/kernel/
# Fix permissions.
chmod -R a-sx,u=rwX,go=rX build/kernel
endif
touch $@
override_dh_auto_build: build-stamp
override_dh_auto_install:
$(RM) -r debian/tmp
cp -al build/ debian/tmp
$(RM) -r debian/tmp/kernel/.pc
module_source_pkg = debian/$(nvidia-kernel)-source
module_source_txz = $(module_source_pkg)/usr/src/$(nvidia-kernel).tar.xz
pack-module-source:
find $(module_source_pkg) \( -name '*.binary' -o -name '*.in' -not -name '*.modules.in' \) -print -delete
tar c \
-C $(module_source_pkg)/usr/src \
--numeric-owner --owner=0 --group=0 \
--mode=a=rX,u+w \
--sort=name \
--mtime='@$(SOURCE_DATE_EPOCH)' \
--clamp-mtime \
--remove-files \
modules | xz -T+1 -9 > $(module_source_txz)
tar tfv $(module_source_txz)
# only invoked manually
kernel-source-tree: unpack-stamp $(AUTOGEN)
$(RM) -r $@
cp -a NVIDIA-Linux/kernel $@
cd $@ && QUILT_PATCHES=../debian/patches/module quilt --quiltrc /dev/null push -a || test $$? = 2
ifneq (,$(has_driver))
execute_after_dh_install: pack-module-source
# Test that the patches can be applied to the module source
# and a module can be built.
override_dh_auto_test: J_FLAG ?= $(patsubst parallel=%,-j%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test: TEST_KERNEL ?= $(shell ls -dvr1 /lib/modules/*/build 2>/dev/null | cut -d/ -f4 | head -n 1)
override_dh_auto_test: build-stamp
$(RM) -r test-module-build
cp -a build/kernel test-module-build
$(MAKE) $(J_FLAG) -C test-module-build NV_VERBOSE=1 KERNEL_UNAME=$(TEST_KERNEL)
endif
override_dh_installchangelogs:
dh_installchangelogs debian/tmp/NVIDIA_Changelog
override_dh_installsystemd:
dh_installsystemd --no-start --no-stop-on-upgrade --no-restart-after-upgrade
override_dh_bugfiles:
dh_bugfiles -A
override_dh_shlibdeps:
dh_shlibdeps -l/$(libdir)/$(nvidia_private)
test -z "$$(ls debian/*.substvars 2>/dev/null)" || sed -r -i 's/libnvidia-(e?glcore|gpucomp)-$(version)/lib$(nvidia)-\1 (= $${binary:Version})/g' debian/*.substvars
execute_before_dh_installdeb:
! command -v dh_movetousr >/dev/null || dh_movetousr
override_dh_gencontrol:
dh_gencontrol -- \
-V'nvidia:Version=$(version)' \
-V'nvidia:Version:major=$(version_major)' \
-V'nvidia:xorgDepends=$(xorg_depends)' \
-V'nvidia:xorgProvides=$(xorg_provides)' \
-V'nvidia=$(nvidia)' \
-V'nvidia-=$(nvidia-)' \
-V'nvidia-if-variant=$(nvidia_if_variant)' \
-V'nvidia-kernel=$(nvidia-kernel)' \
-V'nvidia:Variant=$(variant)' \
-V'nvidia:VariantDesc=$(variant_description)' \
-V'nvidia:VariantDescShort=$(variant_description_short)' \
-V'nvidia:legacy-check=$(NVIDIA_LEGACY_CHECK)' \
-V'libcuda1=$(libcuda1)' \
-V'nvidia-settings=$(NVIDIA_SETTINGS)' \
-V'nvidia:debhelper-compat=$(debhelper_compat)' \
$(foreach a,$(ARCH_CANDIDATES),-V'arch:$a=$(filter $a,$(DRIVER_ARCH_LIST))') \
-V'nvidia:archlist:driver=$(DRIVER_ARCH_LIST)' \
-V'nvidia:kmod:binary=$(deps_nvidia_kmod_binary)' \
-V'nvidia:kmod:source=$(deps_nvidia_kmod_source)' \
-V'nvidia:kmod:tested:Linux=$(strip $(or $(LINUX_KMOD_TESTED_$(DEB_HOST_ARCH)),$(LINUX_KMOD_TESTED),???))' \
-Vnvidia:kmod:Description="`cat debian/control.kmod`" \
-Vnvidia:Models="`cat debian/control.models`"
# used by dpkg-genchanges
debian/substvars:
echo 'nvidia:VariantDesc=$(variant_description)' > $@
echo 'nvidia:VariantDescShort=$(variant_description_short)' >> $@
# Do not run dh_strip here. The NVIDIA Driver License Agreement says:
#
# 1. License.
#
# 1.1 Subject to the terms of this Agreement, NVIDIA grants you a non-exclusive,
# revocable, non-transferable and non-sublicensable (except as expressly provided
# in this Agreement) license to:
# ...
# d. Distribute the SOFTWARE provided for use with operating systems distributed
# under the terms of an OSI-approved open source license as listed by the Open
# Source Initiative at http://opensource.org, provided that (i) the binary files
# thereof are not modified in any way (except for uncompressing of compressed
# files) and (ii) this Agreement is provided to each SOFTWARE recipient.
#
# Stripping the binary modules would constitute modifying the binary files
# in a way other than unzipping of compressed files.
override_dh_dwz:
override_dh_strip:
override_dh_strip_nondeterminism:
############################################################################
# Generating control files
%:: %.in debian/rules debian/rules.defs
perl -p \
-e 's{#VERSION#}{$(version)}g;' \
-e 's{#MAJOR#}{$(version_major)}g;' \
-e 's{#NVIDIA#}{$(nvidia)}g;' \
-e 's{#VARIANT#}{$(-variant)}g;' \
-e 's{#CURRENT#}{$(current)}g;' \
-e 's{#NVIDIA-KERNEL#}{$(nvidia-kernel)}g;' \
-e 's{#MODULE#}{$(module)}g;' \
-e 's{#MODULE_CURRENT#}{$(module-current)}g;' \
-e 's{#WATCH_PATTERN#}{$(subst \,\\,$(watch_pattern))}g;' \
-e 's{#LIBDIR#}{$(libdir)}g;' \
-e 's{#PRIVATE#}{$(nvidia_private)}g;' \
-e 's{#ARCH_LIST#}{$(DRIVER_ARCH_LIST)}g;' \
-e 's{#AUTOPKGTEST_ARCH_LIST#}{$(AUTOPKGTEST_ARCH_LIST)}g;' \
< $< > $@
chmod --reference=$< $@
debian/module/debian/control.modules.in: debian/control debian/module/debian/control.modules.in.binary
sed -n '/^#/d; 0,/^$$/p' $< > $@
cat $(filter-out $<,$^) >> $@
debian/module/debian/bug-control: debian/bug-control
cp $< $@
echo "" >> $@
echo "Submit-As: $(nvidia-kernel)-source" >> $@
# Renaming control files for variant packaging
define rename-template
$2%: $1%
cp -a $$< $$@
endef
ifneq (,$(variant))
$(foreach p,$(CONTROL_PREFIXES),$(eval $(call rename-template,$p,$(call renamed_prefix,$p))))
endif
include debian/bug-control.mk
############################################################################
# intentionally fails to prevent being run during build
debian/control-real: $(CONTROL_FILES)
debian/gen-control.pl \
-V'nvidia=$(nvidia)' \
-V'nvidia-=$(nvidia-)' \
-V'nvidia-if-variant=$(nvidia_if_variant)' \
-V'nvidia-kernel=$(nvidia-kernel)' \
-V'nvidia:Variant=$(-variant)' \
-V'libcuda1=$(libcuda1)' \
-V'Vcs-Git:Branch=$(if $(GIT_BRANCH), -b $(GIT_BRANCH))' \
$(foreach a,$(ARCH_CANDIDATES),-V'arch:$a=$(filter $a,$(DRIVER_ARCH_LIST))') \
-- \
debian/control.in > debian/control.new
mv debian/control.new debian/control
md5sum debian/control $^ > debian/control.md5sum
@echo
@echo This target is made to fail intentionally, to make sure
@echo that it is NEVER run during the automated build. Please
@echo ignore the following error, the debian/control file has
@echo been generated SUCCESSFULLY.
@echo
exit 1
# only invoked manually
%.txt: %.list
cat $< \
| sed -e 's/^10DE.... *//; /^$$/d' \
| uniq \
| sed -e 's/ /#/g; s/#*$$/,/; $$ s/,$$/./' \
| ( tr '\n' ' '; echo ) \
| fold -s -w 78 \
| sed -e 's/#/ /g; s/ *$$//' > $@
# only invoked manually
pci.ids.nvidia: /usr/share/misc/pci.ids
sed -nr '/^10de/,/^10df/ { /^\t\t/d; /\t/ { s/ (.*) \[(.*)\]$$/ \2 [\1]/; s/^\t/10de/; p} }' $< > $@.tmp
cut -c 1-8 $@.tmp | tr a-f A-F > $@.tmp1
cut -c 9- $@.tmp | paste -d '' $@.tmp1 - > $@
$(RM) $@.tmp $@.tmp1
# only invoked manually
%.names: %.ids pci.ids.nvidia
cat $< | \
while read id ; do \
grep ^$$id pci.ids.nvidia || echo $$id ; \
done > $@
# only invoked manually
file-lists: $(patsubst %,debian/files_$(NVIDIA_RELEASE)_%,$(TARBALL_ARCH_LIST))
debian/files_$(NVIDIA_RELEASE)_%: NVIDIA-Linux-%
(cd $< && find .) | sed 's/$(NVIDIA_RELEASE)/VERSION/g' | sort > $@
# only invoked manually
check-whitespace:
grep -r --exclude-dir=.svn --exclude-dir=.git --exclude '*.patch' -E '\s$$' debian || true
############################################################################
CACHE ?= ../.cache
ORIGDIR ?= nvidia-graphics-drivers-$(NVIDIA_RELEASE).orig
TARBALL_BASE ?= nvidia-graphics-drivers$(-variant)_$(NVIDIA_RELEASE).orig
TARBALL_SUFFIX ?= .tar.gz
TARBALL ?= $(TARBALL_BASE)$(TARBALL_SUFFIX)
ORIGDIR.empty ?= $(ORIGDIR)
TARBALL.empty ?= $(TARBALL)
# $1 = arch
get_download_url = $(or $(HTTPURL_PREFIX_$(strip $1)),$(HTTPURL_PREFIX))/$(if $(HTTPURL_ARCHDIR_$(strip $1)),$(HTTPURL_ARCHDIR_$(strip $1))/)$(if $2,,$(or $(HTTPURL_VERDIR),$(NVIDIA_RELEASE))/)$(NVIDIA_FILENAME_$(strip $1))
get_origdir = $(or $(ORIGDIR.$(strip $1)),$(ORIGDIR)-$(strip $1))
get_tarball = $(or $(TARBALL.$(strip $1)),$(TARBALL_BASE)-$(strip $1)$(TARBALL_SUFFIX))
get-orig-source-prepare:
$(RM) -r get-orig-source
mkdir get-orig-source
get-orig-source-prepare/%: get-orig-source-prepare
$(RM) $(call get_tarball,$*)
mkdir get-orig-source/$(call get_origdir,$*)
get-orig-source-download/%: get-orig-source-prepare
ln -v $(CACHE)/$(NVIDIA_FILENAME_$*) get-orig-source/ 2>/dev/null || \
wget $(call get_download_url,$*) -P get-orig-source/ || \
wget $(call get_download_url,$*,1) -P get-orig-source/
if [ -d $(CACHE) ] && [ ! -f $(CACHE)/$(NVIDIA_FILENAME_$*) ]; then \
ln -v get-orig-source/$(NVIDIA_FILENAME_$*) $(CACHE) ; fi
get-orig-source-files/%: get-orig-source-prepare/% get-orig-source-download/%
@set -e -x ; \
cd get-orig-source ; \
mv $(NVIDIA_FILENAME_$*) $(call get_origdir,$*)/ ; \
chmod 0755 $(call get_origdir,$*)/* ; \
touch $(call get_origdir,$*).stamp -r $$(ls -tr $$(find $(call get_origdir,$*) -type f) | tail -n 1)
get-orig-source-pack/%: get-orig-source-files/%
@set -e -x ; \
cd get-orig-source ; \
tar cv \
--clamp-mtime --mtime="./$(call get_origdir,$*).stamp" \
--sort=name \
--owner=root --group=src \
$(call get_origdir,$*) \
| gzip -n -9 > $(call get_tarball,$*) ; \
touch $(call get_tarball,$*) -r $(call get_origdir,$*).stamp
mv get-orig-source/$(call get_tarball,$*) .
get-orig-source-files/empty: get-orig-source-prepare/empty $(foreach a,$(TARBALL_ARCH_LIST),get-orig-source-pack/$a)
touch get-orig-source/$(call get_origdir,empty).stamp -r $$(ls -tr $(foreach a,$(DRIVER_ARCH_LIST),$(call get_tarball,$a)) | tail -n 1)
.PHONY: get-orig-source
get-orig-source: get-orig-source-pack/empty
$(RM) -r get-orig-source
ifneq (,$(variant))
get-orig-source-link/%:
ln -sf $(subst $(-variant),,$(call get_tarball,$*)) $(call get_tarball,$*)
.PHONY: get-orig-links
get-orig-links: get-orig-source-link/empty $(foreach a,$(DRIVER_ARCH_LIST),get-orig-source-link/$a)
endif
############################################################################
# The tarballs are kept in a separate git repository and use the git-lfs
# storage backend. To keep the local disk usage low, this repository is
# checked out sparsely, only tarballs for versions that have been built
# locally will be available locally.
UPSTREAM_NAME = nvidia-graphics-drivers
UPSTREAM_VERSION = $(NVIDIA_RELEASE)
TARBALL_LIST = $(foreach a,empty $(TARBALL_ARCH_LIST),$(call get_tarball,$a))
GIT ?= git
TARBALL_REPOSITORY = https://salsa.debian.org/nvidia-team/tarballs-$(UPSTREAM_NAME).git
TARBALL_TREE = ../tarballs-$(UPSTREAM_NAME)
define sparse-checkout-current
grep '^$(UPSTREAM_VERSION)/' $(TARBALL_TREE)/.git/info/sparse-checkout || \
echo '$(UPSTREAM_VERSION)/*' >> $(TARBALL_TREE)/.git/info/sparse-checkout
endef
define test-file-exists
test -f $1
endef
$(TARBALL_TREE):
$(RM) -r $@.tmp
$(GIT) clone --no-checkout $(TARBALL_REPOSITORY) $@.tmp
cd $@.tmp && $(GIT) lfs install --local
cd $@.tmp && $(GIT) config --local core.sparsecheckout true
echo .gitattributes >> $@.tmp/.git/info/sparse-checkout
cd $@.tmp && $(GIT) checkout
mv $@.tmp $@
$(TARBALL_TREE)/$(UPSTREAM_VERSION): | $(TARBALL_TREE)
$(sparse-checkout-current)
cd $(TARBALL_TREE) && $(GIT) pull --ff-only && $(GIT) checkout
tarball-tree: $(TARBALL_TREE)
# only invoked manually
writable-tarball-tree: tarball-tree
cd $(TARBALL_TREE) && $(GIT) remote set-url origin $(patsubst https://salsa.debian.org/%,git@salsa.debian.org:%,$(TARBALL_REPOSITORY))
# invoked from gbp buildpackage preexport hook
check-current-tarballs: $(TARBALL_TREE)/$(UPSTREAM_VERSION)
$(foreach t,$(TARBALL_LIST),$(call test-file-exists,$(TARBALL_TREE)/$(UPSTREAM_VERSION)/$t))
# only invoked manually
ifeq (,$(variant))
commit-current-tarballs: MSG = add $(UPSTREAM_VERSION) tarballs
commit-current-tarballs: get-orig-source
else
commit-current-tarballs: MSG = add $(UPSTREAM_VERSION) $(variant) symlinks
commit-current-tarballs: get-orig-links
endif
commit-current-tarballs:
$(sparse-checkout-current)
mkdir -p $(TARBALL_TREE)/$(UPSTREAM_VERSION)
mv $(TARBALL_LIST) $(TARBALL_TREE)/$(UPSTREAM_VERSION)/
cd $(TARBALL_TREE) && $(GIT) add $(UPSTREAM_VERSION) && if $(GIT) status -s $(UPSTREAM_VERSION) | grep ^A ; then $(GIT) commit -m "$(MSG)" $(UPSTREAM_VERSION) ; fi
|