From 61bb7a27543b9caa57e9cf39d9d10131d5af674d Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 11 Mar 2020 17:53:18 -0400 Subject: add debian/ added the deplist feature to Makefile to support debuild --- debian/copyright | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/copyright (limited to 'debian/copyright') diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..2ee71d7 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,17 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: freeipa-helper +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: README.md + src/Makefile + src/usr/sbin/freeipa-helper-post-install + src/usr/sbin/systemctl + src/usr/share/doc/freeipa-helper/README.md +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +#---------------------------------------------------------------------------- +# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following +# license/copyright files. -- cgit