[Pkg-electronics-commits] [gnucap] 02/03: make lintian happy
felix salfelder
felix-guest at moszumanska.debian.org
Sun Mar 4 08:50:13 UTC 2018
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master
in repository gnucap.
commit e39521ea5ba785b16b66e377fca7a5ab78dfe40c
Author: Felix Salfelder <felix at salfelder.org>
Date: Sun Mar 4 04:39:44 2018 +0000
make lintian happy
- don't link against termcap
- debhelper (>= 9.20141010), dpkg-dev (>=1.17.14)
- cleanup unnecessary shlibs:Depends
---
debian/control | 6 +++---
debian/rules | 2 ++
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 351c417..51e9f16 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Hamish Moffatt <hamish at debian.org>,
أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>,
Wesley J. Landaker <wjl at icecavern.net>
Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), libreadline-dev, gnucap:native <cross>
+Build-Depends: debhelper (>= 9.20141010), libreadline-dev, dpkg-dev (>=1.17.14), gnucap:native <cross>
Homepage: http://gnucap.org
Vcs-Git: git://anonscm.debian.org/pkg-electronics/gnucap.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-electronics/gnucap
@@ -37,7 +37,7 @@ Description: GNU Circuit Analysis package, main executable
Package: libgnucap-dev
Architecture: any
Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgnucap0 (= ${binary:Version})
+Depends: ${misc:Depends}, libgnucap0 (= ${binary:Version})
Description: GNU Circuit Analysis package, development headers
GNUCAP is a general purpose circuit simulator. It performs nonlinear
dc and transient analyses, Fourier analysis, and ac analysis
@@ -48,7 +48,7 @@ Description: GNU Circuit Analysis package, development headers
Package: gnucap-default-plugins0
Architecture: any
Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
Description: GNU Circuit Analysis package, default plugins
GNUCAP is a general purpose circuit simulator. It performs nonlinear
dc and transient analyses, Fourier analysis, and ac analysis
diff --git a/debian/rules b/debian/rules
index 6a4fcd1..09d4e81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,8 @@ override_dh_auto_configure:
sed -e '/^sysconfdir/s#=.*#=/etc#' -i main/gnucap-conf
sed -e '/^sysconfdir/s#=.*#=/etc#' -i main/gnucap.conf
+ sed -e 's#-ltermcap##' -i lib/Make2
+
grep GNUCAP_SSP include/md.h || \
sed -i '/SYSTEMSTARTPATH/s/"PATH"/"GNUCAP_SSP"/' include/md.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git
More information about the Pkg-electronics-commits
mailing list