launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28416
[Merge] lp:~cjwatson/meta-lp-deps/remove-silly-recommends into lp:meta-lp-deps
Colin Watson has proposed merging lp:~cjwatson/meta-lp-deps/remove-silly-recommends into lp:meta-lp-deps.
Commit message:
Remove pointless Recommends on launchpad-database-dependencies.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/meta-lp-deps/remove-silly-recommends/+merge/421581
This probably explains postgresql ending up on lots of production machines that don't need it.
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/meta-lp-deps/remove-silly-recommends into lp:meta-lp-deps.
=== modified file 'debian/changelog'
--- debian/changelog 2022-04-06 00:03:15 +0000
+++ debian/changelog 2022-05-06 10:28:45 +0000
@@ -1,3 +1,10 @@
+launchpad-dependencies (0.142) UNRELEASED; urgency=medium
+
+ * Remove pointless Recommends from launchpad-dependencies to
+ launchpad-database-dependencies.
+
+ -- Colin Watson <cjwatson@xxxxxxxxxx> Fri, 06 May 2022 12:26:43 +0200
+
launchpad-dependencies (0.141) xenial; urgency=medium
* Depend on postgresql-plpython3-10, so that we can start porting
=== modified file 'debian/control'
--- debian/control 2021-10-06 12:31:11 +0000
+++ debian/control 2022-05-06 10:28:45 +0000
@@ -28,7 +28,6 @@
libxml2-dev, libxslt1-dev,
python3-tdb,
${misc:Depends}
-Recommends: launchpad-database-dependencies (= ${source:Version})
Suggests:
Description: Metapackage for dependencies of Launchpad
This metapackage depends on all of the packages necessary to run the Launchpad
Follow ups