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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: tilix
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@ubuntu.com>, Matthias Klumpp <mak@debian.org>
Build-Depends: appstream (>= 0.15.2),
debhelper-compat (= 13),
dh-dlang,
gnome-pkg-tools (>= 0.19.8),
libgtkd-3-dev (>= 3.9),
librsvg2-dev,
libsecret-1-dev,
libunwind-dev,
libvted-3-dev (>= 3.9),
meson,
po4a
Standards-Version: 4.6.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/gnome-team/tilix
Vcs-Git: https://salsa.debian.org/gnome-team/tilix.git
Homepage: https://gnunn1.github.io/tilix-web/
Package: tilix
Architecture: any
Depends: tilix-common (= ${source:Version}),
python3-nautilus,
${misc:Depends},
${shlibs:Depends}
Provides: x-terminal-emulator
Description: Tiling terminal emulator for GNOME
Tilix is a feature-rich tiling terminal emulator following the
GNOME human interface design guidelines.
Its many features include:
.
* Layout terminals in any fashion by splitting them horizontally or
vertically.
* Terminals can be re-arranged using drag and drop both within and
between windows.
* Terminals can be detached into a new window via drag and drop.
* Input can be synchronized between terminals so commands typed in
one terminal are replicated to the others.
* Supports notifications when processes are completed out of view.
Package: tilix-common
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Tiling terminal emulator - data files
Tilix is a feature-rich tiling terminal emulator following the
GNOME human interface design guidelines.
.
This package contains architecture independent data.
|