mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-10 07:44:14 +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
40
debian/control
vendored
40
debian/control
vendored
@@ -1,11 +1,10 @@
|
||||
Source: wmaker
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Rodolfo García Peñas (kix) <kix@kix.es>
|
||||
Standards-Version: 3.9.3
|
||||
DM-Upload-Allowed: yes
|
||||
Build-Depends: debhelper (>= 8.1.3~), automake (>= 1:1.11), gettext,
|
||||
libfontconfig1-dev, libjpeg-dev, libpng-dev, libsm-dev, libtiff4-dev,
|
||||
Maintainer: Rodolfo García Peñas (kix) <kix@debian.org>
|
||||
Standards-Version: 3.9.4
|
||||
Build-Depends: debhelper (>= 9), automake (>= 1:1.11), gettext,
|
||||
libfontconfig1-dev, libjpeg-dev, libpng-dev, libsm-dev, libtiff5-dev,
|
||||
libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev,
|
||||
libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils, libxmu-dev,
|
||||
libxrandr-dev, dctrl-tools, autotools-dev
|
||||
@@ -15,14 +14,14 @@ Package: wmaker
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, wmaker-common (>= 0.95.0+20111028-3)
|
||||
Provides: x-window-manager
|
||||
Suggests: wmaker-data, menu, x11-apps, xosview, x-terminal-emulator, desktop-base
|
||||
Suggests: wmaker-data, menu, x11-apps, x-terminal-emulator, desktop-base
|
||||
Description: NeXTSTEP-like window manager for X
|
||||
Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
|
||||
very closely, and it is now an official GNU project. Window Maker is not
|
||||
overloaded with features, and it is easier to configure than most other window
|
||||
managers. Its final goal is to produce a window manager that doesn't require
|
||||
editing of configuration files. Window Maker is fast and doesn't require tons
|
||||
of memory to run.
|
||||
very closely, and it is now an official GNU project. Window Maker (originally
|
||||
named WindowMaker) is not overloaded with features, and it is easier to
|
||||
configure than most other window managers. Its final goal is to produce a
|
||||
window manager that doesn't require editing of configuration files.
|
||||
Window Maker is fast and doesn't require tons of memory to run.
|
||||
|
||||
Package: wmaker-common
|
||||
Architecture: all
|
||||
@@ -32,11 +31,11 @@ Replaces: wmaker (<< 0.95.0+20111028-3)
|
||||
Breaks: wmaker (<< 0.95.0+20111028-3)
|
||||
Description: Window Maker - Architecture independent files
|
||||
Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
|
||||
very closely, and it is now an official GNU project. Window Maker is not
|
||||
overloaded with features, and it is easier to configure than most other window
|
||||
managers. Its final goal is to produce a window manager that doesn't require
|
||||
editing of configuration files. Window Maker is fast and doesn't require tons
|
||||
of memory to run.
|
||||
very closely, and it is now an official GNU project. Window Maker (originally
|
||||
named WindowMaker) is not overloaded with features, and it is easier to
|
||||
configure than most other window managers. Its final goal is to produce a
|
||||
window manager that doesn't require editing of configuration files.
|
||||
Window Maker is fast and doesn't require tons of memory to run.
|
||||
.
|
||||
This package contains the architecture independent files.
|
||||
|
||||
@@ -45,7 +44,7 @@ Architecture: any
|
||||
Section: libdevel
|
||||
Depends: libwraster3 (= ${binary:Version}), libc6-dev, libx11-dev,
|
||||
libxext-dev, libxpm-dev, libjpeg-dev, libpng-dev, libgif-dev,
|
||||
libtiff4-dev, ${misc:Depends}
|
||||
libtiff5-dev, ${misc:Depends}
|
||||
Provides: libwraster-dev
|
||||
Description: Static libraries and headers of Window Maker rasterizer
|
||||
This library is used to manipulate images and convert them to
|
||||
@@ -64,12 +63,11 @@ Description: Shared libraries of Window Maker rasterizer
|
||||
a format that can be displayed through the X window system.
|
||||
Read the wraster.h header for an idea of what is available
|
||||
|
||||
|
||||
Package: libwings-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev,
|
||||
libfontconfig1-dev, libwutil2 (= ${binary:Version}),
|
||||
libfontconfig1-dev, libwutil3 (= ${binary:Version}),
|
||||
libwings2 (= ${binary:Version}), ${misc:Depends}
|
||||
Description: Window Maker's own widget set
|
||||
WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
|
||||
@@ -79,7 +77,7 @@ Description: Window Maker's own widget set
|
||||
or hacking something like rxvt. It is used for basic widgets in
|
||||
the WindowMaker window manager.
|
||||
|
||||
Package: libwutil2
|
||||
Package: libwutil3
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
@@ -112,7 +110,7 @@ Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: libwraster3 (= ${binary:Version}) | libwings2 (= ${binary:Version}) |
|
||||
libwutil2 (= ${binary:Version}) | wmaker (= ${binary:Version}),
|
||||
libwutil3 (= ${binary:Version}) | wmaker (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Description: Debugging symbols for WindowMaker packages
|
||||
Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
|
||||
|
||||
Reference in New Issue
Block a user