X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=78328e315cf3b37dd7332630ecf821dcb605a3dc;hb=e5bed7e62d5ef030b931f79ff3eb23390da7b3cc;hp=9382c16f3c54bffc92e415cd9dc7189ceab59c61;hpb=e27585db72eab8ef76cf49eb9d290bec43e7976e;p=openssl-gost%2Fdebpkg.git diff --git a/debian/rules b/debian/rules index 9382c16..78328e3 100755 --- a/debian/rules +++ b/debian/rules @@ -29,11 +29,18 @@ OPENSSL_ENGINE_DIR=$(shell openssl version -e |sed -e 's/^[^.]*"//' -e 's/".*$$/ override_dh_install: install -d -m 755 $(CURDIR)/debian/libengine-gost-openssl1.1/$(OPENSSL_ENGINE_DIR) install -d -m 755 $(CURDIR)/debian/gostsum/usr/bin + install -d -m 755 $(CURDIR)/debian/gostsum/usr/share/man/man1 install -m 755 bin/gost.so $(CURDIR)/debian/libengine-gost-openssl1.1/$(OPENSSL_ENGINE_DIR) install -m 755 bin/gostsum $(CURDIR)/debian/gostsum/usr/bin install -m 755 bin/gost12sum $(CURDIR)/debian/gostsum/usr/bin + install -m 644 gostsum.1 $(CURDIR)/debian/gostsum/usr/share/man/man1 + install -m 644 gost12sum.1 $(CURDIR)/debian/gostsum/usr/share/man/man1 #verride_dh_clean: # rm -rf bin debian/debhelper-build-stamp +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream.