[ngspice] 17/61: * Add build dependency on lyx, elyxer and texlive-full * 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

Andreas Tille tille at debian.org
Tue Dec 12 14:08:40 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 7466e819350fd0cced47fb840e0a15ffcb62b6a7
Author: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Date:   Sun Jul 25 16:09:18 2010 +0000

    * Add build dependency on lyx, elyxer and texlive-full
    * 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
---
 debian/README.source               |  3 ---
 debian/changelog                   | 11 ++++++---
 debian/control                     |  4 ++--
 debian/patches/01_fix_bashism.diff | 48 --------------------------------------
 debian/patches/series              |  1 -
 debian/rules                       |  2 +-
 6 files changed, 11 insertions(+), 58 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index ab1512e..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,3 +0,0 @@
-This package uses the quilt patching system and 
-fakeroot debian/rules {un}patch can be used to unpatch/patch it.
-
diff --git a/debian/changelog b/debian/changelog
index d791f0e..9d5c16b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,18 @@
-ng-spice-rework (21-1) UNRELEASED; urgency=low
+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 dependency on lyx, elyxer and texlive-lang-greek
+  * 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
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 10 Jul 2010 20:22:39 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 25 Jul 2010 17:17:32 +0200
 
 ng-spice-rework (20-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index dd14a18..d088327 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.
 Uploaders: Gudjon I. Gudjonsson <gudjon at gudjon.org>,
  Andreas Tille <tille at debian.org>
 Build-Depends: debhelper (>= 7), automake, libtool, libxaw7-dev, flex,
- bison, gfortran, libeditline-dev, libncurses5-dev, quilt,
- lyx, elyxer, texinfo, texlive-latex-base, texlive-lang-greek,
+ bison, gfortran, libeditline-dev, libncurses5-dev,
+ lyx, elyxer, texinfo, texlive-latex-base, texlive-full, imagemagick,
  tcl8.4-dev, tcl8.4, tk8.4-dev, tk8.4, blt-dev
 Standards-Version: 3.9.0
 Homepage: http://ngspice.sourceforge.net
diff --git a/debian/patches/01_fix_bashism.diff b/debian/patches/01_fix_bashism.diff
deleted file mode 100644
index a77086b..0000000
--- a/debian/patches/01_fix_bashism.diff
+++ /dev/null
@@ -1,48 +0,0 @@
---- 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
deleted file mode 100644
index cc9915c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01_fix_bashism.diff
diff --git a/debian/rules b/debian/rules
index 7e14fed..ab987be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,7 @@ clean:
 	rm -f build-stamp 
 	rm -f config.status-stamp
 	rm -rf build
-
+	rm -f src/frontend/parse-bison.c
 	dh_clean 
 
 install: build

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