diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5350d0..b8110b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: install-deps run: | - sudo apt install gir1.2-gtk-3.0 gir1.2-xapp-1.0 python3 python3-apt \ + sudo apt install gettext gir1.2-gtk-3.0 gir1.2-xapp-1.0 python3 python3-apt \ python3-aptdaemon.gtk3widgets python3-gi python3-configobj python3-setproctitle - name: make diff --git a/.github/workflows/publish-deb.yml b/.github/workflows/publish-deb.yml index c5d564e..12d7249 100644 --- a/.github/workflows/publish-deb.yml +++ b/.github/workflows/publish-deb.yml @@ -36,8 +36,8 @@ jobs: - name: install-deps run: | sudo apt-get update -qq - sudo apt install -y build-essential debhelper devscripts dh-python \ - python3 python3-setuptools + sudo apt install -y build-essential debhelper devscripts \ + dh-python gettext python3 python3-setuptools - name: build-deb run: | diff --git a/debian/control b/debian/control index ca5c11e..72fac73 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,10 @@ Priority: optional Maintainer: Himadri Sekhar Basu Build-Depends: debhelper-compat (= 13), dh-python, + gettext, libglib2.0-bin, python3, - python3-docutils, - python3-setuptools, - python3-sphinx + python3-setuptools Standards-Version: 4.6.0 Homepage: https://hsbasu.github.io/leaptime-manager #Vcs-Browser: https://salsa.debian.org/debian/leaptime-manager