mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
This patch includes the changes for the new debian package 0.95.5-1:
Changes are:
- New libwutil library, new version 3:
- Updated debian/control file, replacing libwutil2 with libwutil3.
- Files moved in debian folder:
- libwutil2.changelog-upstream -> libwutil3.changelog-upstream
- libwutil2.install -> libwutil3.install
- Removed file libwutil2.symbols
- New file libwutil3.symbols
- libtiff migrated from version 4 to version 5:
* "Build-Depends: libtiff5-dev" in packages wmaker and libwraster3-dev,
since libtiff-dev introduces dependency to libtiff4 which is in oldlibs.
- Small changes:
* Included the word "WindowMaker" in the wmaker package description,
to found it easily.
16 lines
487 B
Diff
16 lines
487 B
Diff
Description: Small typo for the word attempts in src/dock.h.
|
|
Author: Rodolfo García Peñas (kix) <kix@debian.org>
|
|
Forwarded: http://lists.windowmaker.org/dev/msg05381.html
|
|
Last-Update: 2013-09-09
|
|
--- a/src/dock.c
|
|
+++ b/src/dock.c
|
|
@@ -4284,7 +4284,7 @@
|
|
}
|
|
|
|
if (i == UNIQUE_NAME_WATCHDOG)
|
|
- wwarning("Couldn't find a unique name for drawer in %d attemps.", i);
|
|
+ wwarning("Couldn't find a unique name for drawer in %d attempts.", i);
|
|
#undef UNIQUE_NAME_WATCHDOG
|
|
|
|
return buffer;
|