Filippo Giunchedi has uploaded a new change for review. https://gerrit.wikimedia.org/r/188807
Change subject: Depend on python-carbon ...................................................................... Depend on python-carbon Change-Id: I4176d28e0a81b6b874e5702cbe8db7da576442e1 --- M debian/changelog M debian/control 2 files changed, 7 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/txstatsd refs/changes/07/188807/1 diff --git a/debian/changelog b/debian/changelog index 90ac1d4..0d889f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +txstatsd (1.0.0-3) unstable; urgency=medium + + * Depend on python-carbon + + -- Filippo Giunchedi <[email protected]> Thu, 05 Feb 2015 14:12:43 +0000 + txstatsd (1.0.0-2) unstable; urgency=medium * Add support for line/plaintext protocol, diff --git a/debian/control b/debian/control index e5c9845..ca5947c 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Package: python-txstatsd Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python:Depends}, python-carbon 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/188807 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4176d28e0a81b6b874e5702cbe8db7da576442e1 Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/txstatsd Gerrit-Branch: master Gerrit-Owner: Filippo Giunchedi <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
