diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:40:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:40:59 +0000 |
commit | b0ebba8a6b420c58c86828c9efa53e5bda8c81cd (patch) | |
tree | 1d1b6c2ee6ea22db6eb7bca810b8bdb33a156cbf /debian/README.source | |
parent | Adding upstream version 1.1.1. (diff) | |
download | icingadb-b0ebba8a6b420c58c86828c9efa53e5bda8c81cd.tar.xz icingadb-b0ebba8a6b420c58c86828c9efa53e5bda8c81cd.zip |
Adding debian version 1.1.1-2.debian/1.1.1-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/README.source')
-rw-r--r-- | debian/README.source | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..14aed50 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,16 @@ +IcingaDB for Debian +------------------- + +IcingaDB dependencies are not packaged separately, an additional +component is used alongside the upstream tarball. + +For new upstream releases both tarballs need to be updated: + + uscan --verbose + ./debian/create-components.sh ../icingadb_<VERSION>.orig.tar.gz + +The components are configured in gbp.conf to have them imported +automatically when importing the upstream tarball: + + gbp import-orig ../icingadb_<VERSION>.orig.tar.gz + |