Skip to content

Commit

Permalink
Merge pull request statsd#304 from kiall/update-debian-pkg
Browse files Browse the repository at this point in the history
Update debian packaging for 0.0.6
  • Loading branch information
mrtazz committed Jul 1, 2013
2 parents c5bd6be + 4d9bed1 commit 9b949e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 27 Jun 2013 19:17:00 +0100

statsd (0.0.3-1) unstable; urgency=low

* avoid running daemon as root
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9b949e5

Please sign in to comment.