diff --git a/.gitignore b/.gitignore index 45ae460..91121a0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ vgcore.* .directory .bzr/* .bzrignore + +debian/files + diff --git a/debian/changelog b/debian/changelog index da5c8cb..5a79361 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +mundus (3.0.2-3) focal; urgency=low + + * Focal build [Ubuntu 20.04] + + -- Igor Calì Sat, 15 Aug 2020 08:45:25 +0200 + +mundus (3.0.2-2) bionic; urgency=low + + * bionic build + + -- Igor Calì Sat, 04 Aug 2018 09:26:58 +0100 + mundus (3.0.2-0) oneiric; urgency=critical * New build diff --git a/debian/compat b/debian/compat index c793025..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 \ No newline at end of file +12 diff --git a/debian/control b/debian/control index 4a6429e..1422a09 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,11 @@ Source: mundus Section: contrib/admin -Priority: extra -Maintainer: sebikul -Build-Depends: debhelper (>= 5.0.0), gambas3-dev (>= 3.6.0), +Priority: optional +Maintainer: Igor Calì +Build-Depends: debhelper (>= 12), + gambas3-devel (>= 3.15.1), gambas3-gb-image (>= 3.6.0), - gambas3-gb-qt4 (>= 3.6.0), + gambas3-gb-qt5 (>= 3.15.1), gambas3-gb-form (>= 3.6.0), gambas3-gb-desktop (>= 3.6.0), gambas3-gb-desktop-x11 (>= 3.6.0), @@ -14,10 +15,10 @@ Homepage: http://sebikul.github.io/mundus/ Package: mundus -Architecture: all +Architecture: any Depends: gambas3-runtime (>= 3.6.0), gambas3-gb-image (>= 3.6.0), - gambas3-gb-qt4 (>= 3.6.0), + gambas3-gb-qt5 (>= 3.15.1), gambas3-gb-form (>= 3.6.0), gambas3-gb-desktop (>= 3.6.0), gambas3-gb-desktop-x11 (>= 3.6.0), diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native)