~calvinmwadime/ubuntu/+source/walinuxagent:noble-remove-dhclient

Last commit made on 2024-02-29
Get this branch:
git clone -b noble-remove-dhclient https://git.launchpad.net/~calvinmwadime/ubuntu/+source/walinuxagent
Only Calvin Mwadime Makokha can upload to this branch. If you are Calvin Mwadime Makokha please log in for upload directions.

Branch merges

Branch information

Name:
noble-remove-dhclient
Repository:
lp:~calvinmwadime/ubuntu/+source/walinuxagent

Recent commits

52f3d89... by Calvin Mwadime Makokha

debian/changelog: Update to version 2.9.1.1-0ubuntu2

25336a6... by Calvin Mwadime Makokha

debian/patches: fix invalid escape sequence

Python3.12 raises an error about the invalid escape sequence when installing the package.

5c13455... by Calvin Mwadime Makokha

debian/control: adding setuptools for python 3.12

Python 3.12(default in Noble) has deprecated distutils thus
we install setuptools which is recommended.
ref: https://peps.python.org/pep-0632/

324204b... by Calvin Mwadime Makokha

debian/postinst: remove dhclient reference in postinst

isc-dhcp-client is no longer supported and this reference causes
installation failure.

b178d76... by Calvin Mwadime Makokha

debian/changelog: Update version

11bce9c... by Calvin Mwadime Makokha

d/install: move remaining things to /usr

67f3443... by Calvin Mwadime Makokha

d/control: fix lintian priority-extra-is-replaced-by-priority-optional

2f7a1c5... by Calvin Mwadime Makokha

d/control: add iproute2 build depdency (test only)

f4975e4... by Calvin Mwadime Makokha

d/rules: stop using the old systemd dh sequence

Matching our switch to dh_installsystemd we need to stop calling
for the older systemd-sequence in dh.

This fixes:
error: The systemd-sequence is no longer provided in compat >= 11,
please rely on dh_installsystemd instead

903aa3b... by Calvin Mwadime Makokha

d/control: drop old unneeded X-Python3-Version statement