2 Commits
2.8.2 ... 2.8.3

Author SHA1 Message Date
Clement Lefebvre
83597ba864 2.8.3 2020-12-14 08:11:51 +00:00
Clement Lefebvre
7d8538b748 Packaging: Add missing dependency on gir1.2-gtksource-4 2020-12-14 08:11:10 +00:00
3 changed files with 8 additions and 1 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
xed (2.8.3) ulyssa; urgency=medium
* Packaging: Add missing dependency on gir1.2-gtksource-4
-- Clement Lefebvre <root@linuxmint.com> Mon, 14 Dec 2020 08:11:29 +0000
xed (2.8.2) ulyssa; urgency=medium
* l10n: Update translations

1
debian/control vendored
View File

@@ -32,6 +32,7 @@ Depends: iso-codes,
${shlibs:Depends},
python3,
python3-gi,
gir1.2-gtksource-4,
xapps-common (>= 1.9.0),
zenity
XB-Python-Version: ${python:Versions}

View File

@@ -1,4 +1,4 @@
project('xed', 'c', version : '2.8.2')
project('xed', 'c', version : '2.8.3')
gnome = import('gnome')
i18n = import('i18n')