Skip to content

Commit

Permalink
debian: drop cdbs as buildhelper, use dh_* instead
Browse files Browse the repository at this point in the history
  • Loading branch information
arnd committed Jan 16, 2014
1 parent 738fd0b commit 89e2ebb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion debian/flowgrind-doc.docs

This file was deleted.

1 change: 0 additions & 1 deletion debian/flowgrind-doc.install

This file was deleted.

10 changes: 5 additions & 5 deletions debian/rules
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

0 comments on commit 89e2ebb

Please sign in to comment.