Update debian/control

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-13 23:15:12 +02:00
parent d6563f576d
commit aaff682c54

36
debian/control vendored
View File

@ -1,19 +1,25 @@
Source: upstream-name
Section: admin
Source: blivet-gui
Maintainer: Vojtech Trefny <vtrefny@redhat.com>
Section: misc
Priority: optional
Maintainer: name <email>
Standards-Version: 4.6.1
Build-Depends: debhelper-compat (= 13)
Homepage: https://github.com/storaged-project/blivet
Build-Depends:
debhelper-compat (= 13),
python3-all-dev,
python3-setuptools,
gettext,
dh-python
Rules-Requires-Root: no
Package: pkgname1
Architecture: linux-any
# Delete any of these lines if un-used
Depends: ${misc:Depends}, depends
Recommends: high priority optdepends
Conflicts: conflicts
Suggests: low priority optdepends
Breaks: also conflicts!?
Provides: provides
#
Description: pkgdesc
Package: blivet-gui
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-blivet,
python3-pid,
adwaita-icon-theme,
python3-gi-cairo,
gir1.2-gtk-3.0,
Description: GUI tool for storage configuration using blivet library.
blivet-gui is a graphical tool for storage configuration using blivet library