Skip to content

Commit 63dcd54

Browse files
authored
Install virtiofsd dependency for Ubuntu and Debian (#2334)
add virtiofs to Ubuntu-24, 26 and debian-13 dependencies
1 parent bed782d commit 63dcd54

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

deb/debianize.pl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
}
3232

3333
my %COPY_RELEASES = (
34-
'ubuntu-20.04'=> ['ubuntu-22.04','ubuntu-24.04','ubuntu-26.04']
35-
,'debian-10' => ['debian-11','debian-12','debian-13']
34+
'ubuntu-20.04'=> ['ubuntu-22.04']
35+
,'ubuntu-24.04'=> ['ubuntu-26.04']
36+
,'debian-10' => ['debian-11','debian-12']
3637
);
3738
my %DIR = (
3839
templates => '/usr/share/ravada'

debian/control-debian-13

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Package: ravada
2+
Version: 0.2.5
3+
Architecture: all
4+
Section: utils
5+
Priority: optional
6+
Maintainer: Francesc Guasch <frankie@telecos.upc.edu>
7+
Depends: perl (>=5.18),libmojolicious-perl,mysql-common,libauthen-passphrase-perl, libdatetime-perl, libdbd-mysql-perl,libdbi-perl,libdbix-connector-perl,libipc-run3-perl,libio-stringy-perl,libnet-ldap-perl,libproc-pid-file-perl,libvirt-daemon-system,libsys-virt-perl,libxml-libxml-perl,libconfig-yaml-perl,libmoose-perl,libjson-xs-perl,qemu-utils,perlmagick,libmoosex-types-netaddr-ip-perl,libio-interface-perl,libnet-dns-perl,wget,liblocale-maketext-lexicon-perl,libmojolicious-plugin-i18n-perl,libdbd-sqlite3-perl, debconf (>= 0.2.26), adduser, libdigest-sha-perl, qemu-kvm, net-tools, libfile-rsync-perl, libnet-openssh-perl, bridge-utils, libencode-locale-perl, libpbkdf2-tiny-perl, libdatetime-format-dateparse-perl, libguestfs-tools, iptstate, libfile-tee-perl, librrds-perl, rrdtool, libterm-readkey-perl, virtiofsd
8+
Description: Remote Virtual Desktops Manager
9+
Ravada is a software that allows the user to connect to a
10+
remote virtual desktop.

debian/control-ubuntu-24.04

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Package: ravada
2+
Version: 0.2.5
3+
Architecture: all
4+
Section: utils
5+
Priority: optional
6+
Maintainer: Francesc Guasch <frankie@telecos.upc.edu>
7+
Depends: perl (>=5.18),libmojolicious-perl,mysql-common,libauthen-passphrase-perl, libdatetime-perl, libdbd-mysql-perl,libdbi-perl,libdbix-connector-perl,libipc-run3-perl,libio-stringy-perl,libnet-ldap-perl,libproc-pid-file-perl,libvirt-daemon-system,libsys-virt-perl,libxml-libxml-perl,libconfig-yaml-perl,libmoose-perl,libjson-xs-perl,qemu-utils,perlmagick,libmoosex-types-netaddr-ip-perl,libio-interface-perl,libnet-dns-perl,wget,liblocale-maketext-lexicon-perl,libmojolicious-plugin-i18n-perl,libdbd-sqlite3-perl, debconf (>= 0.2.26), adduser, libdigest-sha-perl, qemu-kvm, net-tools, libfile-rsync-perl, libnet-openssh-perl, bridge-utils, libpbkdf2-tiny-perl, libdatetime-format-dateparse-perl, libguestfs-tools, iptstate, libfile-tee-perl, ovmf, librrds-perl, rrdtool, libterm-readkey-perl, virtiofsd
8+
Description: Remote Virtual Desktops Manager
9+
Ravada is a software that allows the user to connect to a
10+
remote virtual desktop.

0 commit comments

Comments
 (0)