[Pkg-electronics-commits] [pcb-rnd] 02/03: I disable options upstream says are broken

Dima Kogan dima at secretsauce.net
Sat Feb 18 02:37:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkogan pushed a commit to branch master
in repository pcb-rnd.

commit dc84c76f3636885fce988f1ac400737cb7f84051
Author: Dima Kogan <dima at secretsauce.net>
Date:   Fri Feb 17 18:31:39 2017 -0800

    I disable options upstream says are broken
---
 debian/rules | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4c840fd..9695d76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,10 @@ include /usr/share/dpkg/buildflags.mk
 # user-interface: gtk. At some point I may add lesstif as an option. Then
 # shipping those as separate plugins would make sense.
 #
+# I disable boardflip, gpmi, export_openscad, export_dxf because upstream says
+# that they don't yet work in a useful way
+#
+# bison and export_bboard cause build issues
 override_dh_auto_configure:
 	./configure				\
            --symbols				\
@@ -24,17 +28,18 @@ override_dh_auto_configure:
            --buildin-io_pcb			\
            --buildin-io_lihata			\
            --buildin-io_kicad			\
-           --buildin-gpmi			\
-           --buildin-boardflip			\
            --buildin-polystitch			\
            --buildin-import_dsn			\
-           --buildin-export_dxf			\
-           --buildin-export_openscad		\
            --buildin-export_dsn			\
            --buildin-export_ipcd356		\
+           --buildin-hid_gtk			\
+						\
+           --disable-gpmi			\
+           --disable-boardflip			\
+           --disable-export_dxf			\
+           --disable-export_openscad		\
            --disable-bison			\
            --disable-export_bboard		\
-           --buildin-hid_gtk			\
            --disable-hid_lesstif		\
 						\
            --LDFLAGS='$(LDFLAGS)'		\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/pcb-rnd.git



More information about the Pkg-electronics-commits mailing list