File: control

package info (click to toggle)
android-androresolvd 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 92 kB
  • sloc: ansic: 366; sh: 63; makefile: 20
file content (25 lines) | stat: -rw-r--r-- 1,199 bytes parent folder | download
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
Source: android-androresolvd
Section: otherosfs
Priority: extra
Maintainer: Sven-Ola Tuecke <sven-ola@gmx.de>
Uploaders: Android Tools <android-tools-devel@lists.alioth.debian.org>,
           Hans-Christoph Steiner <hans@eds.org>
Build-Depends: debhelper (>= 7.0.0~)
Standards-Version: 3.9.5
Homepage: http://sven-ola.dyndns.org
Vcs-Git: https://anonscm.debian.org/git/android-tools/androresolvd.git
Vcs-Browser: http://anonscm.debian.org/cgit/android-tools/androresolvd.git

Package: android-androresolvd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, resolvconf
Description: Daemon to transfer Android DNS property to resolv.conf
 Small user space daemon to get the Android DNS server setting and
 maintain the resolver config on a regulary basis. Note, that this
 daemon has to be started by some running android programs, in order
 to have the ANDROID_PROPERTY_WORKSPACE environment variable and
 the /dev/ashmem file descriptor (usually #9) that is inherited from
 the calling process. Another note: cannot be started from a login 
 shell, because `bash --login` closes all inherited file descriptors.
 .
 This only makes sense to install on a Debian chroot running on Android.