Codebase list httping / 2137fa3
remove builddeps cppcheck and dpkg-dev Abhijith PA 7 years ago
2 changed file(s) with 11 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
11 Section: net
22 Priority: optional
33 Maintainer: Abhijith PA <abhijith@openmailbox.org>
4 Build-Depends: debhelper (>= 9), libssl-dev, cppcheck, clang, libncursesw5-dev, libncurses5-dev, libfftw3-dev, dpkg-dev (>= 1.16.1~)
5 Standards-Version: 3.9.6
4 Build-Depends: debhelper (>= 9),
5 libssl-dev,
6 clang,
7 libncursesw5-dev,
8 libncurses5-dev,
9 libfftw3-dev
10 Standards-Version: 3.9.8
611 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/httping.git
712 Vcs-Git: git://anonscm.debian.org/collab-maint/httping.git
813 Homepage: http://www.vanheusden.com/httping
914
1015 Package: httping
1116 Architecture: any
12 Depends: ${shlibs:Depends}, openssl, ${misc:Depends}
17 Depends: ${shlibs:Depends},
18 openssl,
19 ${misc:Depends}
1320 Description: ping-like program for http-requests
1421 httping is like ping for HTTP. It sends requests to a hostname or a remote
1522 URL and it shows you how long it takes to connect, send a HTTP request and
1111 rm $(CURDIR)/debian/httping/usr/share/doc/httping/license.OpenSSL
1212
1313 override_dh_auto_configure:
14 ./configure --with-tfo --with-ncurses --with-openssl --with-fftw3
14 ./configure --with-tfo --with-ncurses --with-openssl --with-fftw3