timeshift/debian/control
Yegor Yefremov 79ddd89891
meson support (#173)
* Move AppConsole.vala and AppGtk.vala to src directory

* Rename po files

Strip "timeshift-" prefix. This is required for the future meson
support.

* Add initial meson support

* Remove makefile

* docs/development.md: adapt the instructions to the meson build system

Bonus: break a long line.
2023-05-12 09:37:54 -04:00

28 lines
907 B
Plaintext

Source: timeshift
Section: utils
Priority: extra
Maintainer: Linux Mint <root@linuxmint.com>
Build-Depends: debhelper-compat (= 10),
gzip,
valac,
libgtk-3-dev,
libgee-0.8-dev,
libjson-glib-dev,
libvte-2.91-dev,
libxapp-dev,
meson,
pkg-config,
help2man,
Standards-Version: 3.9.3
Homepage: https://github.com/linuxmint/timeshift
Package: timeshift
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, rsync, btrfs-progs | btrfs-tools
Replaces: timeshift-btrfs
Description: System restore utility
Timeshift is a system restore utility which takes snapshots
of the system at regular intervals. These snapshots can be restored
at a later date to undo system changes. Creates incremental snapshots
using rsync or BTRFS snapshots using BTRFS tools.