[Pkg-electronics-commits] [geda-gaf] 04/05: back-port patch

Bdale Garbee bdale at moszumanska.debian.org
Sun Apr 6 00:08:26 UTC 2014


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

bdale pushed a commit to branch master
in repository geda-gaf.

commit cff555b36d9f27b62954bd5e69bd83eadef585d5
Author: Bdale Garbee <bdale at gag.com>
Date:   Sat Apr 5 17:37:48 2014 -0600

    back-port patch
---
 debian/patches/no-refdes-warning-fix.patch | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/patches/no-refdes-warning-fix.patch b/debian/patches/no-refdes-warning-fix.patch
index 6744e60..ff7dfc9 100644
--- a/debian/patches/no-refdes-warning-fix.patch
+++ b/debian/patches/no-refdes-warning-fix.patch
@@ -1,3 +1,6 @@
+Note .. this patch back-ported by Bdale, thus is *not* identical to the 
+referenced git commit.
+
 From 16535799b3970540a4bf215c61791ec2bd70313d Mon Sep 17 00:00:00 2001
 From: Patrick Bernaud <patrickb at chez.com>
 Date: Fri, 07 Mar 2014 20:43:58 +0000
@@ -13,24 +16,22 @@ refdes.
 Affects-bug: lp-1288906
 ---
 diff --git a/gnetlist/src/s_traverse.c b/gnetlist/src/s_traverse.c
-index eb4cefb..0e0e5eb 100644
+index 2f6728c..bf94fdc 100644
 --- a/gnetlist/src/s_traverse.c
 +++ b/gnetlist/src/s_traverse.c
-@@ -152,7 +152,6 @@ s_traverse_sheet (TOPLEVEL * pr_current, const GList *obj_list, char *hierarchy_
+@@ -155,7 +155,6 @@ s_traverse_sheet (TOPLEVEL * pr_current, const GList *obj_list, char *hierarchy_
    char *temp;
    SCM scm_uref;
    char *temp_uref;
 -  gboolean is_graphical=FALSE;
-   gboolean is_hierarchy = TRUE;
    const GList *iter;
-   GError *err = NULL;
-@@ -179,6 +178,7 @@ s_traverse_sheet (TOPLEVEL * pr_current, const GList *obj_list, char *hierarchy_
+ 
+   if (verbose_mode) {
+@@ -172,6 +171,7 @@ s_traverse_sheet (TOPLEVEL * pr_current, const GList *obj_list, char *hierarchy_
      }
  
      if (o_current->type == OBJ_COMPLEX) {
-+      gboolean is_graphical = FALSE;
++      gboolean is_graphical=FALSE;
  
  #if DEBUG
        printf("starting NEW component\n\n");
---
-cgit v0.9

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



More information about the Pkg-electronics-commits mailing list