ubuntu/+source/walinuxagent:ubuntu/devel

Last commit made on 2024-04-01
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/ubuntu/+source/walinuxagent
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:ubuntu/+source/walinuxagent

Recent commits

24abf24... by William Grant

2.9.1.1-0ubuntu3 (patches unapplied)

Imported using git-ubuntu import.

015073d... by Calvin Mwadime Makokha

debian/changelog: Update to version 2.9.1.1-0ubuntu2

2198dff... 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