forked from flowgrind/flowgrind
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debian: drop cdbs as buildhelper, use dh_* instead
- Loading branch information
Showing
4 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Source: flowgrind | |
Section: net | ||
Priority: extra | ||
Maintainer: Christian Samsel <[email protected]> | ||
Build-Depends: debhelper (>= 7), cdbs, autotools-dev, libxmlrpc-c3-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev, libgsl0-dev, libpcap-dev | ||
Build-Depends: debhelper (>= 7), autotools-dev, libxmlrpc-c3-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev, libgsl0-dev, libpcap-dev | ||
Standards-Version: 3.9.4 | ||
Homepage: http://launchpad.net/flowgrind/ | ||
Vcs-Git: git://github.com/flowgrind/flowgrind.git | ||
|
@@ -18,7 +18,7 @@ Description: Distributed network performance measurement tool | |
is used to schedule flows between and collect live samples from | ||
nodes running the flowgrindd daemon. | ||
Features: | ||
* Measure bandwith, delay, IAT and sample TCP kernel metrics (tcp_info) | ||
* Measure bandwidth, delay, IAT and sample TCP kernel metrics (tcp_info) | ||
* Bulk transfers, rate-limited flows, sophisticated request/response test | ||
* Report observed MSS/MTU size | ||
* Set buffer size on per flow basis | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/usr/bin/make -f | ||
|
||
# Using CDBS for packaging | ||
%: | ||
dh $@ | ||
|
||
include /usr/share/cdbs/1/rules/debhelper.mk | ||
include /usr/share/cdbs/1/class/autotools.mk | ||
|
||
DEB_DESTDIR = $(CURDIR)/debian/flowgrind | ||
# tell dh_strip that our debugging package is named flowgrind-dbg | ||
override_dh_strip: | ||
dh_strip --dbg-package=flowgrind-dbg |