This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git.
The branch, next has been updated via 7277787110057b1ce6bd9861700dc62132baa0f7 (commit) from 2f33b3c2bc42ee88e6b6055a2f41367c296ef481 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://repo.or.cz/wmaker-crm.git/commit/7277787110057b1ce6bd9861700dc62132baa0f7 commit 7277787110057b1ce6bd9861700dc62132baa0f7 Author: Doug Torrance <dtorra...@piedmont.edu> Date: Sat Jan 16 12:50:50 2016 -0500 debian: Update with version 0.95.7-2 packaging. diff --git a/debian/changelog b/debian/changelog index 5256019..e85a3ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +wmaker (0.95.7-2) unstable; urgency=medium + + [ Andreas Metzler ] + * Drop unused (since at least 0.95.0+20111028-1) b-d on grep-dctrl. + * Upload to unstable. + + [ Doug Torrance ] + * Switch Build-Depends from libtiff5-dev to libtiff-dev for possible future + libtiff transitions; also allows backports to earlier releases, e.g., + wheezy/precise. + * The theme that was removed in version 0.92.0-6 has been reintroduced as an + option, now named "DebianLegacy". Because it now contains two themes, the + directory debian/debianfiles/Theme has been renamed to Themes. The file + Debian.theme.txt in this directory, which actually describes the + DebianLegacy theme but was never removed, has been renamed to + DebianLegacy.txt. A corresponding paragraph has been added to + debian/copyright. (Closes: #393143) + + -- Andreas Metzler <ametz...@debian.org> Sat, 16 Jan 2016 17:53:44 +0100 + wmaker (0.95.7-1) experimental; urgency=medium [ Rodolfo García Peñas (kix) ] diff --git a/debian/control b/debian/control index 761b178..3421bfe 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Uploaders: Rodolfo García Peñas (kix) <k...@debian.org>, Doug Torrance <dtorra...@piedmont.edu> Standards-Version: 3.9.6 Build-Depends: automake (>= 1:1.12), - dctrl-tools, debhelper (>= 9), dh-autoreconf, gettext, @@ -16,7 +15,7 @@ Build-Depends: automake (>= 1:1.12), libjpeg-dev, libpng-dev, libsm-dev, - libtiff5-dev, + libtiff-dev, libtool, libx11-dev, libxext-dev, diff --git a/debian/copyright b/debian/copyright index bfa7413..9fdc3c5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -97,3 +97,18 @@ License: WTFPL-1 and you just . DO WHAT THE FUCK YOU WANT TO. + +Files: debian/debianfiles/Themes/DebianLegacy.style + debian/debianfiles/Themes/DebianLegacy.txt + debian/debianfiles/Themes/DebianSwirl.jpg +Copyright: 1999 Gary Burke <gfbu...@earthlink.net> +License: GPL-1+ + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + . + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff --git a/debian/debianfiles/Theme/Debian b/debian/debianfiles/Themes/Debian similarity index 100% copy from debian/debianfiles/Theme/Debian copy to debian/debianfiles/Themes/Debian diff --git a/debian/debianfiles/Theme/Debian b/debian/debianfiles/Themes/DebianLegacy.style similarity index 50% rename from debian/debianfiles/Theme/Debian rename to debian/debianfiles/Themes/DebianLegacy.style index 3ac539f..86428a0 100644 --- a/debian/debianfiles/Theme/Debian +++ b/debian/debianfiles/Themes/DebianLegacy.style @@ -5,21 +5,24 @@ MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*"; ClipTitleFont = "-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*"; + DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; HighlightColor = white; HighlightTextColor = black; ClipTitleColor = black; - CClipTitleColor = "rgb:61/61/61"; + CClipTitleColor = "rgb:93/0d/29"; FTitleColor = white; PTitleColor = white; UTitleColor = black; - FTitleBack = (hgradient, "rgb:50/5a/5e", "rgb:20/2a/2e"); - PTitleBack = (hgradient, "rgb:51/50/55", "rgb:80/80/80"); - UTitleBack = (hgradient, "rgb:c2/c0/c5", "rgb:82/80/85"); + FTitleBack = (dgradient, "rgb:62/08/19", "rgb:85/0b/22"); + PTitleBack = (dgradient, "rgb:51/50/55", "rgb:80/80/80"); + UTitleBack = (dgradient, "rgb:8c/81/6d", "rgb:c6/b9/ae"); MenuTitleColor = white; MenuTextColor = black; MenuDisabledColor = gray40; - MenuTitleBack = (hgradient, "rgb:50/5a/5e", "rgb:20/2a/2e"); - MenuTextBack = (hgradient, "rgb:c2/c0/c5", "rgb:82/80/85"); - WorkspaceBack = (spixmap, debian.tiff, "rgb:8c/81/65"); - IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61"); + MenuTitleBack = (hgradient, "rgb:93/0d/29", "rgb:85/0b/22"); + MenuTextBack = (hgradient, "rgb:c6/b9/ae", "rgb:ff/ff/ff"); + WorkspaceBack = (spixmap, + "/usr/share/WindowMaker/Backgrounds/DebianSwirl.jpg", + "rgb:8c/81/65"); + IconBack = (dgradient, "rgb:8c/81/6d", "rgb:c6/b9/ae"); } diff --git a/debian/debianfiles/Theme/Debian.theme.txt b/debian/debianfiles/Themes/DebianLegacy.txt similarity index 100% rename from debian/debianfiles/Theme/Debian.theme.txt rename to debian/debianfiles/Themes/DebianLegacy.txt diff --git a/debian/debianfiles/Themes/DebianSwirl.jpg b/debian/debianfiles/Themes/DebianSwirl.jpg new file mode 100644 index 0000000..6235724 Binary files /dev/null and b/debian/debianfiles/Themes/DebianSwirl.jpg differ diff --git a/debian/debianfiles/Theme/debian.tiff b/debian/debianfiles/Themes/debian.tiff similarity index 100% rename from debian/debianfiles/Theme/debian.tiff rename to debian/debianfiles/Themes/debian.tiff diff --git a/debian/source/include-binaries b/debian/source/include-binaries index 9c424ef..57ad708 100644 --- a/debian/source/include-binaries +++ b/debian/source/include-binaries @@ -1 +1,2 @@ -debian/debianfiles/Theme/debian.tiff +debian/debianfiles/Themes/DebianSwirl.jpg +debian/debianfiles/Themes/debian.tiff diff --git a/debian/wmaker-common.docs b/debian/wmaker-common.docs index 4c37d36..729f290 100644 --- a/debian/wmaker-common.docs +++ b/debian/wmaker-common.docs @@ -6,5 +6,5 @@ NEWS README TODO debian/copyright -debian/debianfiles/Theme/Debian.theme.txt +debian/debianfiles/Themes/DebianLegacy.txt util/wm-oldmenu2new diff --git a/debian/wmaker-common.install b/debian/wmaker-common.install index 453ed6d..9ac646c 100644 --- a/debian/wmaker-common.install +++ b/debian/wmaker-common.install @@ -2,8 +2,10 @@ README.WPrefs usr/share/doc/wmaker README.WPrefs.po usr/share/doc/wmaker README.definable-cursor usr/share/doc/wmaker README.po usr/share/doc/wmaker -debian/debianfiles/Theme/Debian usr/share/WindowMaker/Themes -debian/debianfiles/Theme/debian.tiff usr/share/WindowMaker/Backgrounds +debian/debianfiles/Themes/Debian usr/share/WindowMaker/Themes +debian/debianfiles/Themes/DebianLegacy.style usr/share/WindowMaker/Themes +debian/debianfiles/Themes/DebianSwirl.jpg usr/share/WindowMaker/Backgrounds +debian/debianfiles/Themes/debian.tiff usr/share/WindowMaker/Backgrounds debian/debianfiles/conf/WMRootMenu etc/GNUstep/Defaults debian/debianfiles/conf/WMWindowAttributes etc/GNUstep/Defaults debian/debianfiles/conf/WindowMaker etc/GNUstep/Defaults ----------------------------------------------------------------------- Summary of changes: debian/changelog | 20 ++++++++++++++++++++ debian/control | 3 +-- debian/copyright | 15 +++++++++++++++ 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/source/include-binaries | 3 ++- debian/wmaker-common.docs | 2 +- debian/wmaker-common.install | 6 ++++-- 11 files changed, 54 insertions(+), 14 deletions(-) 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%) repo.or.cz automatic notification. Contact project admin crma...@gmail.com if you want to unsubscribe, or site admin ad...@repo.or.cz if you receive no reply. -- wmaker-crm.git ("The Window Maker window manager") -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.