ngspice (34+ds-1)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/34+ds-1 tag
- Git: https://salsa.debian.org/electronics-team/ngspice.git
-
- Branch: debian/sid
- Path: debian/changelog
- Browser: https://salsa.debian.org/electronics-team/ngspice
- Last scan: 2021-03-07 13:25:04+00
- Next scan: 2021-03-16 09:48:00+00
- Debian changelog in Git:
ngspice (34+ds-1) unstable; urgency=medium
* [b1e7a76] New upstream version 34+ds
* [4806596] rebuild patch queue from patch-queue branch
added patch:
fixes/spelling-fix-misspelled-word-Interal.patch
removed patch (fixed upstream):
fixes/spelling-fix-misspelled-word-Unusual.patch
* [cfa1142] d/rules: Don't include in default options
Using this configure option in the base variable for all configuration
would provoke a wrongly included symbol history_file into the shared
library now. Some protection from upstream to prevent this is on the way,
for now we can prevent this issue by only using --with-editline for the
configuration of the ngspice CLI application.
* [0764715] ngspice-dev.install.in: adjust sequencer file
Upstream isn't installing quite any header for ngspice-dev any more as
they are all useless for the intended purpose.
* [2228ee6] ngspice.install.in: also adjust this sequencer file
The old folder contrib/ is gone and can't get installed, also the only
C file we have installed previously.
* [40f9f1d] d/rules: remove config.h before dh_install
The config.h file shouldn't even get installed, but for sure we don't
want to ship this file, remove the file before the install sequence is
getting called.
* [792a81b] ngspice.lintian-overrides: dropping non needed file
This override isn't needed any more, the root for the override isn't
included now.
* [e2136be] d/copyright: update due upstream changes
* [23cf97a] d/libngspice0.symbols: adding newly introduced symbols
* [9f01b16] d/control: increase Standards-Version to 4.5.1
No further changes needed.
* [11efc5b] d/u/metadata: starting with basic metadata
* [8e206f1] d/control: increase dh version to 13
* [55f0ba6] d/watch: updating watch logic
-- Carsten Schoenert <c.schoenert@t-online.de> Sun, 31 Jan 2021 12:43:30 +0100
- This branch is 1 commit ahead of tag debian/34+ds-1
- Git log:
commit 53d3331a853a702882a388cb71b82dbf304a1294
Author: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sun Mar 7 13:03:27 2021 +0100
d/libngspice0.symbols: Mark symbols as optional
Ubuntu Developer Logan Rosen reported that some symbols on ppc64el got
optimized out by the used -O3 flag on that architecture. Marking the
symbols in question as optional prevents FTBFS for this architecture.
Closes: #984677