diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c18dd8d..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -__pycache__/ diff --git a/debian/changelog b/debian/changelog index 114432a..dfcd570 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ubuntu-dev-tools (0.201ubuntu1) noble; urgency=medium + + * Replace Depends on python3-launchpadlib with Depends on + python3-launchpadlib-desktop (LP: #2049217) + + -- Chris Peterson Fri, 01 Mar 2024 14:08:07 -0800 + ubuntu-dev-tools (0.201) unstable; urgency=medium * running-autopkgtests: fix packaging to make the script available diff --git a/debian/control b/debian/control index 3e009b7..19101ed 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: ubuntu-dev-tools Section: devel Priority: optional -Maintainer: Ubuntu Developers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ubuntu Developers Uploaders: Benjamin Drung , Stefano Rivera , @@ -26,7 +27,7 @@ Build-Depends: python3-debianbts, python3-distro-info, python3-httplib2, - python3-launchpadlib, + python3-launchpadlib-desktop, python3-pytest, python3-requests , python3-setuptools, @@ -53,7 +54,7 @@ Depends: python3-debianbts, python3-distro-info, python3-httplib2, - python3-launchpadlib, + python3-launchpadlib-desktop, python3-lazr.restfulclient, python3-ubuntutools (= ${binary:Version}), sensible-utils, @@ -140,7 +141,7 @@ Depends: python3-debian, python3-distro-info, python3-httplib2, - python3-launchpadlib, + python3-launchpadlib-desktop, python3-lazr.restfulclient, python3-requests, sensible-utils,