File: control

package info (click to toggle)
cis-tools 0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: ansic: 2,858; yacc: 355; lex: 230; makefile: 38
file content (22 lines) | stat: -rw-r--r-- 646 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: cis-tools
Section: devel
Priority: optional
Maintainer: Ben Hutchings <benh@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 bison,
 flex,
Standards-Version: 4.7.2
Homepage: https://git.kernel.org/pub/scm/utils/cis-tools/cis-tools.git
Vcs-Browser: https://salsa.debian.org/kernel-team/cis-tools
Vcs-Git: https://salsa.debian.org/kernel-team/cis-tools.git

Package: cis-tools
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: PCMCIA CIS file tools
 This package provides the commands dump_cis and pack_cis, used to
 convert between PCMCIA CIS binaries and a textual representation.