Description: Upstream changes introduced in version 21-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 ng-spice-rework (21-1) unstable; urgency=low
 .
   * New upstream release
   * Bump standards version to 3.9.0
   * Rewrite get-orig-source
   * Switch to dpkg-source 3.0 (quilt) format
   * Add build dependency on lyx, elyxer and texlive-full
   * Fix compilation of doc in rules file
   * Add build dependency on imagemagick
   * Remove machine generated file src/frontend/parse-bison.c
     in clean target
   * Remove README.source
   * Remove all patches, fixed in upstream
 .
 The person named in the Author field signed this changelog entry.
Author: Gudjon I. Gudjonsson <gudjon@gudjon.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- ng-spice-rework-21.orig/contrib/scripts/libprm
+++ ng-spice-rework-21/contrib/scripts/libprm
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #set -x -v 
 
 # MW. Lip / Param parsing program for spice
--- ng-spice-rework-21.orig/contrib/scripts/liblook
+++ ng-spice-rework-21/contrib/scripts/liblook
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #set -x -v 
 
 # MW. Lib search / show program
--- ng-spice-rework-21.orig/contrib/vbic/vbic2sgp
+++ ng-spice-rework-21/contrib/vbic/vbic2sgp
@@ -1,4 +1,4 @@
-#!/bin/sh --  # perl
+#!/bin/bash --  # perl
 eval 'exec perl -S -x -w $0 ${1+"$@"}'
 if 0;
 
--- ng-spice-rework-21.orig/contrib/vbic/sgp2vbic
+++ ng-spice-rework-21/contrib/vbic/sgp2vbic
@@ -1,4 +1,4 @@
-#!/bin/sh --  # perl
+#!/bin/bash --  # perl
 eval 'exec perl -S -x -w $0 ${1+"$@"}'
 if 0;
 
--- ng-spice-rework-21.orig/contrib/mslib/libprm
+++ ng-spice-rework-21/contrib/mslib/libprm
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #set -x -v 
 
 # MW. Lip / Param parsing program for spice
--- ng-spice-rework-21.orig/contrib/mslib/liblook
+++ ng-spice-rework-21/contrib/mslib/liblook
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #set -x -v 
 
 # MW. Lib search / show program
--- ng-spice-rework-21.orig/src/frontend/parse-bison.h
+++ ng-spice-rework-21/src/frontend/parse-bison.h
@@ -1,24 +1,23 @@
-/* A Bison parser, made by GNU Bison 2.3.  */
 
-/* Skeleton interface for Bison's Yacc-like parsers in C
+/* A Bison parser, made by GNU Bison 2.4.1.  */
 
-   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+/* Skeleton interface for Bison's Yacc-like parsers in C
+   
+      Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
    Free Software Foundation, Inc.
-
-   This program is free software; you can redistribute it and/or modify
+   
+   This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
-
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+   
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
-
+   
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* As a special exception, you may create a larger work that contains
    part or all of the Bison parser skeleton and distribute that work
@@ -29,10 +28,11 @@
    special exception, which will cause the skeleton and the resulting
    Bison output files to be licensed under the GNU General Public
    License without this special exception.
-
+   
    This special exception was added by the Free Software Foundation in
    version 2.2 of Bison.  */
 
+
 /* Tokens.  */
 #ifndef YYTOKENTYPE
 # define YYTOKENTYPE
@@ -49,33 +49,28 @@
      NEG = 265
    };
 #endif
-/* Tokens.  */
-#define TOK_NUM 258
-#define TOK_STR 259
-#define TOK_LE 260
-#define TOK_GE 261
-#define TOK_NE 262
-#define TOK_LRANGE 263
-#define TOK_RRANGE 264
-#define NEG 265
-
 
 
 
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
-#line 51 "parse-bison.y"
 {
+
+/* Line 1676 of yacc.c  */
+#line 51 "parse-bison.y"
+
   double num;
   const char  *str;
   struct pnode *pnode;
-}
-/* Line 1489 of yacc.c.  */
-#line 75 "parse-bison.h"
-	YYSTYPE;
+
+
+
+/* Line 1676 of yacc.c  */
+#line 70 "parse-bison.h"
+} YYSTYPE;
+# define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 # define YYSTYPE_IS_DECLARED 1
-# define YYSTYPE_IS_TRIVIAL 1
 #endif
 
 
@@ -94,3 +89,4 @@ typedef struct YYLTYPE
 #endif
 
 
+
