mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
Add ${misc:Depends} to all package dependencies.
This commit is contained in:
committed by
Carlos R. Mafra
parent
930a3922d5
commit
ef2349bc69
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -1,6 +1,9 @@
|
|||||||
wmaker (0.92.0-9) unstable; urgency=low
|
wmaker (0.92.0-9) unstable; urgency=low
|
||||||
|
|
||||||
* Add libxmu-dev to build-depends. (Martin Dietze)
|
* Add libxmu-dev to build-depends. (Martin Dietze)
|
||||||
|
* Pulled from 0.92.0-8.2 NMU:
|
||||||
|
+ Add ${misc:Depends} to all package dependencies. (Lintian
|
||||||
|
debhelper-but-no-misc-depends)
|
||||||
|
|
||||||
-- 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
|
||||||
|
|
||||||
|
|||||||
8
debian/control
vendored
8
debian/control
vendored
@@ -12,7 +12,7 @@ Package: wmaker
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: ${shlibs:Depends}, cpp
|
Depends: ${shlibs:Depends}, cpp, ${misc:Depends}
|
||||||
Provides: x-window-manager
|
Provides: x-window-manager
|
||||||
Suggests: wmaker-data, menu, x11-apps, xosview, wterm | x-terminal-emulator
|
Suggests: wmaker-data, menu, x11-apps, xosview, wterm | x-terminal-emulator
|
||||||
Description: NeXTSTEP-like window manager for X
|
Description: NeXTSTEP-like window manager for X
|
||||||
@@ -29,7 +29,7 @@ Package: libwraster3-dev
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: libwraster3 (= ${Source-Version}), libc6-dev, libx11-dev, libxext-dev, libxpm-dev, libjpeg-dev, libpng12-0-dev, libgif-dev, libtiff4-dev
|
Depends: libwraster3 (= ${Source-Version}), libc6-dev, libx11-dev, libxext-dev, libxpm-dev, libjpeg-dev, libpng12-0-dev, libgif-dev, libtiff4-dev, ${misc:Depends}
|
||||||
Provides: libwraster-dev
|
Provides: libwraster-dev
|
||||||
Description: Static libraries and headers of Window Maker rasterizer
|
Description: Static libraries and headers of Window Maker rasterizer
|
||||||
Contains libwraster and header files, for manipulating and
|
Contains libwraster and header files, for manipulating and
|
||||||
@@ -39,7 +39,7 @@ Package: libwraster3
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libs
|
Section: libs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: ${shlibs:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Shared libraries of Window Maker rasterizer
|
Description: Shared libraries of Window Maker rasterizer
|
||||||
Contains libwraster, for manipulating and rasterizing images.
|
Contains libwraster, for manipulating and rasterizing images.
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ Package: libwings-dev
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev, libfontconfig1-dev
|
Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev, libfontconfig1-dev, ${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
|
||||||
look and feel. Its API is inspired in OpenSTEP and its
|
look and feel. Its API is inspired in OpenSTEP and its
|
||||||
|
|||||||
Reference in New Issue
Block a user