From 3007f379c281e6c09a57379fed0ff6eea067e068 Mon Sep 17 00:00:00 2001 From: Sergio Costas Date: Wed, 18 Feb 2026 19:33:10 +0100 Subject: [PATCH] Fix dependencies --- HISTORY.md | 3 +++ debian/control | 4 ++-- stdeb.cfg | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2c906a9..e7b7027 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # History of versions # +* Version 4.21.2 (2026-02-18) + * Fixed dependencies + * Version 4.21.1 (2026-02-17) * Fully removed setuptools diff --git a/debian/control b/debian/control index 794bf56..9499a7b 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Vcs-Git: https://gitlab.com/rastersoft/devedeng.git Package: python3-devedeng Architecture: all -Version: 4.21.1 -Depends: python3:any, dh-python, python3, python3-urllib3, python3-gi, python3-cairo, python3-gi-cairo, libgtk-3-0t64|libgtk-3-0, ffmpeg (>= 7:1.2.6) | libav-tools (>= 6:9.16), mplayer | mpv | vlc, dvdauthor, genisoimage, vcdimager, libvorbis0a, libvorbisfile3, python3-pkg-resources +Version: 4.21.2 +Depends: python3:any, dh-python, python3, python3-urllib3, python3-gi, python3-cairo, python3-gi-cairo, python3-importlib-metadata, libgtk-3-0t64|libgtk-3-0, ffmpeg (>= 7:1.2.6) | libav-tools (>= 6:9.16), mplayer | mpv | vlc, dvdauthor, genisoimage, vcdimager, libvorbis0a, libvorbisfile3, python3-pkg-resources Section: python Priority: optional Description: A video DVD creator diff --git a/stdeb.cfg b/stdeb.cfg index 05aaa41..20abb93 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,2 +1,2 @@ [DEFAULT] -Depends3 = dh-python, python3, python3-urllib3, python3-gi, python3-cairo, python3-gi-cairo, libgtk-3-0, gir1.2-gtk-3.0, ffmpeg (>= 7:1.2.6) | libav-tools(>= 6:9.16), mplayer | mpv | vlc, dvdauthor, genisoimage, vcdimager, libvorbis0a, libvorbisfile3, python3-pkg-resources +Depends3 = dh-python, python3, python3-urllib3, python3-gi, python3-cairo, python3-gi-cairo, python3-importlib-metadata, libgtk-3-0, gir1.2-gtk-3.0, ffmpeg (>= 7:1.2.6) | libav-tools(>= 6:9.16), mplayer | mpv | vlc, dvdauthor, genisoimage, vcdimager, libvorbis0a, libvorbisfile3, python3-pkg-resources