From 0d441c3b986a313e4ff5b1015eb956c93f34bdc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Thu, 3 Jan 2013 20:41:01 +0100 Subject: [PATCH] Debian changes for final 0.95.4 These are the final changes for the new version 0.95.4. The main change is set right the symbols for the new version, that include: - Changes in debian/libwutil2.symbols from the git version to 0.95.4 - Changes in debian/changelog about the comments for the new version On the other hand, the new debug schema is using hashes, therefore the /usr/lib/debug/wmaker folder not longer exists. The new folder is /usr/lib/debug/.build-id. This folder is auto-created and then we don't need create it in debian/wmaker-dbg.dirs. Therefore, the file debian/wmaker-dbg.dirs is empty and can be removed. Finally, a little comment about folder in debian/README.Debian. --- debian/README.Debian | 2 +- debian/changelog | 12 +++++++----- debian/libwutil2.symbols | 26 +++++++++++++------------- debian/rules | 0 debian/wmaker-dbg.dirs | 1 - 5 files changed, 21 insertions(+), 20 deletions(-) mode change 100644 => 100755 debian/rules delete mode 100644 debian/wmaker-dbg.dirs diff --git a/debian/README.Debian b/debian/README.Debian index a20cb473..d8ccc114 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -183,7 +183,7 @@ theme. If you don't like the arrangement of the Appearance menu, you can put a file "appearance.menu" in ~/GNUstep/Library/WindowMaker, and it will -override the default one. Look at /etc/X11/WindowMaker/appearance.menu +override the default one. Look at /etc/GNUstep/Defaults/appearance.menu for an example. Shortcuts diff --git a/debian/changelog b/debian/changelog index 98336140..30761d5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,6 @@ -wmaker (0.95.3+20120825-1) experimental; urgency=low +wmaker (0.95.4-1) experimental; urgency=low - * THIS PACKAGE VERSION MUST NOT BE UPLOADED TO DEBIAN - - The debian/libwutil2.symbols must include a real version. - * New upstream version (git 20120825) + * New upstream version 0.95.4. - Better icon management. [Closes: #35587, #404729] - Now cpp is not needed. Updated the debian/README.Debian file - New symbols in debian/libwutil2.symbols @@ -17,8 +15,12 @@ wmaker (0.95.3+20120825-1) experimental; urgency=low * debian/rules: - Removed the get-*-flags scripts fix. Not needed (and was wrong). - Removed the HOSTSPEC stuff. Not needed with debconf 9. + * debian/README.Debian: + - Changed /etc path for appearance.menu. + * Removed debian/wmaker-dbg.dirs, because the path for debug files + is now using hashes (/usr/lib/debug/build-id). - -- Rodolfo García Peñas (kix) Sun, 9 Sep 2012 11:07:21 +0200 + -- Rodolfo García Peñas (kix) Wed, 3 Jan 2013 00:17:31 +0100 wmaker (0.95.3-2) unstable; urgency=low diff --git a/debian/libwutil2.symbols b/debian/libwutil2.symbols index 22b1305a..744be2b8 100644 --- a/debian/libwutil2.symbols +++ b/debian/libwutil2.symbols @@ -187,12 +187,12 @@ libWUtil.so.2 libwutil2 #MINVER# WMTreeWalk@Base 0.95.0 WMUserDefaultsDidChangeNotification@Base 0.95.0 WMWritePropListToFile@Base 0.95.0 - WMenuParserCreate@Base 0.95.3+20120825 - WMenuParserDelete@Base 0.95.3+20120825 - WMenuParserError@Base 0.95.3+20120825 - WMenuParserGetFilename@Base 0.95.3+20120825 - WMenuParserGetLine@Base 0.95.3+20120825 - WMenuParserRegisterSimpleMacro@Base 0.95.3+20120825 + WMenuParserCreate@Base 0.95.4 + WMenuParserDelete@Base 0.95.4 + WMenuParserError@Base 0.95.4 + WMenuParserGetFilename@Base 0.95.4 + WMenuParserGetLine@Base 0.95.4 + WMenuParserRegisterSimpleMacro@Base 0.95.4 W_ApplicationInitialized@Base 0.95.0 W_CheckIdleHandlers@Base 0.95.0 W_CheckTimerHandlers@Base 0.95.0 @@ -205,13 +205,13 @@ libWUtil.so.2 libwutil2 #MINVER# __wmessage@Base 0.95.0 wcopy_file@Base 0.95.1 destroyNode@Base 0.95.0 - isnamechr@Base 0.95.3+20120825-1 - menu_parser_define_macro@Base 0.95.3+20120825 - menu_parser_expand_macro@Base 0.95.3+20120825 - menu_parser_find_macro@Base 0.95.3+20120825 - menu_parser_free_macros@Base 0.95.3+20120825 - menu_parser_register_preset_macros@Base 0.95.3+20120825 - menu_parser_skip_spaces_and_comments@Base 0.95.3+20120825 + isnamechr@Base 0.95.4 + menu_parser_define_macro@Base 0.95.4 + menu_parser_expand_macro@Base 0.95.4 + menu_parser_find_macro@Base 0.95.4 + menu_parser_free_macros@Base 0.95.4 + menu_parser_register_preset_macros@Base 0.95.4 + menu_parser_skip_spaces_and_comments@Base 0.95.4 wdefaultspathfordomain@Base 0.95.0 wexpandpath@Base 0.95.0 wfindfile@Base 0.95.0 diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755 diff --git a/debian/wmaker-dbg.dirs b/debian/wmaker-dbg.dirs deleted file mode 100644 index f4d025b9..00000000 --- a/debian/wmaker-dbg.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/lib/debug/usr/lib/WindowMaker -- 2.11.4.GIT