1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: fvs
Section: utils
Priority: optional
Maintainer: Seyed Mohamad Amin Modaresi <modaresisofthard@proton.me>
Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-setuptools
Standards-Version: 4.7.2
Homepage: https://github.com/mirkobrombin/FVS
Vcs-Browser: https://salsa.debian.org/amin_modaresi/fvs
Vcs-Git: https://salsa.debian.org/amin_modaresi/fvs.git
Package: fvs
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Description: File Versioning System
FVS is a simple file versioning system that helps you track changes to your
files.
.
It allows you to save snapshots (versions) of your files, restore previous
versions, and compare changes between versions.
.
It's designed to be lightweight and easy to use,
especially for personal file management.
.
This is a dependency of GNOME Bottles but also can be used alone.
|