Merge pull request #115 from fredj/build-depends

Add missing debhelper to Build-Depends
This commit is contained in:
Daniel Schauenberg 2012-07-09 12:32:28 -07:00
Родитель 7e5df14ba2 4584ba61d9
Коммит 9007c6aef3
1 изменённых файлов: 2 добавлений и 1 удалений

3
debian/control поставляемый
Просмотреть файл

@ -3,10 +3,11 @@ Section: devel
Priority: optional
Maintainer: Stephen Koenig <heph@bittorrent.com>
Standards-Version: 3.9.1
Build-Depends: debhelper (>= 8.0.0)
Package: statsd
Architecture: all
Depends: nodejs (>= 0.4.7)
Depends: ${misc:Depends}, nodejs (>= 0.4.7)
Description: Stats aggregation daemon
A network daemon for aggregating statistics (counters and timers),
rolling them up, then sending them to graphite.