1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +01:00

Rename libwutil1 to libwutil2

Rename debian packages following libwutil soname bump.
This commit is contained in:
Andreas Metzler
2010-09-28 20:04:20 +02:00
committed by Carlos R. Mafra
parent d59dacbccd
commit 88c6a51547
3 changed files with 5 additions and 3 deletions

2
debian/changelog vendored
View File

@@ -45,6 +45,8 @@ wmaker (0.92.0+git-0) unstable; urgency=low
+ Fix compilation with LDFLAGS=-Wl,--no-add-needed Closes: #556677
* Provide detached debugging symbols in wmaker-dbg package.
* Build-depend on automake 1.11 or later.
* Rename libwutil1 to libwutil2. Soname changed because of incompatible
abi/api changes
-- Andreas Metzler <ametzler@debian.org> Sat, 07 Aug 2010 10:56:00 +0200

6
debian/control vendored
View File

@@ -49,7 +49,7 @@ Architecture: any
Section: libdevel
Priority: optional
Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev,
libfontconfig1-dev, libwutil1 (= ${binary:Version}),
libfontconfig1-dev, libwutil2 (= ${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
@@ -59,7 +59,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: libwutil1
Package: libwutil2
Architecture: any
Section: libs
Priority: optional
@@ -94,7 +94,7 @@ Architecture: any
Section: debug
Priority: extra
Depends: libwraster3 (= ${binary:Version}) | libwings2 (= ${binary:Version}) |
libwutil1 (= ${binary:Version}) | wmaker (= ${binary:Version}),
libwutil2 (= ${binary:Version}) | wmaker (= ${binary:Version}),
${misc:Depends}
Description: debugging symbols for WindowMaker packages
This package contains debugging symbols for Window Maker and its core