Index: trunk/debian/control =================================================================== --- trunk/debian/control (revision 31) +++ trunk/debian/control (revision 32) @@ -12,6 +12,7 @@ Package: pcb-rnd Architecture: all Depends: ${misc:Depends}, pcb-rnd-gtk, pcb-rnd-common +Conflicts: pcb Description: printed circuit board (pcb) design program - meta-package PCB is an interactive printed circuit board editor for the X11 window system. PCB includes a rats nest feature, design rule checking, and can @@ -37,6 +38,7 @@ Package: pcb-rnd-gtk Architecture: any +Conflicts: pcb-gtk Depends: ${misc:Depends}, ${shlibs:Depends}, pcb-rnd-common Description: printed circuit board (pcb) design program - GTK+ interface PCB is an interactive printed circuit board editor for the X11 window @@ -47,17 +49,3 @@ which can tremendously reduce layout time. . This package contains the GTK+ user-interface for pcb. - -Package: pcb-rnd-lesstif -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, pcb-rnd-common -Description: printed circuit board (pcb) design program - LessTif interface - PCB is an interactive printed circuit board editor for the X11 window - system. PCB includes a rats nest feature, design rule checking, and can - provide industry standard RS-274-X (Gerber), NC drill, and centroid data - (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 LessTif user-interface for pcb. - Index: trunk/debian/rules =================================================================== --- trunk/debian/rules (revision 31) +++ trunk/debian/rules (revision 32) @@ -12,15 +12,15 @@ override_dh_auto_configure: dh_auto_configure --builddirectory build_gtk -- $(CONFIGURE_OPTS) --with-gui=gtk - dh_auto_configure --builddirectory build_lesstif -- $(CONFIGURE_OPTS) --with-gui=lesstif +# dh_auto_configure --builddirectory build_lesstif -- $(CONFIGURE_OPTS) --with-gui=lesstif override_dh_auto_build: dh_auto_build --builddirectory build_gtk - dh_auto_build --builddirectory build_lesstif +# dh_auto_build --builddirectory build_lesstif override_dh_auto_test: dh_auto_test --builddirectory build_gtk - dh_auto_test --builddirectory build_lesstif +# dh_auto_test --builddirectory build_lesstif override_dh_auto_install: dh_auto_install --builddirectory build_gtk @@ -27,7 +27,7 @@ override_dh_auto_clean: dh_auto_clean --builddirectory build_gtk - dh_auto_clean --builddirectory build_lesstif +# dh_auto_clean --builddirectory build_lesstif override_dh_install: # Remove needlessly installed static library and header file before @@ -40,7 +40,7 @@ install build_gtk/src/pcb debian/$(package)-gtk/usr/bin/pcb-gtk # Install pcb-lesstif binary: - install build_lesstif/src/pcb debian/$(package)-lesstif/usr/bin/pcb-lesstif +# install build_lesstif/src/pcb debian/$(package)-lesstif/usr/bin/pcb-lesstif # Set executable bit for pcb tools: -[ ! -d debian/$(package)-common ] || chmod a+x debian/$(package)-common/usr/share/pcb/tools/MergePCBPS