launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #05853
[Merge] lp:~cjwatson/meta-lp-deps/python-germinate into lp:meta-lp-deps
Colin Watson has proposed merging lp:~cjwatson/meta-lp-deps/python-germinate into lp:meta-lp-deps.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
Bug #899972 in Launchpad itself: "cron.germinate is very slow"
https://bugs.launchpad.net/launchpad/+bug/899972
For more details, see:
https://code.launchpad.net/~cjwatson/meta-lp-deps/python-germinate/+merge/84763
Add python-germinate as a Soyuz dependency. This change is needed in order to land lp:~cjwatson/launchpad/refactor-cron-germinate. See bug 899972 for more details.
Please note that you need to import germinate 2.1 from my PPA into the Launchpad PPA before merging this branch. https://lists.launchpad.net/launchpad-dev/msg08608.html has the details.
--
https://code.launchpad.net/~cjwatson/meta-lp-deps/python-germinate/+merge/84763
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/meta-lp-deps/python-germinate into lp:meta-lp-deps.
=== modified file 'debian/changelog'
--- debian/changelog 2011-11-11 06:41:13 +0000
+++ debian/changelog 2011-12-07 13:45:42 +0000
@@ -1,3 +1,9 @@
+launchpad-dependencies (0.103) oneiric; urgency=low
+
+ * Add python-germinate to launchpad-soyuz-dependencies (LP: #899972).
+
+ -- Colin Watson <cjwatson@xxxxxxxxxx> Wed, 07 Dec 2011 13:36:22 +0000
+
launchpad-dependencies (0.102) oneiric; urgency=low
* Add python-lpbuildd to launchpad-developer-dependencies, so it can
=== modified file 'debian/control'
--- debian/control 2011-11-11 06:41:13 +0000
+++ debian/control 2011-12-07 13:45:42 +0000
@@ -34,7 +34,7 @@
Package: launchpad-soyuz-dependencies
Architecture: all
Depends: launchpad-dependencies (= ${source:Version}), dpkg (>= 1.15.4),
- germinate, devscripts,
+ germinate, python-germinate, devscripts,
apt-utils (>= ${apt-utils-version}),
${misc:Depends}
Description: Meta-package for Launchpad Soyuz packages
Follow ups