1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: shhmsg
Section: devel
Priority: optional
Maintainer: Chrysostomos Nanakos <cnanakos@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: http://shh.thathost.com/
Package: libshhmsg1-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libshhmsg1 (= ${binary:Version}), libc6-dev
Provides: libshhmsg-dev
Replaces: libshhmsg-dev, shhmsg-dev
Conflicts: libshhmsg-dev, shhmsg-dev
Description: library for displaying messages - development
This is Sverre H. Huseby's library for displaying messages in
terminal based programs. It can treat the verbosity level
and prepend the program name if necessary.
.
This package contains what you need for compiling sources that
use this library and docs for using it in your own code.
Package: libshhmsg1
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: shhmsg
Conflicts: shhmsg
Description: library for displaying messages - runtime
This is Sverre H. Huseby's library for displaying messages in
terminal based programs. It can treat the verbosity level
and prepend the program name if necessary.
.
This package contains what you need to run programs that use this library.
|