diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:36:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:36:05 +0000 |
commit | 8bc37fc67193505a5a346fd2f1bee70476eb3942 (patch) | |
tree | 24bc012bd3fa1f2e7cb96ac12c041bafe31b0670 /debian/README.source | |
parent | Adding upstream version 1.1.0. (diff) | |
download | icingadb-aa24aa43987d77ac70f2c3944853527f2307d4eb.tar.xz icingadb-aa24aa43987d77ac70f2c3944853527f2307d4eb.zip |
Adding debian version 1.1.0-1.debian/1.1.0-1debian
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..cec7fd9 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,16 @@ +IcingDB 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 + |