Fix dependencies

This commit is contained in:
Sergio Costas 2026-02-18 19:33:10 +01:00
parent b5808a806a
commit 3007f379c2
3 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,8 @@
# History of versions # # History of versions #
* Version 4.21.2 (2026-02-18)
* Fixed dependencies
* Version 4.21.1 (2026-02-17) * Version 4.21.1 (2026-02-17)
* Fully removed setuptools * Fully removed setuptools

4
debian/control vendored
View file

@ -7,8 +7,8 @@ Vcs-Git: https://gitlab.com/rastersoft/devedeng.git
Package: python3-devedeng Package: python3-devedeng
Architecture: all Architecture: all
Version: 4.21.1 Version: 4.21.2
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 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 Section: python
Priority: optional Priority: optional
Description: A video DVD creator Description: A video DVD creator

View file

@ -1,2 +1,2 @@
[DEFAULT] [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