Skip to content
Snippets Groups Projects
Commit 5d594ae0 authored by ale's avatar ale
Browse files

Fix some Debian packaging issues

parent 7283ef7a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Standards-Version: 4.1.3
Package: gitlab-deps
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Depends: ${python3:Depends}, ${misc:Depends}
Description: Gitlab dependencies tool
Build dependency maps between Gitlab projects and
automatically trigger rebuilds on pipeline completion.
......@@ -8,6 +8,7 @@ export PYBUILD_NAME=gitlab-deps
override_dh_auto_install:
dh_auto_install
install -d -o root -g root -m 755 $(CURDIR)/debian/gitlab-deps/usr/sbin
install -o root -g root -m 755 $(CURDIR)/contrib/start-server.sh \
$(CURDIR)/debian/gitlab-deps/usr/sbin/gitlab-deps-server-wrapper
install -o root -g root -m 755 $(CURDIR)/contrib/update.sh \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment