pcb
Розбіжності
Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
| pcb [2014/03/13 18:45] – створено wombat | pcb [2014/03/14 10:39] (поточний) – [Сборка DEB-пакета] wombat | ||
|---|---|---|---|
| Рядок 1: | Рядок 1: | ||
| + | ====== PCB ====== | ||
| + | ===== Сборка DEB-пакета ===== | ||
| + | |||
| + | wget -cS --content-disposition ' | ||
| + | cp pcb-20110918.tar.gz pcb_20110918.orig.tar.gz | ||
| + | tar xvf pcb-20110918.tar.gz | ||
| + | cd pcb-20110918 | ||
| + | mkdir debian | ||
| + | mcedit debian/ | ||
| + | |||
| + | <file " | ||
| + | Source: pcb | ||
| + | Maintainer: Vladimir Smolyar < | ||
| + | Section: electronics | ||
| + | Priority: optional | ||
| + | Homepage: http:// | ||
| + | Build-Depends: | ||
| + | |||
| + | Package: pcb-gtk-noopengl | ||
| + | #Version: 20110918-1 | ||
| + | Architecture: | ||
| + | Depends: libc6 (>= 2.11), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.1.1), libgd2-xpm (>= 2.0.36~rc1~dfsg), | ||
| + | Replaces: pcb-common, pcb-gtk, pcb-lesstif | ||
| + | Breaks: pcb-common, pcb-gtk, pcb-lesstif | ||
| + | Description: | ||
| + | PCB is an interactive printed circuit board editor for the X11 window | ||
| + | | ||
| + | | ||
| + | (X-Y data) output for use in the board fabrication and assembly process. | ||
| + | PCB offers high end features such as an autorouter and trace optimizer | ||
| + | which can tremendously reduce layout time. | ||
| + | . | ||
| + | This package contains the GTK+ user-interface for pcb. | ||
| + | </ | ||
| + | |||
| + | dch --create -v 20110918-1 --package pcb-gtk-noopengl | ||
| + | |||
| + | <file " | ||
| + | pcb (20110918-1) UNRELEASED; urgency=low | ||
| + | |||
| + | * Initial release. (Closes: #XXXXXX) | ||
| + | |||
| + | -- Vladimir Smolyar < | ||
| + | </ | ||
| + | |||
| + | mcedit debian/ | ||
| + | |||
| + | <file " | ||
| + | # | ||
| + | %: | ||
| + | dh $@ | ||
| + | |||
| + | override_dh_auto_configure: | ||
| + | dh_auto_configure -- --disable-gl --enable-coord64 --with-gui=gtk --with-x \ | ||
| + | | ||
| + | </ | ||
| + | |||
| + | debuild -us -uc | ||
