1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00
Files
wmaker/debian/patches/55_typo.diff
Rodolfo García Peñas (kix) 7da7203d91 Debian 0.95.5
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.
2013-09-28 17:21:46 +01:00

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;