]> www.wagner.pp.ru Git - openssl-gost/debpkg.git/commitdiff
Added manual pages to gostsum package master
authorVictor Wagner <vitus@wagner.pp.ru>
Wed, 2 Aug 2017 18:26:33 +0000 (21:26 +0300)
committerVictor Wagner <vitus@wagner.pp.ru>
Wed, 2 Aug 2017 18:26:33 +0000 (21:26 +0300)
Makefile
debian/copyright
debian/gostsum.dirs
debian/rules

index 653a89d3483d64db813208d08acd77ac09d59870..6ebf6de531979c06c77f23026155b69ec5f9c876 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ $(PKGNAME)_$(VERSION)-1_$(ARCH).deb: $(PKGNAME)-$(VERSION)/debian/changelog
 # this rule
 #
 $(PKGNAME)-$(VERSION)/debian/changelog: $(PKGNAME)_$(VERSION).orig.tar.bz2 $(wildcard debian/*)        
-               rm -f $(PKGNAME)-$(VERSION)
+               rm -rf $(PKGNAME)-$(VERSION)
                tar xf $(PKGNAME)_$(VERSION).orig.tar.bz2
                cp -r debian $(PKGNAME)-$(VERSION)/debian
                cd $(PKGNAME)-$(VERSION); dch -v $(VERSION)-1 "Build for $(ARCH)"
index 1b7c52d7e137030cd9188b3b23ab16e07358da85..9a420dba0aba74bcf7e8e33cae25acd526751c5b 100644 (file)
@@ -1,20 +1,13 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: libengine-gost-openssl1.1
-Source: <url://example.com>
+Upstream-Name: gost-engine
+Source: https://github.com/gost-engine/engine
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: <special license>
- <Put the license of the package here indented by 1 space>
- <This follows the format of Description: lines in control file>
- .
- <Including paragraphs>
+Copyright: 2008-2017 Cryptocom Ltd
+License: OpenSSL License
 
-# If you want to use GPL v2 or later for the /debian/* files use 
-# the following clauses, or change it to suit. Delete these two lines
 Files: debian/*
-Copyright: 2017 Victor Wagner <vitus@fafnir.l.postgrespro.ru>
+Copyright: 2017 Victor Wagner <vitus@wagner.pp.ru>
 License: GPL-2+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -32,7 +25,3 @@ License: GPL-2+
  On Debian systems, the complete text of the GNU General
  Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
 
-# 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.
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..1317f8650bef8b38fef48b2990496f528a8cdc31 100644 (file)
@@ -0,0 +1,2 @@
+/usr/bin
+/usr/share/man/man1
index 9382c16f3c54bffc92e415cd9dc7189ceab59c61..78328e315cf3b37dd7332630ecf821dcb605a3dc 100755 (executable)
@@ -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.