[Pkg-wmaker-commits] [wmaker] branch upstream updated (688c227 -> fd31b29)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Mar 24 20:09:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a change to branch upstream
in repository wmaker.

      from  688c227   debian: Add version 0.95.6-1.2 entry to changelog.
       new  fd19456   debian: Update with final version of 0.95.7-1 packaging.
       new  2f33b3c   wmaker: Maintain sorting of windows by workspace in switch menu.
       new  7277787   debian: Update with version 0.95.7-2 packaging.
       new  c3ad251   wmaker: Update copyright years in info panel.
       new  e5632a9   wmaker: Remove prototype for unused get_right_position_on_screen function.
       new  42e4069   wmaker: Fix typos (used codespell).
       new  9de5a27   wmaker: Add option for window snap to top edge to maximize to full screen.
       new  65802d3   wmaker: Use window placement settings on other workspaces.
       new  563cda2   wmaker: Add keyboard shortcuts for keeping window on top or at bottom.
       new  ac33bb9   wmaker: Display keyboard shortcuts for remaining options in window menu.
       new  c7c0b43   wmaker: Fix whitespace in menu.h; passes checkpatch.pl inspection.
       new  8472756   wmaker: Implement basic menu shading.
       new  51d36af   Translations: Dutch language files updated
       new  7fa14a0   Translations: Frisian language files updated
       new  af892d7   wmlib: Add pkg-config file.
       new  bf6f814   wmlib: Remove install-exec-local target.
       new  9f7e51e   WPrefs: Code formatting in TexturePanel.c; minimizes checkpatch.pl warnings.
       new  cb1760d   WPrefs: Add support for fpixmap ("fillscale") texture.
       new  4f18b3e   check-doc: Ignore runstatedir in check-cmdline-options-doc.sh
       new  67e9e7e   check-doc: Ignore with-aix-soname in check-cmdline-options-doc.sh
       new  2da2045   debian: Remove 56_ignore_runstatedir.diff.
       new  8b46f16   debian: Update with version 0.95.7-3 packaging.
       new  ebf2801   debian: Update with version 0.95.7-4 packaging.
       new  fd31b29   debian: Update with version 0.95.7-5 packaging.

The 24 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                        |   2 +
 NEWS                                               |  15 +-
 WINGs/po/fy.po                                     | 101 ++--
 WPrefs.app/Expert.c                                |   3 +
 WPrefs.app/KeyboardShortcuts.c                     |   2 +
 WPrefs.app/TexturePanel.c                          | 162 +++---
 WPrefs.app/po/fy.po                                | 494 ++++++++----------
 WPrefs.app/po/nl.po                                | 254 ++++------
 WindowMaker/menu.fy                                | 182 +++----
 WindowMaker/menu.nl                                |   6 +-
 WindowMaker/plmenu.fy                              |  16 +-
 debian/README.Debian                               |   2 +-
 debian/README.build                                |  78 ---
 debian/changelog                                   |  81 ++-
 debian/control                                     | 100 ++--
 debian/copyright                                   |  74 ++-
 debian/debianfiles/{Theme => Themes}/Debian        |   0
 .../{Theme/Debian => Themes/DebianLegacy.style}    |  19 +-
 .../Debian.theme.txt => Themes/DebianLegacy.txt}   |   0
 debian/debianfiles/Themes/DebianSwirl.jpg          | Bin 0 -> 186123 bytes
 debian/debianfiles/{Theme => Themes}/debian.tiff   | Bin
 debian/libwings-dev.changelog-upstream             |   1 -
 debian/libwings-dev.install                        |  18 +-
 debian/libwings3.changelog-upstream                |   1 -
 debian/libwings3.install                           |   2 +-
 debian/libwraster-dev.changelog-upstream           |   1 -
 debian/libwraster-dev.install                      |   8 +-
 debian/libwraster5.changelog-upstream              |   1 -
 debian/libwraster5.install                         |   2 +-
 debian/libwraster5.symbols                         | 120 ++---
 debian/libwutil5.changelog-upstream                |   1 -
 debian/libwutil5.install                           |   2 +-
 debian/patches/56_ignore_runstatedir.diff          |  16 -
 .../patches/60_fix_wraster_symbol_versioning.diff  |  28 ++
 debian/patches/series                              |   2 +-
 debian/rules                                       |  11 +-
 debian/source/include-binaries                     |   3 +-
 debian/source/options                              |   2 +-
 debian/watch                                       |   3 +-
 debian/wmaker-common.changelog-upstream            |   1 -
 debian/wmaker-common.dirs                          |   4 +-
 debian/wmaker-common.docs                          |   5 +-
 debian/wmaker-common.install                       | 175 ++-----
 debian/wmaker-common.maintscript                   |   5 +
 debian/wmaker-common.manpages                      |   2 +-
 debian/wmaker-dbg.changelog-upstream               |   1 -
 debian/wmaker.changelog-upstream                   |   1 -
 debian/wmaker.dirs                                 |   2 +-
 debian/wmaker.install                              |  51 +-
 debian/wmaker.manpages                             |  10 +-
 po/fy.po                                           | 554 +++++++++------------
 po/nl.po                                           | 386 +++++++-------
 src/WindowMaker.h                                  |   1 +
 src/actions.c                                      |   2 +-
 src/balloon.c                                      |   2 +-
 src/defaults.c                                     |   8 +-
 src/dialog.c                                       |   4 +-
 src/dock.c                                         |   2 +-
 src/event.c                                        |  27 +-
 src/keybind.h                                      |   2 +
 src/menu.c                                         |  16 +
 src/menu.h                                         | 139 +++---
 src/moveres.c                                      |  10 +-
 src/placement.c                                    |   2 +-
 src/placement.h                                    |   3 -
 src/session.c                                      |   2 +-
 src/stacking.c                                     |   2 +-
 src/startup.c                                      |   8 +-
 src/switchmenu.c                                   |  27 +-
 src/usermenu.c                                     |   2 +-
 src/wconfig.h.in                                   |   2 +-
 src/window.c                                       |  12 +-
 src/winmenu.c                                      |   5 +-
 src/winspector.c                                   |   2 +-
 src/xutil.c                                        |   2 +-
 util/po/fy.po                                      |  18 +-
 wmlib/Makefile.am                                  |  24 +-
 77 files changed, 1535 insertions(+), 1799 deletions(-)
 delete mode 100644 debian/README.build
 copy debian/debianfiles/{Theme => Themes}/Debian (100%)
 rename debian/debianfiles/{Theme/Debian => Themes/DebianLegacy.style} (50%)
 rename debian/debianfiles/{Theme/Debian.theme.txt => Themes/DebianLegacy.txt} (100%)
 create mode 100644 debian/debianfiles/Themes/DebianSwirl.jpg
 rename debian/debianfiles/{Theme => Themes}/debian.tiff (100%)
 delete mode 100644 debian/libwings-dev.changelog-upstream
 delete mode 100644 debian/libwings3.changelog-upstream
 delete mode 100644 debian/libwraster-dev.changelog-upstream
 delete mode 100644 debian/libwraster5.changelog-upstream
 delete mode 100644 debian/libwutil5.changelog-upstream
 delete mode 100644 debian/patches/56_ignore_runstatedir.diff
 create mode 100644 debian/patches/60_fix_wraster_symbol_versioning.diff
 delete mode 100644 debian/wmaker-common.changelog-upstream
 create mode 100644 debian/wmaker-common.maintscript
 delete mode 100644 debian/wmaker-dbg.changelog-upstream
 delete mode 100644 debian/wmaker.changelog-upstream

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmaker.git



More information about the Pkg-wmaker-commits mailing list