X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Frules;h=4128ddd1d6475f77d902105f0b8e3259f057cc24;hb=8290faa8512e33005d6f0cd38002db3151434a7a;hp=54cb1cfe2a2f6668c5e98c9fae5a6a1c1efa5242;hpb=9a2f7d12b5d2b877ffed5e0bbfe9c32bf09d217f;p=pkg-tig.git diff --git a/debian/rules b/debian/rules index 54cb1cf..4128ddd 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 @@ -11,7 +11,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -Wall -g +CFLAGS = -Wall -g -I/usr/include/ncursesw ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 @@ -67,8 +67,8 @@ binary-indep: binary-arch: build install dh_testdir dh_testroot - dh_installchangelogs - dh_installdocs NEWS BUGS TODO manual.pdf + dh_installchangelogs NEWS + dh_installdocs BUGS manual.pdf dh_installexamples contrib/tigrc dh_link dh_strip