[Pkg-electronics-commits] [pcb-rnd] 18/26: patch update

Dima Kogan dima at secretsauce.net
Mon Jan 16 22:31:53 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 5085fd769e21a47fe895bc986da04e567982dcab
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Dec 18 22:19:53 2016 -0800

    patch update
---
 ...es-recurse-with-MAKE-to-allow-parallelism.patch |   6 +-
 ...s-no-longer-load-images-from-the-internet.patch | 552 +++++++++++++++++++++
 debian/patches/series                              |   1 +
 3 files changed, 557 insertions(+), 2 deletions(-)

diff --git a/debian/patches/0001-Makefiles-recurse-with-MAKE-to-allow-parallelism.patch b/debian/patches/0001-Makefiles-recurse-with-MAKE-to-allow-parallelism.patch
index 9cb1ae2..8149bb5 100644
--- a/debian/patches/0001-Makefiles-recurse-with-MAKE-to-allow-parallelism.patch
+++ b/debian/patches/0001-Makefiles-recurse-with-MAKE-to-allow-parallelism.patch
@@ -203,10 +203,12 @@ index be4f806..d282f72 100644
  uninstall:
  	$(RM) "$(DOCDIR)/examples/tut1.pcb"
 diff --git a/doc-rnd/Makefile b/doc-rnd/Makefile
-index 9db603d..938a752 100644
+index 96103c8..51907ee 100644
 --- a/doc-rnd/Makefile
 +++ b/doc-rnd/Makefile
-@@ -15,14 +15,14 @@
+@@ -13,16 +13,16 @@ keys_mkey.html: $(MENU_RES_MKEY) $(KEYLIST)
+ 	$(KEYLIST) $(MENU_RES_MKEY) > keys_mkey.html
+ 
  install:
 -	cd man && make install
 +	cd man && $(MAKE) install
diff --git a/debian/patches/0005-docs-no-longer-load-images-from-the-internet.patch b/debian/patches/0005-docs-no-longer-load-images-from-the-internet.patch
new file mode 100644
index 0000000..e8e54c9
--- /dev/null
+++ b/debian/patches/0005-docs-no-longer-load-images-from-the-internet.patch
@@ -0,0 +1,552 @@
+From: Dima Kogan <dima at secretsauce.net>
+Date: Sun, 18 Dec 2016 22:16:39 -0800
+Subject: docs no longer load images from the internet
+
+---
+ doc-rnd/Autostyle.html            | 2 +-
+ doc-rnd/contrib.html              | 2 +-
+ doc-rnd/features/ba.html          | 2 +-
+ doc-rnd/features/cycdrag.html     | 2 +-
+ doc-rnd/features/debian.html      | 2 +-
+ doc-rnd/features/debian_list.html | 2 +-
+ doc-rnd/features/dynstyle.html    | 2 +-
+ doc-rnd/features/flagcomp.html    | 2 +-
+ doc-rnd/features/fp_wget.html     | 2 +-
+ doc-rnd/features/fullscreen.html  | 2 +-
+ doc-rnd/features/gpmi.html        | 2 +-
+ doc-rnd/features/grid.html        | 2 +-
+ doc-rnd/features/index.html       | 2 +-
+ doc-rnd/features/intconn.html     | 2 +-
+ doc-rnd/features/io.html          | 2 +-
+ doc-rnd/features/library_t.html   | 2 +-
+ doc-rnd/features/mincut.html      | 2 +-
+ doc-rnd/features/negselect.html   | 2 +-
+ doc-rnd/features/nonetlist.html   | 2 +-
+ doc-rnd/features/oldplugins.html  | 2 +-
+ doc-rnd/features/onpoint.html     | 2 +-
+ doc-rnd/features/pcb-fp.html      | 2 +-
+ doc-rnd/features/pcblib.html      | 2 +-
+ doc-rnd/features/polygrid.html    | 2 +-
+ doc-rnd/features/propedit.html    | 2 +-
+ doc-rnd/features/query.html       | 2 +-
+ doc-rnd/features/res.html         | 2 +-
+ doc-rnd/features/routings.html    | 2 +-
+ doc-rnd/features/scconfig.html    | 2 +-
+ doc-rnd/features/settings.html    | 2 +-
+ doc-rnd/features/square.html      | 2 +-
+ doc-rnd/features/tostyle.html     | 2 +-
+ doc-rnd/features/unglib.html      | 2 +-
+ doc-rnd/help.html                 | 2 +-
+ doc-rnd/index.html                | 2 +-
+ doc-rnd/irc.html                  | 2 +-
+ doc-rnd/motivation.html           | 2 +-
+ doc-rnd/myfeature.html            | 2 +-
+ doc-rnd/news.html                 | 2 +-
+ 39 files changed, 39 insertions(+), 39 deletions(-)
+
+diff --git a/doc-rnd/Autostyle.html b/doc-rnd/Autostyle.html
+index 7e43607..ea85fcb 100644
+--- a/doc-rnd/Autostyle.html
++++ b/doc-rnd/Autostyle.html
+@@ -9,6 +9,6 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="./logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+diff --git a/doc-rnd/contrib.html b/doc-rnd/contrib.html
+index 6ba1bb3..79ced5f 100644
+--- a/doc-rnd/contrib.html
++++ b/doc-rnd/contrib.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="./logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/ba.html b/doc-rnd/features/ba.html
+index f8b00ad..ed26267 100644
+--- a/doc-rnd/features/ba.html
++++ b/doc-rnd/features/ba.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/cycdrag.html b/doc-rnd/features/cycdrag.html
+index cca9844..11fc613 100644
+--- a/doc-rnd/features/cycdrag.html
++++ b/doc-rnd/features/cycdrag.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/debian.html b/doc-rnd/features/debian.html
+index 7c8881e..2644971 100644
+--- a/doc-rnd/features/debian.html
++++ b/doc-rnd/features/debian.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/debian_list.html b/doc-rnd/features/debian_list.html
+index 138a53f..c88a026 100644
+--- a/doc-rnd/features/debian_list.html
++++ b/doc-rnd/features/debian_list.html
+@@ -16,7 +16,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/dynstyle.html b/doc-rnd/features/dynstyle.html
+index 377d160..7a92de2 100644
+--- a/doc-rnd/features/dynstyle.html
++++ b/doc-rnd/features/dynstyle.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/flagcomp.html b/doc-rnd/features/flagcomp.html
+index 3e9b02f..57b19d6 100644
+--- a/doc-rnd/features/flagcomp.html
++++ b/doc-rnd/features/flagcomp.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/fp_wget.html b/doc-rnd/features/fp_wget.html
+index 6b8d007..0d3b8b1 100644
+--- a/doc-rnd/features/fp_wget.html
++++ b/doc-rnd/features/fp_wget.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/fullscreen.html b/doc-rnd/features/fullscreen.html
+index 5f5ea73..3b55571 100644
+--- a/doc-rnd/features/fullscreen.html
++++ b/doc-rnd/features/fullscreen.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/gpmi.html b/doc-rnd/features/gpmi.html
+index 88624f5..fa31485 100644
+--- a/doc-rnd/features/gpmi.html
++++ b/doc-rnd/features/gpmi.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/grid.html b/doc-rnd/features/grid.html
+index 1e44e40..72ab6fa 100644
+--- a/doc-rnd/features/grid.html
++++ b/doc-rnd/features/grid.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/index.html b/doc-rnd/features/index.html
+index 8073ff4..f85e120 100644
+--- a/doc-rnd/features/index.html
++++ b/doc-rnd/features/index.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/intconn.html b/doc-rnd/features/intconn.html
+index d163f56..d904612 100644
+--- a/doc-rnd/features/intconn.html
++++ b/doc-rnd/features/intconn.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/io.html b/doc-rnd/features/io.html
+index 5772e17..c4ec352 100644
+--- a/doc-rnd/features/io.html
++++ b/doc-rnd/features/io.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/library_t.html b/doc-rnd/features/library_t.html
+index 30e7341..20e7fca 100644
+--- a/doc-rnd/features/library_t.html
++++ b/doc-rnd/features/library_t.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/mincut.html b/doc-rnd/features/mincut.html
+index ac9b7b3..fdb6afa 100644
+--- a/doc-rnd/features/mincut.html
++++ b/doc-rnd/features/mincut.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/negselect.html b/doc-rnd/features/negselect.html
+index 2daf76f..ec20ab1 100644
+--- a/doc-rnd/features/negselect.html
++++ b/doc-rnd/features/negselect.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/nonetlist.html b/doc-rnd/features/nonetlist.html
+index b3e9ada..0969a16 100644
+--- a/doc-rnd/features/nonetlist.html
++++ b/doc-rnd/features/nonetlist.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/oldplugins.html b/doc-rnd/features/oldplugins.html
+index 2b1ba6d..8587397 100644
+--- a/doc-rnd/features/oldplugins.html
++++ b/doc-rnd/features/oldplugins.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/onpoint.html b/doc-rnd/features/onpoint.html
+index b1f722c..934dc98 100644
+--- a/doc-rnd/features/onpoint.html
++++ b/doc-rnd/features/onpoint.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/pcb-fp.html b/doc-rnd/features/pcb-fp.html
+index e1892ce..9b1af34 100644
+--- a/doc-rnd/features/pcb-fp.html
++++ b/doc-rnd/features/pcb-fp.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/pcblib.html b/doc-rnd/features/pcblib.html
+index 8e244c7..04fe6fb 100644
+--- a/doc-rnd/features/pcblib.html
++++ b/doc-rnd/features/pcblib.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/polygrid.html b/doc-rnd/features/polygrid.html
+index 39dcfdb..43c8f4a 100644
+--- a/doc-rnd/features/polygrid.html
++++ b/doc-rnd/features/polygrid.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/propedit.html b/doc-rnd/features/propedit.html
+index da827fd..9402cbc 100644
+--- a/doc-rnd/features/propedit.html
++++ b/doc-rnd/features/propedit.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/query.html b/doc-rnd/features/query.html
+index 6c3beb8..2baff5a 100644
+--- a/doc-rnd/features/query.html
++++ b/doc-rnd/features/query.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/res.html b/doc-rnd/features/res.html
+index 81c8bd5..bd82e8d 100644
+--- a/doc-rnd/features/res.html
++++ b/doc-rnd/features/res.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/routings.html b/doc-rnd/features/routings.html
+index c920bfa..4af9cf1 100644
+--- a/doc-rnd/features/routings.html
++++ b/doc-rnd/features/routings.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/scconfig.html b/doc-rnd/features/scconfig.html
+index 93342dd..913ff9e 100644
+--- a/doc-rnd/features/scconfig.html
++++ b/doc-rnd/features/scconfig.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/settings.html b/doc-rnd/features/settings.html
+index f46c082..00d70be 100644
+--- a/doc-rnd/features/settings.html
++++ b/doc-rnd/features/settings.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/square.html b/doc-rnd/features/square.html
+index b6699b3..929efd0 100644
+--- a/doc-rnd/features/square.html
++++ b/doc-rnd/features/square.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/tostyle.html b/doc-rnd/features/tostyle.html
+index 8978416..09bdbf3 100644
+--- a/doc-rnd/features/tostyle.html
++++ b/doc-rnd/features/tostyle.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/features/unglib.html b/doc-rnd/features/unglib.html
+index ac57944..a7e3510 100644
+--- a/doc-rnd/features/unglib.html
++++ b/doc-rnd/features/unglib.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="../logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/help.html b/doc-rnd/help.html
+index 0f112b4..7d892d1 100644
+--- a/doc-rnd/help.html
++++ b/doc-rnd/help.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="./logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/index.html b/doc-rnd/index.html
+index 5361d48..b42dfe0 100644
+--- a/doc-rnd/index.html
++++ b/doc-rnd/index.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="./logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/irc.html b/doc-rnd/irc.html
+index 176a499..ee8f8a7 100644
+--- a/doc-rnd/irc.html
++++ b/doc-rnd/irc.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="./logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/motivation.html b/doc-rnd/motivation.html
+index 1663b6d..2f1cf50 100644
+--- a/doc-rnd/motivation.html
++++ b/doc-rnd/motivation.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="./logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/myfeature.html b/doc-rnd/myfeature.html
+index 7efd2f1..b6080b9 100644
+--- a/doc-rnd/myfeature.html
++++ b/doc-rnd/myfeature.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="./logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
+diff --git a/doc-rnd/news.html b/doc-rnd/news.html
+index 254aa78..b1d0072 100644
+--- a/doc-rnd/news.html
++++ b/doc-rnd/news.html
+@@ -14,7 +14,7 @@
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/projects/pcb-rnd/news.html"> News </a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi">People</a>
+ <th align=center bgcolor=#ccc0cc> <a href="http://repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=events">Events</a> & <a href="http://www.repo.hu/cgi-bin/pcb-rnd-people.cgi?cmd=timeline"> timeline </a>
+-<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="http://repo.hu/projects/pcb-rnd/logo32.png">
++<td align=right width=60%> <font size=+2><i>pcb-rnd</i></font> <img src="./logo32.png">
+ </table>
+ <!--AUTO navbar end-->
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 3a2b8e7..5be0e44 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-renamed-install_root-DESTDIR.patch
 0003-I-use-the-CFLAGS-from-.-configure-CFLAGS.patch
 0004-gsch2pcb-uses-the-CFLAGS-LDFLAGS-from-.-configure.patch
+0005-docs-no-longer-load-images-from-the-internet.patch

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