[Pkg-electronics-commits] [pcb-rnd] 02/05: backported upstream patch to fix tests, re-enabled tests

Dima Kogan dima at secretsauce.net
Sun Feb 26 20:30:47 UTC 2017


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

dkogan pushed a commit to annotated tag debian/1.2.1-1
in repository pcb-rnd.

commit 6c76e2668ef6021f28ead68c19070f3be597c4bd
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Feb 26 11:12:33 2017 -0800

    backported upstream patch to fix tests, re-enabled tests
---
 debian/patches/series              |  1 +
 debian/patches/upstream_6930.patch | 17 +++++++++++++++++
 debian/rules                       |  4 ----
 3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index ee60256..3480b46 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 docs-no-longer-load-images-from-the-internet.patch
+upstream_6930.patch
diff --git a/debian/patches/upstream_6930.patch b/debian/patches/upstream_6930.patch
new file mode 100644
index 0000000..27095b6
--- /dev/null
+++ b/debian/patches/upstream_6930.patch
@@ -0,0 +1,17 @@
+Index: trunk/tests/pcbflags/vanilla.pcb
+===================================================================
+--- trunk/tests/pcbflags/vanilla.pcb	(revision 6929)
++++ trunk/tests/pcbflags/vanilla.pcb	(revision 6930)
+@@ -11,5 +11,11 @@
+ Thermal[0.500000]
+ DRC[1200 900 1000 700 1500 1000]
+ Flags("")
+-Groups("")
++Groups("1,c:2,s")
+ Styles["Signal,1000,7874,3150,2000:Power,2000,8661,3937,2000:Fat,20000,13780,4724,2500:Sig-tight,1000,6400,3150,1200"]
++Layer(1 "c")
++(
++)
++Layer(2 "s")
++(
++)
diff --git a/debian/rules b/debian/rules
index 0ca417a..6564057 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,3 @@ override_dh_clean:
 # I want packages to go here regardless of how many packages I'm building
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp
-
-# tests don't pass right now, so I disable them
-override_dh_auto_test:
-	true

-- 
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