Removed CONFIG_FEATURE_GUNZIP_UNCOMPRESS from config.maemo
[busybox4maemo] / debian / control
1 Source: busybox
2 Priority: optional
3 Section: utils
4 Maintainer: Yauheni Kaliuta <yauheni.kaliuta@nokia.com>
5 Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
6 Original-Uploaders: Bastian Blank <waldi@debian.org>
7 Build-Depends: debhelper (>> 5), lsb-release, quilt
8 Standards-Version: 3.7.3
9
10 Package: busybox
11 Architecture: any
12 Depends: ${shlibs:Depends}
13 Conflicts: busybox-static, findutils, gzip, hostname, ifupdown, net-tools, procps, sed, tar, coreutils, grep, mount, login, debianutils, util-linux, nawk, mawk, gawk, elvis-tiny, mktemp, bsdutils, sysvinit-utils, iputils-ping, psmisc, time
14 Replaces: busybox-static, findutils, gzip, hostname, ifupdown, net-tools, procps, sed, tar, coreutils, grep, mount, login, debianutils, util-linux, mktemp, bsdutils, sysvinit-utils, dnsutils, iputils-ping, psmisc, time
15 Provides: busybox-static, findutils, gzip, hostname, ifupdown, net-tools, procps, sed, tar, coreutils, grep, mount, login, debianutils, util-linux, vi, awk, nawk, mawk, gawk, mktemp, bsdutils, sysvinit-utils, iputils-ping, psmisc, time
16 Description: Tiny utilities for small and embedded systems
17  BusyBox combines tiny versions of many common UNIX utilities into a single
18  small executable. It provides minimalist replacements for the most common
19  utilities you would usually find on your desktop system (i.e., ls, cp, mv,
20  mount, tar, etc.). The utilities in BusyBox generally have fewer options than
21  their full-featured GNU cousins; however, the options that are included
22  provide the expected functionality and behave very much like their GNU
23  counterparts.
24  .
25  This package installs the BusyBox binary but does not install symlinks
26  for any of the supported utilities. You can use /bin/busybox --install
27  to install BusyBox to the current directory (you do not want to do this
28  in / on your Debian system!).
29
30 Package: busybox-dbg
31 Architecture: any
32 Depends: busybox (= ${Source-Version})
33 Section: devel
34 Description: Tiny utilities for small and embedded systems (debug version)
35  BusyBox combines tiny versions of many common UNIX utilities into a single
36  small executable. It provides minimalist replacements for the most common
37  utilities you would usually find on your desktop system (i.e., ls, cp, mv,
38  mount, tar, etc.). The utilities in BusyBox generally have fewer options than
39  their full-featured GNU cousins; however, the options that are included
40  provide the expected functionality and behave very much like their GNU
41  counterparts.
42  .
43  This package installs the BusyBox binary with debug symbols