mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 21:04:18 +01:00
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.
This commit is contained in:
committed by
Carlos R. Mafra
parent
e8843b3fed
commit
7da7203d91
15
debian/patches/55_typo.diff
vendored
Normal file
15
debian/patches/55_typo.diff
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user