File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,11 @@ endif()
1919
2020include_directories ("${CMAKE_CURRENT_SOURCE_DIR} " )
2121
22- SET (SPUCE_LIBVER "0.4.2" )
22+ set (SPUCE_MAJOR_VERSION 0)
23+ set (SPUCE_MINOR_VERSION 4)
24+ set (SPUCE_PATCH_VERSION 3)
25+
26+ SET (SPUCE_LIBVER ${SPUCE_MAJOR_VERSION} .${SPUCE_MINOR_VERSION} .${SPUCE_PATCH_VERSION} )
2327SET (SPUCE_SOVER "${SPUCE_LIBVER} " )
2428set (SPUCE_VERSION "${SPUCE_LIBVER} " )
2529
Original file line number Diff line number Diff line change 1+ Release 0.4.3 (2015-12-19)
2+ ==========================
3+ - Fix library/version numbering in packaging
4+ - Change CMake option ENABLE_PYTHON to BUILD_TESTING
5+
16Release 0.4.2 (2015-12-11)
27==========================
38
Original file line number Diff line number Diff line change 1+ spuce (0.4.3-myriadrf1~wily) wily; urgency=low
2+
3+ * Release 0.4.3 (2015-12-19)
4+
5+ -- Tony Kirke <tony@pyspuc.com> Sat, 19 Dec 2015 12:22:00 -0700
6+
17spuce (0.4.2-myriadrf1~wily) wily; urgency=low
28
39 * Release 0.4.2 (2015-12-11)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Homepage: https://github.com/audiofilter/spuce/wiki
1111Vcs-Git: https://github.com/audiofilter/spuce.git
1212Vcs-Browser: https://github.com/audiofilter/spuce
1313
14- Package: libspuce0
14+ Package: libspuce0.4-3
1515Section: libs
1616Architecture: any
1717Multi-Arch: same
@@ -26,7 +26,7 @@ Package: libspuce-dev
2626Section: libdevel
2727Architecture: any
2828Depends:
29- libspuce0 (= ${binary:Version}),
29+ libspuce0.4-3 (= ${binary:Version}),
3030 ${shlibs:Depends},
3131 ${misc:Depends}
3232Description: Spuce - development files
@@ -36,7 +36,7 @@ Package: spuce
3636Section: science
3737Architecture: any
3838Depends:
39- libspuce0 (= ${binary:Version}),
39+ libspuce0.4-3 (= ${binary:Version}),
4040 ${shlibs:Depends},
4141 ${misc:Depends}
4242Description: Example applications for libspuce
File renamed without changes.
You can’t perform that action at this time.
0 commit comments