File: control

package info (click to toggle)
devilspie2 0.42-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 356 kB
  • sloc: ansic: 2,498; makefile: 128
file content (22 lines) | stat: -rw-r--r-- 1,041 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: devilspie2
Section: gnome
Priority: optional
Maintainer: Andreas Rönnquist <gusnan@debian.org>
Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1.1), pkg-config, libwnck-3-dev, libgtk-3-dev, libglib2.0-dev, liblua5.1-0-dev
Standards-Version: 3.9.8
Homepage: http://www.gusnan.se/devilspie2
Vcs-Git: https://anonscm.debian.org/git/collab-maint/devilspie2.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/devilspie2.git

Package: devilspie2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Lua-based window matching utility 
 Devilspie2 is a window matching utility, allowing the user to perform
 scripted actions on windows as they are created. For example, you can
 script a terminal program to always be positioned at a specific screen
 position, or automatically position a window on a specific workspace.
 .
 It is a continuation of Ross Burton's project Devilspie, with the most
 significant change that the symbolic expressions of that project are
 replaced with a Lua interpreter.