mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-07-03 12:41:29 +00:00
Fix FTBFS on !(amd64).
This commit is contained in:
parent
57efcc96f9
commit
26c675cb3d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
calamares-settings-ubuntu (1:24.04.2) noble; urgency=medium
|
||||||
|
|
||||||
|
* Fix FTBFS on !(amd64).
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 14 Nov 2023 14:34:09 -0600
|
||||||
|
|
||||||
calamares-settings-ubuntu (1:24.04.1) noble; urgency=medium
|
calamares-settings-ubuntu (1:24.04.1) noble; urgency=medium
|
||||||
|
|
||||||
* Fix Vcs-*.
|
* Fix Vcs-*.
|
||||||
|
7
debian/rules
vendored
7
debian/rules
vendored
@ -8,14 +8,21 @@ MODULES_DIR = "debian/calamares-settings-ubuntu-common/usr/lib/$(DEB_HOST_MULTIA
|
|||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
|
ifeq ($(DEB_BUILD_ARCH),amd64)
|
||||||
cd $(PKGSELECT) && mkdir build && cd build && cmake ..
|
cd $(PKGSELECT) && mkdir build && cd build && cmake ..
|
||||||
|
endif
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
|
ifeq ($(DEB_BUILD_ARCH),amd64)
|
||||||
make;
|
make;
|
||||||
cd $(PKGSELECT)/build && $(MAKE)
|
cd $(PKGSELECT)/build && $(MAKE)
|
||||||
|
endif
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
|
ifeq ($(DEB_BUILD_ARCH),amd64)
|
||||||
cd $(PKGSELECT)/build && $(MAKE) DESTDIR=$(CURDIR)/debian/calamares-settings-ubuntu-common/usr/lib/$(DEB_HOST_MULTIARCH)/ install
|
cd $(PKGSELECT)/build && $(MAKE) DESTDIR=$(CURDIR)/debian/calamares-settings-ubuntu-common/usr/lib/$(DEB_HOST_MULTIARCH)/ install
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
override_dh_missing:
|
override_dh_missing:
|
||||||
dh_missing
|
dh_missing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user