~robert-ancell/software-properties:ubuntu/master

Last commit made on 2021-02-18
Get this branch:
git clone -b ubuntu/master https://git.launchpad.net/~robert-ancell/software-properties
Only Robert Ancell can upload to this branch. If you are Robert Ancell please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/master
Repository:
lp:~robert-ancell/software-properties

Recent commits

8564165... by Brian Murray

releasing package software-properties version 0.99.8

e48cb1a... by William Wilson

Enable tests to run on armhf

2b9ed61... by Dan Streetman

update changelog for 0.99.7

c6dea61... by Dan Streetman

update debhelper version to 13

This also overrides dh_missing to use --list-missing, since with
debhelper level 9 it was doing absolutely nothing before.

We should fix all the listed missing files.

6ab04cd... by Dan Streetman

test: fix use of CA_ALLOW_CODENAME in test_shortcuts

Don't hardcode 'bionic', use CODENAME instead

dbe1e49... by Dan Streetman

test: replace add-apt-repository tests from d/t/

Add a normal unittest to replace the removed d/t/add-apt-repository-*
autopkgtests

eb1c12c... by Dan Streetman

d/t: remove old autopkgtests

They will be moved into a normal unittest class

c36abe7... by Dan Streetman

d/t: skip tests on armhf

Unfortunately, the autopkgtest armhf testbeds are very unreliable

ae2522a... by Dan Streetman

d/t: remove dep on python3-pycurl

only ppa.py used pycurl, and it was rewritten and no longer uses it

cf0030c... by Dan Streetman

tests: change use of mock to unittest.mock, remove dep on python3-mock