[ngspice] 06/61: version 19 ready for upload

Andreas Tille tille at debian.org
Tue Dec 12 14:08:39 UTC 2017


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

tille pushed a commit to branch master
in repository ngspice.

commit b9f11f597cc6f538d82ffc099acba9984c035d0e
Author: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Date:   Sun Jun 7 07:01:23 2009 +0000

    version 19 ready for upload
---
 debian/changelog                   |  5 ++--
 debian/patches/01_fix_bashism.diff | 48 ++++++++++++++++++++++++++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 52 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 382c2dd..0407035 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ng-spice-rework (19-1) UNRELEASED; urgency=low
+ng-spice-rework (19-1) unstable; urgency=low
 
   * New upstream release
   * Remove all patches since they are already in upstream
@@ -8,8 +8,9 @@ ng-spice-rework (19-1) UNRELEASED; urgency=low
   * Change /usr/share/ng-spice-rework to /usr/share/ngspice
   * Remove quilt dependency
   * Fix get-orig-source target
+  * Create patch 01_fix_bashism.diff to fix bashism (Closes: #530986)
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Fri, 29 May 2009 09:07:10 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 07 Jun 2009 08:59:46 +0200
 
 ng-spice-rework (18-1) unstable; urgency=low
 
diff --git a/debian/patches/01_fix_bashism.diff b/debian/patches/01_fix_bashism.diff
new file mode 100644
index 0000000..a77086b
--- /dev/null
+++ b/debian/patches/01_fix_bashism.diff
@@ -0,0 +1,48 @@
+--- a/contrib/mslib/liblook
++++ b/contrib/mslib/liblook
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #set -x -v 
+ 
+ # MW. Lib search / show program
+--- a/contrib/mslib/libprm
++++ b/contrib/mslib/libprm
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #set -x -v 
+ 
+ # MW. Lip / Param parsing program for spice
+--- a/contrib/scripts/liblook
++++ b/contrib/scripts/liblook
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #set -x -v 
+ 
+ # MW. Lib search / show program
+--- a/contrib/scripts/libprm
++++ b/contrib/scripts/libprm
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #set -x -v 
+ 
+ # MW. Lip / Param parsing program for spice
+--- a/contrib/vbic/sgp2vbic
++++ b/contrib/vbic/sgp2vbic
+@@ -1,4 +1,4 @@
+-#!/bin/sh --  # perl
++#!/bin/bash --  # perl
+ eval 'exec perl -S -x -w $0 ${1+"$@"}'
+ if 0;
+ 
+--- a/contrib/vbic/vbic2sgp
++++ b/contrib/vbic/vbic2sgp
+@@ -1,4 +1,4 @@
+-#!/bin/sh --  # perl
++#!/bin/bash --  # perl
+ eval 'exec perl -S -x -w $0 ${1+"$@"}'
+ if 0;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..cc9915c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_fix_bashism.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ngspice.git



More information about the debian-science-commits mailing list