File: control

package info (click to toggle)
pcb2gcode 1.1.4-git20120902-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,400 kB
  • ctags: 358
  • sloc: sh: 10,116; cpp: 2,335; python: 53; makefile: 43
file content (37 lines) | stat: -rw-r--r-- 1,334 bytes parent folder | download | duplicates (2)
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
Source: pcb2gcode
Section: electronics
Priority: optional
Maintainer: Christian M. Amsüss <chrysn@fsfe.org>
Homepage: http://sourceforge.net/apps/mediawiki/pcb2gcode/
Build-Depends: debhelper (>= 9),
	libboost-dev,
	libboost-program-options-dev,
	libgtkmm-2.4-dev,
	gerbv,
	dh-autoreconf,
	chrpath
Standards-Version: 3.9.5
Vcs-Browser: http://gitorious.org/pcb2gcode/pcb2gcode/commits/debian
Vcs-git: git://gitorious.org/pcb2gcode/pcb2gcode.git -b debian

Package: pcb2gcode
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: command-line tool for engraving PCBs using CNCs
 pcp2gcode is a command-line tool for isolation routing and
 drilling PCBs that provides full support for both single- and
 double-sided boards. It generates G-code (RS-274 code) for
 engraving and drilling from Gerber and Excellon files.

Package: pcb2gcode-dbg
Architecture: any
Section: debug
Priority: extra
Depends: pcb2gcode (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: debugging symbols for pcb2gcode
 pcp2gcode is a command-line tool for isolation routing and
 drilling PCBs that provides full support for both single- and
 double-sided boards. It generates G-code (RS-274 code) for
 engraving and drilling from Gerber and Excellon files.
 .
 This package contains the debugging symbols for pcb2gcode.