Package: planner / 0.14.6-1

Metadata

Package Version Patches format
planner 0.14.6-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dependant_typo.diff | (download)

po/eo.po | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 this patch fixes a typo in planner
 (perhaps need to be forwarded again, this is the only typo left since
  last release)


plugins_directory.diff | (download)

libplanner/Makefile.am | 10 5 + 5 - 0 !
src/Makefile.am | 2 1 + 1 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 the configure's --libdir parameter is used to comply with
 Debian Policy 10.2 which states that not public libraries should be
 installed in subdirectories of /usr/lib. This patch was added in
 order to keep the *-modules and plugins directories in the right
 place.
command_line_args.diff | (download)

src/planner-main.c | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 planner is unable to read files from command line.
 This patch solves the issue.
fix as needed build.patch | (download)

tests/Makefile.am | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 fix build with ld --as-needed
 libraries must be behind objects (including static libraries)