[ngspice] 10/61: Fixed some lintian warnings

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 2f078022b3a50f9735f5ae909d5cbf8d0adc2f55
Author: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Date:   Sun Nov 15 08:58:38 2009 +0000

    Fixed some lintian warnings
---
 debian/changelog | 6 +++---
 debian/control   | 5 +++--
 debian/rules     | 2 ++
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ae75fa2..36bad78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,10 +4,10 @@ ng-spice-rework (19-2) unstable; urgency=low
   * Bump standards version to 3.8.3, no changes needed
   * Add README.source file
   * Add misc dependency on tclspice-dev
-  * Remove ngspice-doc dependency
-  * Add dependency on install-info
+  * Add ngspice dependency on dpkg (>= 1.15.4) | install-info
+  * Remove debian/tmp/usr/share/dir file
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 14 Nov 2009 18:44:06 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 15 Nov 2009 00:00:02 +0100
 
 ng-spice-rework (19-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a448322..8b72361 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: non-free/electronics
 Priority: extra
 Maintainer: Gudjon I. Gudjonsson <gudjon at gudjon.org>
 Build-Depends: debhelper (>= 7), automake, libtool, libxaw7-dev, flex,
- bison, gfortran, libeditline-dev, libncurses5-dev, quilt, install-info,
+ bison, gfortran, libeditline-dev, libncurses5-dev, quilt,
  texinfo, texlive-latex-base,
  tcl8.4-dev, tcl8.4, tk8.4-dev, tk8.4, blt-dev
 Standards-Version: 3.8.3
@@ -16,7 +16,7 @@ XS-Autobuild: yes
 Package: ngspice
 Section: non-free/electronics
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info
 Description: A Spice circuit simulator
  NGspice is a mixed-level/mixed-signal circuit simulator.
  Its code is based on three open source software packages:
@@ -46,6 +46,7 @@ Description: NGspice library for Tcl
 Package: ngspice-doc
 Section: non-free/doc
 Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Documentation for the ngspice circuit simulator
  NGspice is a mixed-level/mixed-signal circuit simulator.
  Its code is based on three open source software packages:
diff --git a/debian/rules b/debian/rules
index 894c5f6..3f9b63c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -124,6 +124,8 @@ endif
 		$(CURDIR)/debian/tmp/usr/share/doc/ngspice-doc/html
 	install -o root -g root -m 644 build/ngspice/doc/ngspice.ps \
 		$(CURDIR)/debian/tmp/usr/share/doc/ngspice-doc/
+	# Removing /usr/share/info/dir file
+	rm -f $(CURDIR)/debian/tmp/usr/share/info/dir
 
 # Build architecture-independent files here.
 binary-indep: build install

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