[Pkg-electronics-commits] [gnucap] 01/01: swap libgnucap-0 and gnucap in control
felix salfelder
felix-guest at moszumanska.debian.org
Sat Aug 13 13:57:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master
in repository gnucap.
commit 4203c4b268bd061ee20fd0d86a605e9b878d74aa
Author: Felix Salfelder <felix at salfelder.org>
Date: Sat Aug 13 14:59:58 2016 +0100
swap libgnucap-0 and gnucap in control
this way, dh_shlibdeps works
---
debian/control | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/debian/control b/debian/control
index daa18d3..e16e0ed 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,21 @@ Homepage: http://gnucap.org
Vcs-Git: git://anonscm.debian.org/pkg-electronics/gnucap.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-electronics/gnucap
+Package: libgnucap-0
+Architecture: any
+Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: GNU Circuit Analysis package, shared library
+ GNUCAP is a general purpose circuit simulator. It performs nonlinear
+ dc and transient analyses, Fourier analysis, and ac analysis
+ linearized at an operating point. It is fully interactive and
+ command driven. It can also be run in batch mode or as a server.
+ This package contains the shared library.
+
Package: gnucap
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgnucap-0
+Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libgnucap-dev
Description: GNU Circuit Analysis package, main executable
GNUCAP is a general purpose circuit simulator. It performs nonlinear
@@ -33,18 +45,6 @@ Description: GNU Circuit Analysis package, development headers
command driven. It can also be run in batch mode or as a server.
This package contains the development headers required.
-Package: libgnucap-0
-Architecture: any
-Multi-Arch: same
-Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: GNU Circuit Analysis package, shared library
- GNUCAP is a general purpose circuit simulator. It performs nonlinear
- dc and transient analyses, Fourier analysis, and ac analysis
- linearized at an operating point. It is fully interactive and
- command driven. It can also be run in batch mode or as a server.
- This package contains the shared library.
-
Package: gnucap-default-plugins
Architecture: any
Multi-Arch: same
--
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