diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-09 20:44:27 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-07-09 20:44:37 +0200 |
commit | 40d0930727300c21ac24a9799078aa7a25e8a268 (patch) | |
tree | 1d6b293643d853f898e6bdcd7a08394be51b3ace /debian/rules | |
parent | a8e5fa22674ac4e451836f3cc138e99a4d98d4c8 (diff) | |
download | vyatta-cfg-40d0930727300c21ac24a9799078aa7a25e8a268.tar.gz vyatta-cfg-40d0930727300c21ac24a9799078aa7a25e8a268.zip |
T3355: remove legacy code and migrate remains to vyos-1x repo
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 2603b2d..71f18d8 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ DIR := debian/vyatta-cfg VYOS_LIBEXEC_DIR := usr/libexec/vyos -SYSTEM_GENERATORS_DIR := lib/systemd/system-generators export DH_OPTIONS @@ -21,7 +20,7 @@ cfg_opts += CXXFLAGS="$(CXXFLAGS)" inst_opts := --sourcedir=debian/tmp %: - dh $@ --with=autoreconf,systemd + dh $@ --with=autoreconf autoreconf: autoreconf -f -i @@ -46,8 +45,3 @@ override_dh_auto_test: override_dh_install: dh_install $(inst_opts) - -override_dh_systemd_enable: - dh_systemd_enable -pvyatta-cfg --name vyos-router vyos-router.service - dh_systemd_enable -pvyatta-cfg --name vyos vyos.target - |