Codebase list libwildmagic / a3046a0
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Debian Janitor 1 year, 6 months ago
3 changed file(s) with 15 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
1111
1212 libwildmagic (5.17+cleaned1-5) unstable; urgency=low
1313
14 * New version of the patch about the way libs are linked.
15 Thanks to Logan Rosen <logan@ubuntu.com> for the patch
14 * New version of the patch about the way libs are linked.
15 Thanks to Logan Rosen <logan@ubuntu.com> for the patch
1616 (Closes: #960884).
1717
1818 -- Filippo Rusconi <lopippo@debian.org> Thu, 12 Nov 2020 14:23:28 +0100
2121
2222 * Since July 2019, binaries uploaded by maintainers are not allowed to
2323 migrate to testing. In other words, packages must have source-only uploads
24 before they can reach the next release
24 before they can reach the next release
2525 (Thanks to Boyuan Yang <byang@debian.org> ; Closes: #961027).
2626
2727 -- Filippo Rusconi <lopippo@debian.org> Tue, 19 May 2020 16:34:55 +0200
5454
5555 * debian/copyright: fix typo with version of the GPL license of the
5656 debian/* files.
57
57
5858 * Standards-Version: 4.5.0.
5959
6060 * Vcs-Browser: https://salsa.debian.org/debichem-team/libwildmagic
7171 -- Filippo Rusconi <lopippo@debian.org> Wed, 13 May 2020 20:31:06 +0200
7272
7373 libwildmagic (5.13-1) unstable; urgency=low
74
74
7575 * New upstream version implementing all the stuff that I used to put in
7676 the build fix patch. This patch is now removed.
77
77
7878 * This version clears the way to Debian as upstream has removed the
7979 sentence in LibMathematics/NumericalAnalysis/Wm5EigenDecomposition.cpp
8080 that could lead to think that there might be copyright issues with the
8282 for spotting it). The author has commented about the sentence, removed
8383 it and fixed any potential issue by rewriting parts of the code (more
8484 details in private mail). This is an excerpt from a private mail:
85
85
8686 That sentence is badly worded. It should have said: "TODO: This is
8787 a modified version of code from Numerical recipes in C that should not
8888 violate the copyright agreement. Regardless, rewrite the code to avoid
8989 any potential copyright issues."
90
90
9191 * Reminder to (Closes: #736536) the bug.
92
92
9393 -- Filippo Rusconi <lopippo@debian.org> Wed, 13 May 2020 19:30:18 +0200
9494
9595 libwildmagic (5.12-1) UNRELEASED; urgency=low
44 Build-Depends: debhelper-compat (= 12),
55 dh-exec (>= 0.3),
66 dpkg-dev (>= 1.19.7),
7 libglu1-mesa-dev (>= 9.0.0),
7 libglu1-mesa-dev (>= 9.0.0),
88 libxext-dev,
99 quilt,
1010 docbook-to-man
1919 Section: libdevel
2020 Architecture: any
2121 Multi-Arch: same
22 Depends: ${misc:Depends},
22 Depends: ${misc:Depends},
2323 libwildmagic5 (= ${binary:Version})
2424 Description: libraries for mathematics, physics, numerical methods - dev files
2525 The WildMagic5 libraries are meant to help developers perform
3333 .
3434 The source code is divided in such a manner that is provides these
3535 libraries:
36 .
36 .
3737 - The LibCore library contains some basic support that applications
3838 need. Some of this support is for convenience during development;
3939 - The LibMathematics library;
4848 Architecture: any
4949 Multi-Arch: same
5050 Depends: libwildmagic-common (= ${source:Version}),
51 ${shlibs:Depends},
51 ${shlibs:Depends},
5252 ${misc:Depends}
5353 Description: libraries for mathematics, physics, numerical methods - runtime
5454 The WildMagic5 libraries are meant to help developers perform
6161 - image analysis.
6262 .
6363 This package ships these libraries:
64 .
64 .
6565 - The LibCore library contains some basic support that applications
6666 need. Some of this support is for convenience during development;
6767 - The LibMathematics library;
9292 Package: libwildmagic-examples
9393 Architecture: any
9494 Multi-Arch: same
95 Depends: ${shlibs:Depends}, ${misc:Depends},
95 Depends: ${shlibs:Depends}, ${misc:Depends},
9696 libwildmagic5 (= ${binary:Version})
9797 Description: libraries for mathematics, physics, numerical methods - example files
9898 The WildMagic5 libraries are meant to help developers perform
5858 -O$(DEBIAN_DIR)/$(WILDMAGIC_LIB_PACKAGE)/DEBIAN/symbols
5959
6060 dh_makeshlibs -a
61