X-Git-Url: https://git.tokkee.org/?p=pkg-tig.git;a=blobdiff_plain;f=debian%2Frules;h=9666fa17a574fa9d7d61f43abc33a848cc0e5f53;hp=294dcdd4255394a5030f8effd1d16e04683522b8;hb=350920736d9d56aff5c02c93e02d7b2f0fae3a59;hpb=4dfd793b5cdef060674d90bbc1ae849454f194cd diff --git a/debian/rules b/debian/rules index 294dcdd..9666fa1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules for tig # -# Written by Sebastian Harl +# Written by Sebastian Harl # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -23,7 +23,7 @@ config.status: configure dh_testdir ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr --mandir=\$${prefix}/share/man --sysconfdir=/etc \ - CFLAGS="$(CFLAGS)" LIBS="-lncursesw" + CFLAGS="$(CFLAGS)" build: build-stamp @@ -45,6 +45,7 @@ clean: rm -rf manual.html-chunked/ rm -f manual.pdf manual.html manual.toc rm -f tig.1 tig.1.html tigrc.5 tigrc.5.html + rm -f NEWS.html README.html dh_clean @@ -80,5 +81,5 @@ binary-arch: build install dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install patch unpatch +.PHONY: build clean binary-indep binary-arch binary install