Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silver-platter
gitlab-deps
Commits
5d594ae0
Commit
5d594ae0
authored
Aug 22, 2020
by
ale
Browse files
Fix some Debian packaging issues
parent
7283ef7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
5d594ae0
...
...
@@ -7,7 +7,7 @@ Standards-Version: 4.1.3
Package: gitlab-deps
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Depends: ${python
3
:Depends}, ${misc:Depends}
Description: Gitlab dependencies tool
Build dependency maps between Gitlab projects and
automatically trigger rebuilds on pipeline completion.
debian/rules
View file @
5d594ae0
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment