Merge pull request #1877 from xnox/xnox/noble-packaging

Upgrade to noble, systemd files are now in /usr/lib
This commit is contained in:
Dan Bungert 2023-11-29 13:14:29 -07:00 committed by GitHub
commit 93ab4f911c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
subiquity (24.04.1+git45g5f9fae19) noble; urgency=medium
* Upgrade to noble, systemd files are now in /usr/lib
-- Dimitri John Ledkov <dimitri.ledkov@canonical.com> Fri, 24 Nov 2023 23:10:15 +0000
subiquity (20.04.1+git45g5f9fae19) focal; urgency=medium
* Upload subquity snapshot with reverted consoleconf patch.

8
debian/rules vendored
View File

@ -26,10 +26,10 @@ override_dh_python3:
override_dh_installinit:
dh_installsystemd --no-start --name=console-conf@
dh_installsystemd --no-start --name=serial-console-conf@
mkdir $(CURDIR)/debian/console-conf/lib/systemd/system/getty@.service.d/
install -m 0644 $(CURDIR)/debian/console-conf.conf $(CURDIR)/debian/console-conf/lib/systemd/system/getty@.service.d/
mkdir $(CURDIR)/debian/console-conf/lib/systemd/system/serial-getty@.service.d/
install -m 0644 $(CURDIR)/debian/console-conf-serial.conf $(CURDIR)/debian/console-conf/lib/systemd/system/serial-getty@.service.d/
mkdir $(CURDIR)/debian/console-conf/usr/lib/systemd/system/getty@.service.d/
install -m 0644 $(CURDIR)/debian/console-conf.conf $(CURDIR)/debian/console-conf/usr/lib/systemd/system/getty@.service.d/
mkdir $(CURDIR)/debian/console-conf/usr/lib/systemd/system/serial-getty@.service.d/
install -m 0644 $(CURDIR)/debian/console-conf-serial.conf $(CURDIR)/debian/console-conf/usr/lib/systemd/system/serial-getty@.service.d/
override_dh_auto_test:
@echo "No tests."