[Pkg-wmaker-commits] [wmaker] 02/02: Restore libwmaker packages.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Feb 16 05:22:24 UTC 2016


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

dtorrance-guest pushed a commit to branch experimental
in repository wmaker.

commit ddc50b5c26ae7d34cab28e237034cb1f26acb96c
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Mon Feb 15 22:14:56 2016 -0500

    Restore libwmaker packages.
---
 debian/changelog              |  1 +
 debian/control                | 22 ++++++++++++++++++++++
 debian/libwmaker-dev.examples |  1 +
 debian/libwmaker-dev.install  |  3 +++
 debian/libwmaker1.install     |  1 +
 debian/libwmaker1.symbols     | 12 ++++++++++++
 6 files changed, 40 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 043f720..28da798 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wmaker (0.95.7-5) UNRELEASED; urgency=medium
 
   * Split wxcopy and wxpaste into new wmaker-utils package (Closes: #78119).
+  * Restore libwmaker packages.
 
  -- Doug Torrance <dtorrance at piedmont.edu>  Tue, 16 Feb 2016 00:17:31 -0500
 
diff --git a/debian/control b/debian/control
index 6e176e6..fceb544 100644
--- a/debian/control
+++ b/debian/control
@@ -171,6 +171,28 @@ Description: Window Maker's own widget set - runtime library
  .
  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.
+
 Package: wmaker-dbg
 Architecture: any
 Multi-Arch: same
diff --git a/debian/libwmaker-dev.examples b/debian/libwmaker-dev.examples
new file mode 100644
index 0000000..33e14b1
--- /dev/null
+++ b/debian/libwmaker-dev.examples
@@ -0,0 +1 @@
+test/wtest.c
diff --git a/debian/libwmaker-dev.install b/debian/libwmaker-dev.install
new file mode 100644
index 0000000..c18a638
--- /dev/null
+++ b/debian/libwmaker-dev.install
@@ -0,0 +1,3 @@
+usr/include/WMaker.h
+usr/lib/*/libWMaker.a
+usr/lib/*/libWMaker.so
diff --git a/debian/libwmaker1.install b/debian/libwmaker1.install
new file mode 100644
index 0000000..a8a3133
--- /dev/null
+++ b/debian/libwmaker1.install
@@ -0,0 +1 @@
+usr/lib/*/libWMaker.so.*
diff --git a/debian/libwmaker1.symbols b/debian/libwmaker1.symbols
new file mode 100644
index 0000000..2d9f007
--- /dev/null
+++ b/debian/libwmaker1.symbols
@@ -0,0 +1,12 @@
+libWMaker.so.1 libwmaker1 #MINVER#
+ WMAppAddWindow at Base 0.95.7
+ WMAppCreateWithMain at Base 0.95.7
+ WMAppSetMainMenu at Base 0.95.7
+ WMHideApplication at Base 0.95.7
+ WMHideOthers at Base 0.95.7
+ WMMenuAddItem at Base 0.95.7
+ WMMenuAddSubmenu at Base 0.95.7
+ WMMenuCreate at Base 0.95.7
+ WMProcessEvent at Base 0.95.7
+ WMRealizeMenus at Base 0.95.7
+ WMSetWindowAttributes at Base 0.95.7

-- 
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