X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=debian%2Frules;h=34fcb9bab863c0ee2206c1c5c7b56f987a9a7c28;hp=de43c0db017c33a8885b96a7b287eee0240423a6;hb=b9a86ec70ed4ffe5009c4979454f0d99c8559b45;hpb=45b275e2542b4e8e7deac9e5e9eeddacfdbce90f diff --git a/debian/rules b/debian/rules index de43c0db..34fcb9ba 100644 --- a/debian/rules +++ b/debian/rules @@ -33,8 +33,10 @@ install: build dh_installdirs $(MAKE) install prefix=`pwd`/debian/tmp/usr - mkdir -p `pwd`/debian/tmp/etc/tinc - cp doc/tincd.conf.sample `pwd`/debian/tmp/etc/tinc/tincd.conf + mkdir -p `pwd`/debian/tmp/etc/tinc/example + cp doc/tinc.conf.sample `pwd`/debian/tmp/etc/tinc/example/tinc.conf + ln -s /usr/share/doc/tinc/README.Debian `pwd`/debian/tmp/etc/tinc/example/README + rm -f `pwd`/debian/tmp/usr/lib/tinc/libblowfish.so # Build architecture-independent files here. @@ -49,11 +51,11 @@ binary-arch: build install # dh_installdebconf dh_installdocs dh_installexamples - dh_installmenu +# dh_installmenu # dh_installemacsen # dh_installpam -# dh_installinit - dh_installcron + dh_installinit +# dh_installcron dh_installmanpages dh_installinfo # dh_undocumented @@ -62,8 +64,8 @@ binary-arch: build install dh_strip dh_compress dh_fixperms - # You may want to make some executables suid here. - dh_suidregister +# # You may want to make some executables suid here. +# dh_suidregister # dh_makeshlibs dh_installdeb # dh_perl