diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-11-05 17:46:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-11-05 17:46:35 +0000 |
commit | 676c6d72067f7a0257a32fa53b0987bb8e53e770 (patch) | |
tree | 51392f4a42f8d72d1c49d7710c23ff627d85b319 | |
parent | Adding upstream version 1.7.0. (diff) | |
download | isc-stork-676c6d72067f7a0257a32fa53b0987bb8e53e770.tar.xz isc-stork-676c6d72067f7a0257a32fa53b0987bb8e53e770.zip |
Releasing progress-linux version 1.7.0-0progress6+u1.HEADprogress-linux/1.7.0-0progress6+u1progress-linux
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 40 | ||||
-rw-r--r-- | debian/copyright | 20 | ||||
-rwxr-xr-x | debian/rules | 19 | ||||
-rw-r--r-- | debian/source/format | 1 |
5 files changed, 85 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..3c68c63 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +isc-stork (1.7.0-0progress6+u1) fuchur-backports-extras; urgency=low + + * Initial upload to fuchur-backports-extras. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 20 Mar 2022 10:22:44 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..46e38e8 --- /dev/null +++ b/debian/control @@ -0,0 +1,40 @@ +Source: isc-stork +Section: restricted/admin +Priority: optional +Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org> +XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org> +Bugs: mailto:bugs@lists.progress-linux.org +Build-Depends: + debhelper-compat (= 13), + default-jre-headless | openjdk-11-jre-headless, + python3-sphinx, + python3-sphinx-rtd-theme, + rake, + unzip, +Rules-Requires-Root: no +Standards-Version: 4.6.0 +Homepage: https://gitlab.isc.org/isc-projects/stork +Vcs-Browser: https://git.progress-linux.org/packages/fuchur-backports-extras/isc-stork +Vcs-Git: https://git.progress-linux.org/packages/fuchur-backports-extras/isc-stork + +Package: stork-agent +Section: restricted/admin +Architecture: amd64 +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Provides: + stork-agent, +Description: FIXME + FIXME. + +Package: stork-server +Section: restricted/admin +Architecture: amd64 +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Provides: + stork-server, +Description: FIXME + FIXME. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..87d2fd2 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,20 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: stork +Upstream-Contact: FIXME +Source: https://gitlab.isc.org/isc-projects/stork/-/tags + +Files: * +Copyright: FIXME +License: FIXME + +Files: debian/* +Copyright: 2010-2022 Daniel Baumann <daniel.baumann@progress-linux.org> +License: PD + +License: PD + This program is free software: you have unlimited permission + to copy, distribute and modify it. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..39c0c2f --- /dev/null +++ b/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +%: + dh ${@} + +override_dh_auto_configure: + rake build_tool + +override_dh_auto_build: + rake build_all + +override_dh_auto_install: + rake install_agent DESTDIR=$(CURDIR)/debian/stork-agent ETC_DIR=/etc + rake install_server DESTDIR=$(CURDIR)/debian/stork-server ETC_DIR=/etc EXAMPLES_DIR=/usr/share/doc/stork-server/examples + +execute_after_dh_install: + # examples + mkdir -p debian/stork-agent/usr/share/doc/stork-agent/examples + mv debian/stork-agent/etc/stork/*.template debian/stork-agent/usr/share/doc/stork-agent/examples diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) |