blob: cec7fd9101c27cd62b62978aad49e056c03178b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|