Filippo Giunchedi has submitted this change and it was merged. Change subject: Depend on python-twisted-web ......................................................................
Depend on python-twisted-web Change-Id: Ib6659a858ccb0181f22e905f1b2e01444b9fa1ff --- M debian/changelog M debian/control 2 files changed, 7 insertions(+), 1 deletion(-) Approvals: Filippo Giunchedi: Verified; Looks good to me, approved diff --git a/debian/changelog b/debian/changelog index f15b72c..385681f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ txstatsd (1.0.0-3) unstable; urgency=medium + * Depend on python-twisted-web + + -- Filippo Giunchedi <[email protected]> Thu, 05 Feb 2015 14:46:22 +0000 + +txstatsd (1.0.0-3) unstable; urgency=medium + * Depend on graphite-carbon -- Filippo Giunchedi <[email protected]> Thu, 05 Feb 2015 14:12:43 +0000 diff --git a/debian/control b/debian/control index 5962187..5a09c0c 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Package: python-txstatsd Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, graphite-carbon +Depends: ${misc:Depends}, ${python:Depends}, graphite-carbon, python-twisted-web Description: A network daemon for aggregating statistics . Twisted-based implementation of a statsd-compatible server and client. -- To view, visit https://gerrit.wikimedia.org/r/188811 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib6659a858ccb0181f22e905f1b2e01444b9fa1ff Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/txstatsd Gerrit-Branch: master Gerrit-Owner: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
