mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
debian: Update with version 0.95.7-6 packaging.
This commit is contained in:
committed by
Carlos R. Mafra
parent
fd31b29d0d
commit
5a730d63b2
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
wmaker (0.95.7-6) unstable; urgency=medium
|
||||
|
||||
* Split wxcopy and wxpaste into new wmaker-utils package (Closes: #78119).
|
||||
* Restore libwmaker packages.
|
||||
|
||||
-- Doug Torrance <dtorrance@piedmont.edu> Wed, 09 Mar 2016 00:08:43 -0500
|
||||
|
||||
wmaker (0.95.7-5) unstable; urgency=medium
|
||||
|
||||
* Clean up debian/copyright. Add some files which were missed in the LGPL
|
||||
|
||||
47
debian/control
vendored
47
debian/control
vendored
@@ -39,7 +39,12 @@ Depends: wmaker-common (= ${source:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Provides: x-window-manager
|
||||
Suggests: desktop-base, menu, wmaker-data, x-terminal-emulator, x11-apps
|
||||
Suggests: desktop-base,
|
||||
menu,
|
||||
wmaker-data,
|
||||
wmaker-utils,
|
||||
x-terminal-emulator,
|
||||
x11-apps
|
||||
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 (originally
|
||||
@@ -63,6 +68,24 @@ Description: Window Maker - Architecture independent files
|
||||
.
|
||||
This package contains the architecture independent files.
|
||||
|
||||
Package: wmaker-utils
|
||||
Architecture: any
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: wmaker (<< 0.95.7-6)
|
||||
Replaces: wmaker (<< 0.95.7-6)
|
||||
Description: Window Maker - Utilities
|
||||
Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
|
||||
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 wxcopy and wxpaste, two utilities ordinarily shipped with
|
||||
Window Maker but not depending on it or any of its libraries. These
|
||||
utilities allow users to interact with cut buffers on the command line.
|
||||
|
||||
Package: libwraster-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
@@ -147,3 +170,25 @@ Description: Window Maker's own widget set - runtime library
|
||||
the WindowMaker window manager.
|
||||
.
|
||||
This package contains the libWINGs runtime library.
|
||||
|
||||
Package: libwmaker-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Section: libdevel
|
||||
Depends: libx11-dev, ${misc:Depends}
|
||||
Description: Static libraries and headers for Window Maker applications
|
||||
Window Maker is a NeXTSTEP-like window manager for X.
|
||||
.
|
||||
This package contains libWMaker and header files, for building
|
||||
Window Maker aware applications.
|
||||
|
||||
Package: libwmaker1
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Section: libs
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: Runtime library for Window Maker applications
|
||||
Window Maker is a NeXTSTEP-like window manager for X.
|
||||
.
|
||||
This package contains the libWMaker runtime library for Window Maker
|
||||
aware applications.
|
||||
|
||||
1
debian/libwmaker-dev.examples
vendored
Normal file
1
debian/libwmaker-dev.examples
vendored
Normal file
@@ -0,0 +1 @@
|
||||
test/wtest.c
|
||||
3
debian/libwmaker-dev.install
vendored
Normal file
3
debian/libwmaker-dev.install
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
usr/include/WMaker.h
|
||||
usr/lib/*/libWMaker.a
|
||||
usr/lib/*/libWMaker.so
|
||||
1
debian/libwmaker1.install
vendored
Normal file
1
debian/libwmaker1.install
vendored
Normal file
@@ -0,0 +1 @@
|
||||
usr/lib/*/libWMaker.so.*
|
||||
12
debian/libwmaker1.symbols
vendored
Normal file
12
debian/libwmaker1.symbols
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
libWMaker.so.1 libwmaker1 #MINVER#
|
||||
WMAppAddWindow@Base 0.95.7
|
||||
WMAppCreateWithMain@Base 0.95.7
|
||||
WMAppSetMainMenu@Base 0.95.7
|
||||
WMHideApplication@Base 0.95.7
|
||||
WMHideOthers@Base 0.95.7
|
||||
WMMenuAddItem@Base 0.95.7
|
||||
WMMenuAddSubmenu@Base 0.95.7
|
||||
WMMenuCreate@Base 0.95.7
|
||||
WMProcessEvent@Base 0.95.7
|
||||
WMRealizeMenus@Base 0.95.7
|
||||
WMSetWindowAttributes@Base 0.95.7
|
||||
8
debian/wmaker-utils.install
vendored
Normal file
8
debian/wmaker-utils.install
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
usr/bin/wxcopy
|
||||
usr/bin/wxpaste
|
||||
usr/share/man/cs/man1/wxcopy.1
|
||||
usr/share/man/cs/man1/wxpaste.1
|
||||
usr/share/man/ru/man1/wxcopy.1
|
||||
usr/share/man/ru/man1/wxpaste.1
|
||||
usr/share/man/sk/man1/wxcopy.1
|
||||
usr/share/man/sk/man1/wxpaste.1
|
||||
2
debian/wmaker-utils.manpages
vendored
Normal file
2
debian/wmaker-utils.manpages
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
doc/wxcopy.1
|
||||
doc/wxpaste.1
|
||||
8
debian/wmaker.install
vendored
8
debian/wmaker.install
vendored
@@ -11,8 +11,6 @@ usr/bin/wmgenmenu
|
||||
usr/bin/wmiv
|
||||
usr/bin/wmmenugen
|
||||
usr/bin/wmsetbg
|
||||
usr/bin/wxcopy
|
||||
usr/bin/wxpaste
|
||||
usr/share/lib/GNUstep/System/Applications/WPrefs.app/WPrefs usr/lib/GNUstep/System/Applications/WPrefs.app
|
||||
usr/share/man/cs/man1/geticonset.1
|
||||
usr/share/man/cs/man1/getstyle.1
|
||||
@@ -21,8 +19,6 @@ usr/share/man/cs/man1/setstyle.1
|
||||
usr/share/man/cs/man1/wdwrite.1
|
||||
usr/share/man/cs/man1/wmaker.1
|
||||
usr/share/man/cs/man1/wmsetbg.1
|
||||
usr/share/man/cs/man1/wxcopy.1
|
||||
usr/share/man/cs/man1/wxpaste.1
|
||||
usr/share/man/ru/man1/geticonset.1
|
||||
usr/share/man/ru/man1/getstyle.1
|
||||
usr/share/man/ru/man1/seticons.1
|
||||
@@ -30,8 +26,6 @@ usr/share/man/ru/man1/setstyle.1
|
||||
usr/share/man/ru/man1/wdwrite.1
|
||||
usr/share/man/ru/man1/wmaker.1
|
||||
usr/share/man/ru/man1/wmsetbg.1
|
||||
usr/share/man/ru/man1/wxcopy.1
|
||||
usr/share/man/ru/man1/wxpaste.1
|
||||
usr/share/man/sk/man1/geticonset.1
|
||||
usr/share/man/sk/man1/getstyle.1
|
||||
usr/share/man/sk/man1/seticons.1
|
||||
@@ -39,5 +33,3 @@ usr/share/man/sk/man1/setstyle.1
|
||||
usr/share/man/sk/man1/wdwrite.1
|
||||
usr/share/man/sk/man1/wmaker.1
|
||||
usr/share/man/sk/man1/wmsetbg.1
|
||||
usr/share/man/sk/man1/wxcopy.1
|
||||
usr/share/man/sk/man1/wxpaste.1
|
||||
|
||||
2
debian/wmaker.manpages
vendored
2
debian/wmaker.manpages
vendored
@@ -10,5 +10,3 @@ doc/wmgenmenu.1
|
||||
doc/wmiv.1
|
||||
doc/wmmenugen.1
|
||||
doc/wmsetbg.1
|
||||
doc/wxcopy.1
|
||||
doc/wxpaste.1
|
||||
|
||||
Reference in New Issue
Block a user