Codebase list alglib / d1d12c6
update so-version of the lib to 3.19 Ileana Dumitrescu 1 year, 9 months ago
4 changed file(s) with 5 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
77 Build-Depends: cmake,
88 debhelper-compat (= 13)
99 Standards-Version: 4.6.0
10 Rules-Requires-Root: no
1011 Vcs-Browser: https://salsa.debian.org/science-team/alglib
1112 Vcs-Git: https://salsa.debian.org/science-team/alglib.git
1213 Homepage: https://www.alglib.net/
1415 Package: libalglib-dev
1516 Architecture: any
1617 Section: libdevel
17 Depends: libalglib3.18 (= ${binary:Version}),
18 Depends: libalglib3.19 (= ${binary:Version}),
1819 ${misc:Depends}
1920 Description: Development files for the alglib library
2021 ALGLIB is a cross-platform numerical analysis and data processing library.
3536 This package contains the development files (headers and documentation) for
3637 ALGLIB.
3738
38 Package: libalglib3.18
39 Package: libalglib3.19
3940 Architecture: any
4041 Multi-Arch: same
4142 Depends: ${misc:Depends},
+0
-1
debian/libalglib3.18.install less more
0 usr/lib/*/libalglib*.so.*
0 usr/lib/*/libalglib*.so.*
1111 %:
1212 dh $@
1313
14 UPSTREAM_VERSION=3.18
14 UPSTREAM_VERSION=3.19
1515
1616 override_dh_auto_configure:
1717 dh_auto_configure -- -DVERSION="$(UPSTREAM_VERSION).0" -DSOVERSION="$(UPSTREAM_VERSION)"