X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;fp=debian%2Frules;h=9e34ee699d50b7643e6a7891dc7a8430c1f650a3;hb=4355628830cd0f9e27c059d20254d8e1c30896eb;hp=6924226f7408e4b08650a31bc80c54eb3ffca62f;hpb=af987be0b6515d3af86bb78e2e99f114896c43be;p=tclrobot.git diff --git a/debian/rules b/debian/rules index 6924226..9e34ee6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,14 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Force compat level four +export DH_COMPAT=4 + +# Ignore CVS information +export DH_ALWAYS_EXCLUDE=CVS + +# This has to be exported to make some magic below work. +#export DH_OPTIONS @@ -63,8 +71,7 @@ install: build # Add here commands to install the package into debian/tmp $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp - #cp tclrobot.so debian/tmp/usr/lib/libtclrobot.so - + dh_install # Build architecture-independent files here. binary-indep: build install @@ -77,7 +84,7 @@ binary-arch: build install dh_installchangelogs dh_installdocs # dh_installexamples - dh_install +# dh_install maybe wrong place here?? moved to # dh_installmenu # dh_installdebconf # dh_installlogrotate