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
|
Source: ddclient
Section: net
Priority: optional
Maintainer: Richard Hansen <rhansen@rhansen.org>
Build-Depends: debhelper-compat (= 13), dh-exec, po-debconf, xmlto, quilt
Build-Depends-Indep:
libhttp-daemon-perl (>= 6.12) <!nocheck>,
libhttp-daemon-ssl-perl <!nocheck>,
libhttp-message-perl <!nocheck>,
libio-socket-inet6-perl <!nocheck>,
libio-socket-ip-perl <!nocheck>,
libio-socket-ssl-perl <!nocheck>,
libplack-perl <!nocheck>,
libtest-mockmodule-perl <!nocheck>,
libtest-tcp-perl <!nocheck>,
libtest-warnings-perl <!nocheck>,
liburi-perl <!nocheck>,
perl
Standards-Version: 4.6.1
Homepage: https://ddclient.net
Vcs-Git: https://salsa.debian.org/debian/ddclient.git
Vcs-Browser: https://salsa.debian.org/debian/ddclient
Rules-Requires-Root: no
Package: ddclient
Architecture: all
# init-system-helpers is normally included in ${misc:Pre-Depends}, but not when
# --no-enable --no-start is passed to dh_installinit. It is included here to
# silence a skip-systemd-native-flag-missing-pre-depends lintian warning. (It
# is unclear whether this dependency is actually required, as
# init-system-helpers is an essential package. dh_installinit uses a versioned
# requirement for the init-system-helpers dependency so the same is done here.)
Pre-Depends: ${misc:Pre-Depends}, init-system-helpers (>= 1.54~)
Depends: ${perl:Depends}, ${misc:Depends}
Recommends:
iproute2,
libio-socket-ssl-perl,
libio-socket-inet6-perl,
libdigest-sha-perl,
libjson-pp-perl,
Provides: dyndns-client
Description: address updating utility for dynamic DNS services
This package provides a client to update dynamic IP addresses with
several dynamic DNS service providers, such as DynDNS.com.
.
This makes it possible to use a fixed hostname (such as
myhost.dyndns.org) to access a machine with a dynamic IP address.
.
This client supports both dynamic and (near) static services, as well as
MX record and alternative name management. It caches the address, and
only attempts the update when it has changed.
|