diff -Nru launchpad-dependencies-0.142~221~ubuntu16.04.1/debian/bzr-builder.manifest launchpad-dependencies-0.142/debian/bzr-builder.manifest --- launchpad-dependencies-0.142~221~ubuntu16.04.1/debian/bzr-builder.manifest 2022-06-29 11:46:02.000000000 +0000 +++ launchpad-dependencies-0.142/debian/bzr-builder.manifest 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# bzr-builder format 0.3 deb-version {debupstream}~221 -lp:meta-lp-deps revid:cjwatson@canonical.com-20220629113527-j9gbxa8kuc1a2aiv diff -Nru launchpad-dependencies-0.142~221~ubuntu16.04.1/debian/changelog launchpad-dependencies-0.142/debian/changelog --- launchpad-dependencies-0.142~221~ubuntu16.04.1/debian/changelog 2022-06-29 11:46:02.000000000 +0000 +++ launchpad-dependencies-0.142/debian/changelog 2022-09-06 14:45:00.000000000 +0000 @@ -1,17 +1,33 @@ -launchpad-dependencies (0.142~221~ubuntu16.04.1) xenial; urgency=low - - * Auto build. - - -- Launchpad Package Builder Wed, 29 Jun 2022 11:46:02 +0000 - -launchpad-dependencies (0.142) UNRELEASED; urgency=medium +launchpad-dependencies (0.142) xenial; urgency=medium + [ Colin Watson ] * Remove pointless Recommends from launchpad-dependencies to launchpad-database-dependencies. * Remove Recommends on postgresql-doc-9.3; wasn't up to date, and can easily be viewed online. + * Remove Recommends on bzr-lpreview-body, no longer relevant now that we + use git. + * Remove Recommends on pyflakes; we use pre-commit for lint checking + nowadays. + * Remove dependency on bzr. + * Remove Recommends on subunit; zope.testrunner uses this from Launchpad's + virtualenv, while buildbot workers use subunit-2to1 either from the + system package on the worker host (currently) or the virtualenv (soon). + * Remove dependency on postgresql-plpython-10, since we no longer use + PL/Python 2. + * Remove python-convoy, now that production uses python3-convoy. + * Add gnupg2 to launchpad-dependencies so that we can migrate to it. + + [ Andrey Fedoseev ] + * Add firefox-geckodriver to launchpad-developer-dependencies; + this is required for Selenium-based test browser + * Remove gir1.2-* dependencies; it is superseded with firefox/selenium. + + [ Guruprasad Lakshmi Narayanan ] + * Add PostgreSQL 12 support. + * Depend on libgpgme-dev if libgpgme11-dev is unavailable. - -- Colin Watson Fri, 06 May 2022 12:26:43 +0200 + -- Colin Watson Tue, 06 Sep 2022 15:45:00 +0100 launchpad-dependencies (0.141) xenial; urgency=medium @@ -323,7 +339,7 @@ launchpad-dependencies (0.102) oneiric; urgency=low - * Add python-lpbuildd to launchpad-developer-dependencies, so it can + * Add python-lpbuildd to launchpad-developer-dependencies, so it can be removed from the Launchpad tree while still running integration tests. LP: #800295 diff -Nru launchpad-dependencies-0.142~221~ubuntu16.04.1/debian/control launchpad-dependencies-0.142/debian/control --- launchpad-dependencies-0.142~221~ubuntu16.04.1/debian/control 2022-06-29 11:46:02.000000000 +0000 +++ launchpad-dependencies-0.142/debian/control 2022-09-06 12:01:13.000000000 +0000 @@ -7,12 +7,16 @@ Package: launchpad-dependencies Architecture: all -Depends: bzr, git, +Depends: git, python3-dev, gettext, libgettextpo-dev, build-essential, python3-apt, libmaxminddb-dev, - gnupg1 | gnupg (<< 2.1.11-7+exp1), libgpgme11-dev (>= 1.1.0), cvs, subversion, + gnupg1 | gnupg (<< 2.1.11-7+exp1), + gnupg2, + libgpgme11-dev (>= 1.1.0) | libgpgme-dev, + cvs, + subversion, ubuntu-keyring, python3-pil, bison, graphviz, @@ -22,7 +26,7 @@ zlib1g-dev, ca-certificates, libapr1-dev, libsvn-dev, libpq-dev, unzip, lzma, - python-convoy, python3-convoy, + python3-convoy, virtualenv, libsodium-dev, libffi-dev, libssl-dev, libxml2-dev, libxslt1-dev, @@ -56,20 +60,16 @@ pgbouncer (>= 1.6) | pgbouncer-with-disconnect, postgresql-autodoc, tidy, mhonarc, fakeroot, rsync, memcached, - xvfb, firefox, intltool, - gir1.2-glib-2.0, - gir1.2-gtk-3.0, - gir1.2-webkit-3.0, + xvfb, firefox, firefox-geckodriver, intltool, ${misc:Depends} -Recommends: pyflakes, subunit, bzr-lpreview-body -Suggests: apache2, libapache2-mod-wsgi +Suggests: apache2, libapache2-mod-wsgi-py3 Description: Metapackage for development dependencies of Launchpad This metapackage depends on all of the packages required to do development for the Launchpad application. Package: launchpad-database-dependencies Architecture: all -Depends: launchpad-database-dependencies-10, +Depends: launchpad-database-dependencies-10 | launchpad-database-dependencies-12, slony1-2-bin, ${misc:Depends} Description: Metapackage for Launchpad database packages @@ -79,7 +79,6 @@ Package: launchpad-database-dependencies-10 Architecture: all Depends: postgresql-10, - postgresql-plpython-10, postgresql-plpython3-10, postgresql-client-10, postgresql-10-slony1-2, @@ -87,6 +86,18 @@ ${misc:Depends} Description: Metapackage for Launchpad database packages This metapackage depends on all of the packages necessary to run a Launchpad + database. + +Package: launchpad-database-dependencies-12 +Architecture: all +Depends: postgresql-12, + postgresql-plpython3-12, + postgresql-client-12, + postgresql-12-slony1-2, + postgresql-12-debversion, + ${misc:Depends} +Description: Metapackage for Launchpad database packages + This metapackage depends on all of the packages necessary to run a Launchpad database. Package: launchpad-messagequeue-dependencies