Package: mpfi / 1.5.3+ds-2

Metadata

Package Version Patches format
mpfi 1.5.3+ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream autotools refresh.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
configure.ac | 5 4 + 1 - 0 !
doc/Makefile.am | 1 0 + 1 - 0 !
src/Makefile.am | 2 2 + 0 - 0 !
4 files changed, 7 insertions(+), 3 deletions(-)

 upstream -- autotoolization: refresh
 Attempt to refresh and rationalize further the autotools machinery;
 meant to be submitted to the upstream maintainer team.
upstream libtoolization version_script.patch | (download)

Makefile.am | 4 4 + 0 - 0 !
configure.ac | 3 3 + 0 - 0 !
src/Makefile.am | 28 28 + 0 - 0 !
3 files changed, 35 insertions(+)

 upstream -- libtoolization -- version script support
 Provides version scripts [1] for the shipped libraries. The map
 (or version script) is basically generated from the package headers
 with the help of cproto(1). The version scripts are generated on the
 fly thought the [auto]make machinery (in maintainer-mode).
 Meant to be submitted to the upstream maintainer team.
 [1] https://www.gnu.org/software/gnulib/manual/html_node/LD-Version-Scripts.html