diff --git a/debian/changelog b/debian/changelog index 194f92e5..1c49d2ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +statsd (0.0.6-1) unstable; urgency=low + + * Update packaging for 0.0.6 + * Bump nodejs dependancy to 0.6 per pcakage.json + + -- Kiall Mac Innes Thu, 27 Jun 2013 19:17:00 +0100 + statsd (0.0.3-1) unstable; urgency=low * avoid running daemon as root diff --git a/debian/control b/debian/control index bf73377d..a1731e39 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8.0.0) Package: statsd Architecture: all -Depends: ${misc:Depends}, nodejs (>= 0.4.7) +Depends: ${misc:Depends}, nodejs (>= 0.6) Description: Stats aggregation daemon A network daemon for aggregating statistics (counters and timers), rolling them up, then sending them to graphite.