File: control

package info (click to toggle)
autocutsel 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 168 kB
  • sloc: ansic: 649; ruby: 131; sh: 28; makefile: 9
file content (31 lines) | stat: -rw-r--r-- 1,279 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
23
24
25
26
27
28
29
30
31
Source: autocutsel
Section: x11
Priority: optional
Maintainer: Elmar S. Heeb <elmar@heebs.ch>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper-compat (= 13),
               dpkg-dev (>= 1.16.1~),
               libxaw7-dev
Standards-Version: 4.6.0
Homepage: https://www.nongnu.org/autocutsel/
Vcs-Git: https://github.com/elmar/autocutsel-debian.git
Vcs-Browser: https://github.com/elmar/autocutsel-debian
Rules-Requires-Root: no

Package: autocutsel
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Enhances: emacsen,
          vnc-viewer
Description: Keep the X clipboard and the cutbuffer in sync
 This tracks changes in the server's cutbuffer and clipboard
 selection. when the clipboard is changed, it updates the
 cutbuffer. When the cutbuffer is changed, it owns the clipboard
 selection. The cutbuffer and clipboard selection are always
 synchronized. In the case of a VNC client since it synchronizes the
 Windows' clipboard and the server's cutbuffer, all three "clipboards"
 are always kept synchronized. When you copy some text in Windows, the
 cutbuffer and the clipboard selection are updated. When you copy text
 on the server using either the cutbuffer or the clipboard selection,
 the Windows's clipboard is always updated.