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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: libdebian-installer
Section: libs
Priority: optional
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>, Joey Hess <joeyh@debian.org>, Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper (>= 5.0.22), autotools-dev, doxygen [!hurd-i386]
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/d-i/trunk/packages/libdebian-installer
Package: libdebian-installer4
Architecture: any
Depends: ${shlibs:Depends}
Description: Library of common debian-installer functions
This library is used by debian-installer to perform common functions
such as logging messages and executing commands. If you aren't
working on debian-installer or building your own install system based
on debian-installer, then you probably don't need this library.
Package: libdebian-installer4-dev
Section: libdevel
Architecture: any
Depends: libdebian-installer4 (= ${Source-Version}), libdebian-installer-extra4 (= ${Source-Version})
Conflicts: libdebian-installer-dev
Provides: libdebian-installer-dev
Description: Library of common debian-installer functions
This library is used by debian-installer to perform common functions
such as logging messages and executing commands. If you aren't
working on debian-installer or building your own install system based
on debian-installer, then you probably don't need this library.
.
This package contains files needed to do libdebian-installer development.
Package: libdebian-installer4-udeb
XB-Package-Type: udeb
Section: debian-installer
Architecture: any
Depends: ${shlibs:Depends}
Description: Library of common debian-installer functions
This library is used by debian-installer to perform common functions
such as logging messages and executing commands. If you aren't
working on debian-installer or building your own install system based
on debian-installer, then you probably don't need this library.
Package: libdebian-installer-extra4
Architecture: any
Depends: ${shlibs:Depends}, libdebian-installer4 (= ${Source-Version})
Description: Library of some extra debian-installer functions
This library is used by debian-installer to perform common functions
such as logging messages and executing commands. If you aren't
working on debian-installer or building your own install system based
on debian-installer, then you probably don't need this library.
Package: libdebian-installer-extra4-udeb
XB-Package-Type: udeb
Section: debian-installer
Architecture: any
Depends: ${shlibs:Depends}, libdebian-installer4-udeb (= ${Source-Version})
Provides: libdebian-installer-extra4
Description: Library of some extra debian-installer functions
This library is used by debian-installer to perform common functions
such as logging messages and executing commands. If you aren't
working on debian-installer or building your own install system based
on debian-installer, then you probably don't need this library.
|