From 6cb377250f773377f1cd53955f31f99653570606 Mon Sep 17 00:00:00 2001 From: Himadri Sekhar Basu <41947504+hsbasu@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:45:58 +0530 Subject: [PATCH] Add gettext as build dependency (#68) --- .github/workflows/ci.yml | 2 +- .github/workflows/publish-deb.yml | 4 ++-- debian/control | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) 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