diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 296ca5f..32c83fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: install-deps run: | - sudo apt install gobject-introspection gir1.2-appindicator3-0.1 gir1.2-gtk-3.0 \ + sudo apt install gettext gobject-introspection gir1.2-appindicator3-0.1 gir1.2-gtk-3.0 \ python3 python3-configobj python3-gi python3-setproctitle python3-tldextract redshift - name: make diff --git a/.github/workflows/publish-deb.yml b/.github/workflows/publish-deb.yml index 323f181..4e3f3b7 100644 --- a/.github/workflows/publish-deb.yml +++ b/.github/workflows/publish-deb.yml @@ -37,7 +37,7 @@ jobs: run: | sudo apt-get update -qq sudo apt install -y build-essential debhelper devscripts dh-python \ - python3 python3-all python3-gi python3-setuptools python3-sphinx + gettext python3 python3-all python3-gi python3-setuptools python3-sphinx - name: build-deb run: | diff --git a/debian/control b/debian/control index e7fa999..566f894 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Himadri Sekhar Basu Build-Depends: debhelper-compat (= 13), dh-python, + gettext, libglib2.0-bin, python3-all, python3-setuptools,