Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debian: Install xl2tpd.service #264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
debian: Install xl2tpd.service
9ef5b21 added debian/xl2tpd.service.
But since dh_installsystemd was not run during package build, the file
was not actually included in the package.

Add that step.
  • Loading branch information
wjt committed Feb 16, 2024
commit 1d1c802dd0b980a8df0bbd79fde875d3ca766a65
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ binary-arch: build install
dh_installexamples
# dh_install
dh_installinit
dh_installsystemd
dh_installman
cp debian/lintian-overrides \
debian/xl2tpd/usr/share/lintian/overrides/xl2tpd
Expand Down