File: control

package info (click to toggle)
hotswap 0.4.0-15
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 5,000 kB
  • ctags: 477
  • sloc: sh: 11,424; perl: 2,035; ansic: 1,569; cpp: 479; makefile: 85; sed: 16
file content (55 lines) | stat: -rw-r--r-- 2,180 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: hotswap
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>> 8.0.0), libmotif-dev, libxml2-dev, gettext, quilt (>= 0.46-7~), libxt-dev, libxext-dev, autotools-dev
Standards-Version: 3.9.4
Homepage: http://timstadelmann.de/hotswap.html

Package: hotswap-text
Architecture: any
Suggests: hotswap-gui
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: hotswap (<< 0.4.0)
Replaces: hotswap (<< 0.4.0)
Description: (de)register hotswappable IDE hardware (command line tool)
 Hotswap is a utility to register and deregister hotswappable IDE
 hardware. It is written to be used on Laptops with some sort of
 hardware bay to remove the module from the machine without rebooting
 it. eg. Dell Laptops.
 .
 Note that this utility is not required to insert or remove batteries
 or floppy disk drives; only for IDE devices.
 .
 This package includes the command line tool.

Package: hotswap-gui
Architecture: any
Depends: ${shlibs:Depends}, hotswap-text, ${misc:Depends}
Breaks: hotswap (<< 0.4.0)
Replaces: hotswap (<< 0.4.0)
Description: (de)register hotswappable IDE hardware (GUI front-end)
 Hotswap is a utility to register and deregister hotswappable IDE
 hardware. It is written to be used on Laptops with some sort of
 hardware bay to remove the module from the machine without rebooting
 it. eg. Dell Laptops.
 .
 Note that this utility is not required to insert or remove batteries
 or floppy disk drives; only for IDE devices.
 .
 This package includes the Motif front-end to the command line tool.

Package: hotswap
Architecture: all
Depends: hotswap-text, hotswap-gui, ${misc:Depends}
Description: (de)register hotswappable IDE hardware
 Hotswap is a utility to register and deregister hotswappable IDE
 hardware. It is written to be used on Laptops with some sort of
 hardware bay to remove the module from the machine without rebooting
 it. eg. Dell Laptops.
 .
 Note that this utility is not required to insert or remove batteries
 or floppy disk drives; only for IDE devices.
 .
 This is a metapackage that Depends on both the command line tool 
 and the graphical front-end to allow seamless upgrades.