Index: debian/control =================================================================== --- debian/control (revision 35593) +++ debian/control (revision 35594) @@ -11,7 +11,7 @@ Package: pcb-rnd Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, pcb-rnd-core (= ${binary:Version}), pcb-rnd-io-standard (= ${binary:Version}), pcb-rnd-io-alien (= ${binary:Version}), pcb-rnd-hid-gtk2-gl (= ${binary:Version}), pcb-rnd-hid-gtk2-gdk (= ${binary:Version}), pcb-rnd-export (= ${binary:Version}), pcb-rnd-export-sim (= ${binary:Version}), pcb-rnd-export-extra (= ${binary:Version}), pcb-rnd-auto (= ${binary:Version}), pcb-rnd-extra (= ${binary:Version}), pcb-rnd-cloud (= ${binary:Version}), pcb-rnd-doc (= ${binary:Version}), pcb-rnd-import-net (= ${binary:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, pcb-rnd-core (= ${binary:Version}), pcb-rnd-io-standard (= ${binary:Version}), pcb-rnd-io-alien (= ${binary:Version}), pcb-rnd-lib-gui (= ${binary:Version}), librnd3-hid-gtk2-gl (= ${binary:Version}), librnd3-hid-gtk2-gdk (= ${binary:Version}), pcb-rnd-export (= ${binary:Version}), pcb-rnd-export-sim (= ${binary:Version}), pcb-rnd-export-extra (= ${binary:Version}), pcb-rnd-auto (= ${binary:Version}), pcb-rnd-extra (= ${binary:Version}), pcb-rnd-cloud (= ${binary:Version}), pcb-rnd-doc (= ${binary:Version}), pcb-rnd-import-net (= ${binary:Version}) Suggests: geda-gnetlist Description: Standard installation of pcb-rnd pcb-rnd is a highly modular PCB (Printed Circuit Board) layout tool @@ -45,17 +45,18 @@ * hyperlynx board, version 2 and above * kicad board, version 3, 4 and 5 (s-expr) * lihata pcb-rnd board (any version) - * PADS board + * PADS ASCII board * gEDA/PCB .pcb board (any version up to 2017) - export board: * anonimized board statistics in lihata * autotrax PCB board, version 4 - * dsn board + * specctra dsn board * hyperlynx board, version 2.0 * kicad board, version 3 (s-expr) * kicad pcbnew-board, version 1 (legacy plain text format) * lihata pcb-rnd board (any version) - * gEDA/PCB .pcb board (various version up to 2017 ) + * PADS ASCII board + * gEDA/PCB .pcb board (various version up to 2017) - import footprint: * BXL footprints * eagle xml footprint lib @@ -101,10 +102,11 @@ * render black&white or color embedded postscript (single file) * svg (Scalable Vector Graphics) - import misc: - * specctra .dsn (wires and vias) * HPGL plot (lines, arcs, polygons) * MUCS unixplot .pl (lines and vias) * ttf font + * specctra .dsn (route result: wires and vias) + * specctra .ses (route result: wires and vias) * eagle DRU (design rules) * lihata pcb-rnd font (any version) * gEDA/PCB font @@ -112,7 +114,6 @@ * tEDAx pcb-rnd drc script - export misc: * bom (Bill of Materials, text) - * specctra .dsn (padstacks and subcircuits, works with freerouting.net) * .dxf (2D drawing for mech CADs) * excellon drill/cnc (for PCB fabbing) * fidocad .fcd (partial export) Index: debian/pcb-rnd-auto.install =================================================================== --- debian/pcb-rnd-auto.install (revision 35593) +++ debian/pcb-rnd-auto.install (revision 35594) @@ -8,10 +8,6 @@ /usr/lib/pcb-rnd/plugins/autoplace.so /usr/lib/pcb-rnd/plugins/autoroute.pup /usr/lib/pcb-rnd/plugins/autoroute.so -/usr/lib/pcb-rnd/plugins/export_dsn.pup -/usr/lib/pcb-rnd/plugins/export_dsn.so -/usr/lib/pcb-rnd/plugins/import_dsn.pup -/usr/lib/pcb-rnd/plugins/import_dsn.so /usr/lib/pcb-rnd/plugins/import_mucs.pup /usr/lib/pcb-rnd/plugins/import_mucs.so /usr/lib/pcb-rnd/plugins/smartdisperse.pup Index: debian/pcb-rnd-io-alien.install =================================================================== --- debian/pcb-rnd-io-alien.install (revision 35593) +++ debian/pcb-rnd-io-alien.install (revision 35594) @@ -18,3 +18,4 @@ /usr/share/man/man1/bxl2txt.1 /usr/bin/txt2bxl /usr/bin/bxl2txt +/etc/pcb-rnd/io_pads.conf Index: debian/rules =================================================================== --- debian/rules (revision 35593) +++ debian/rules (revision 35594) @@ -87,7 +87,6 @@ --plugin-export_ipcd356 \ --plugin-import_ttf \ --plugin-import_mentor_sch \ - --plugin-import_dsn \ --plugin-export_ps \ --plugin-import_accel_net \ --plugin-millpath \ @@ -111,7 +110,6 @@ --plugin-export_png \ --plugin-import_hpgl \ --plugin-import_ipcd356 \ - --plugin-export_dsn \ --plugin-lib_netmap \ --plugin-io_hyp \ --plugin-cam \