File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ Change Log
44All notable changes to the project are documented in this file.
55
66
7+ [ v2.5.1] [ ] - 2021-12-02
8+ -----------------------
9+
10+ Debian-only fix.
11+
12+ ### Fixes
13+ - Use ` dh_link(1) ` to install ` /usr/include/lite -> libite/ ` . The
14+ symlink created by libite installer itself is not kept.
15+
16+
717[ v2.5.0] [ ] - 2021-11-30
818-----------------------
919
@@ -453,7 +463,8 @@ problems this may cause!
453463Initial extraction of frog DNA from [ Finit] [ ] . See [ README] [ ] for API details.
454464
455465
456- [ UNRELEASED ] : https://github.com/troglobit/libite/compare/v2.4.1...HEAD
466+ [ UNRELEASED ] : https://github.com/troglobit/libite/compare/v2.5.1...HEAD
467+ [ v2.5.1 ] : https://github.com/troglobit/libite/compare/v2.5.0...v2.5.1
457468[ v2.5.0 ] : https://github.com/troglobit/libite/compare/v2.4.1...v2.5.0
458469[ v2.4.1 ] : https://github.com/troglobit/libite/compare/v2.4.0...v2.4.1
459470[ v2.4.0 ] : https://github.com/troglobit/libite/compare/v2.3.1...v2.4.0
Original file line number Diff line number Diff line change 1- AC_INIT ( libite , 2.5.0 , https://github.com/troglobit/libite/issues )
1+ AC_INIT ( libite , 2.5.1 , https://github.com/troglobit/libite/issues )
22AC_CONFIG_AUX_DIR ( aux )
33AM_INIT_AUTOMAKE ( [ 1.11 foreign dist-xz] )
44AM_SILENT_RULES ([ yes] )
Original file line number Diff line number Diff line change 1+ libite (2.5.1) stable; urgency=medium
2+
3+ * Use dh_link(1) to install `/usr/include/lite -> libite/`.
4+
5+ -- Joachim Wiberg <
[email protected] > Thu, 02 Dec 2021 00:08:41 +0100
6+
17libite (2.5.0) stable; urgency=medium
28
39 * Header files have moved from `lite/*.h` to `libite/*.h` to prevent
You can’t perform that action at this time.
0 commit comments