diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-07 18:37:21 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2021-01-07 22:27:56 +0200 |
commit | c820e78304add61546f4d8e3898a1fb4b6edfebf (patch) | |
tree | f771e87c339a89b0c87d4e3beaad26b26061de55 | |
parent | 5475f9ab0f9bc3f547491d6f2e2e441ea4ffed57 (diff) | |
download | vyatta-cfg-c820e78304add61546f4d8e3898a1fb4b6edfebf.tar.gz vyatta-cfg-c820e78304add61546f4d8e3898a1fb4b6edfebf.zip |
Debian: drop dh-systemd dependency
dh-systemd was merged into debhelper in version 9.20160709 [1] and since
stretch, dh-systemd is an empty transitional package.
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822670
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3f5c1fc..edbeee7 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: VyOS Package Maintainers <maintainers@vyos.net> Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev, libboost-filesystem-dev (>= 1.55), libapt-pkg-dev, libtool, flex, - bison, libperl-dev, autoconf, automake, pkg-config, cpio, dh-autoreconf ,dh-systemd + bison, libperl-dev, autoconf, automake, pkg-config, cpio, dh-autoreconf Standards-Version: 3.9.1 Package: vyatta-cfg |