mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 14:08:06 +01:00
Rename libwutil1 to libwutil2
Rename debian packages following libwutil soname bump.
This commit is contained in:
committed by
Carlos R. Mafra
parent
d59dacbccd
commit
88c6a51547
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -45,6 +45,8 @@ wmaker (0.92.0+git-0) unstable; urgency=low
|
|||||||
+ Fix compilation with LDFLAGS=-Wl,--no-add-needed Closes: #556677
|
+ Fix compilation with LDFLAGS=-Wl,--no-add-needed Closes: #556677
|
||||||
* Provide detached debugging symbols in wmaker-dbg package.
|
* Provide detached debugging symbols in wmaker-dbg package.
|
||||||
* Build-depend on automake 1.11 or later.
|
* 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
|
-- Andreas Metzler <ametzler@debian.org> Sat, 07 Aug 2010 10:56:00 +0200
|
||||||
|
|
||||||
|
|||||||
6
debian/control
vendored
6
debian/control
vendored
@@ -49,7 +49,7 @@ Architecture: any
|
|||||||
Section: libdevel
|
Section: libdevel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev,
|
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}
|
libwings2 (= ${binary:Version}), ${misc:Depends}
|
||||||
Description: Window Maker's own widget set
|
Description: Window Maker's own widget set
|
||||||
WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
|
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
|
or hacking something like rxvt. It is used for basic widgets in
|
||||||
the WindowMaker window manager.
|
the WindowMaker window manager.
|
||||||
|
|
||||||
Package: libwutil1
|
Package: libwutil2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libs
|
Section: libs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
@@ -94,7 +94,7 @@ Architecture: any
|
|||||||
Section: debug
|
Section: debug
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Depends: libwraster3 (= ${binary:Version}) | libwings2 (= ${binary:Version}) |
|
Depends: libwraster3 (= ${binary:Version}) | libwings2 (= ${binary:Version}) |
|
||||||
libwutil1 (= ${binary:Version}) | wmaker (= ${binary:Version}),
|
libwutil2 (= ${binary:Version}) | wmaker (= ${binary:Version}),
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: debugging symbols for WindowMaker packages
|
Description: debugging symbols for WindowMaker packages
|
||||||
This package contains debugging symbols for Window Maker and its core
|
This package contains debugging symbols for Window Maker and its core
|
||||||
|
|||||||
Reference in New Issue
Block a user