Commit 3a44bf6a authored by andrey shatokhin's avatar andrey shatokhin

Added dh-systemd as a dependency in control and .gitlab-ci.yml

parent 9027a8f4
Pipeline #5455 passed with stage
in 28 minutes 33 seconds
...@@ -8,6 +8,7 @@ build: ...@@ -8,6 +8,7 @@ build:
- apt-get install -y debhelper - apt-get install -y debhelper
- apt-get install -y devscripts - apt-get install -y devscripts
- apt-get install -y build-essential - apt-get install -y build-essential
- apt-get install -y dh-systemd
- apt-get install -y python-minimal - apt-get install -y python-minimal
- apt-get install -y python3-all - apt-get install -y python3-all
- apt-get install -y python3-setuptools - apt-get install -y python3-setuptools
......
...@@ -2,7 +2,7 @@ Source: settingsd ...@@ -2,7 +2,7 @@ Source: settingsd
Maintainer: Andrey Shatokhin <shatokhin@etersoft.ru> Maintainer: Andrey Shatokhin <shatokhin@etersoft.ru>
Section: python Section: python
Priority: optional Priority: optional
Build-Depends: debhelper(>= 8),python3-all (>= 2.6.6-3~) Build-Depends: debhelper(>= 8),python3-all (>= 2.6.6-3~),dh-systemd
Standards-Version: 3.9.5 Standards-Version: 3.9.5
Package: settingsd Package: settingsd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment