diff --git a/debian/control b/debian/control index 6873b1b..193382c 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,22 @@ Section: net Priority: optional Maintainer: Abhijith PA -Build-Depends: debhelper (>= 9), libssl-dev, cppcheck, clang, libncursesw5-dev, libncurses5-dev, libfftw3-dev, dpkg-dev (>= 1.16.1~) -Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 9), + libssl-dev, + clang, + libncursesw5-dev, + libncurses5-dev, + libfftw3-dev +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/httping.git Vcs-Git: git://anonscm.debian.org/collab-maint/httping.git Homepage: http://www.vanheusden.com/httping Package: httping Architecture: any -Depends: ${shlibs:Depends}, openssl, ${misc:Depends} +Depends: ${shlibs:Depends}, + openssl, + ${misc:Depends} Description: ping-like program for http-requests httping is like ping for HTTP. It sends requests to a hostname or a remote URL and it shows you how long it takes to connect, send a HTTP request and diff --git a/debian/rules b/debian/rules index 70dea29..002e58c 100755 --- a/debian/rules +++ b/debian/rules @@ -12,4 +12,4 @@ rm $(CURDIR)/debian/httping/usr/share/doc/httping/license.OpenSSL override_dh_auto_configure: - ./configure --with-tfo --with-ncurses --with-openssl --with-fftw3 + ./configure --with-tfo --with-ncurses --with-openssl --with-fftw3