Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
accountserver
Commits
6e91b8a3
Commit
6e91b8a3
authored
Jan 09, 2021
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build package on bullseye
parent
a3c84df4
Pipeline
#10391
passed with stages
in 1 minute and 54 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
debian/control
debian/control
+1
-1
debian/rules
debian/rules
+1
-2
No files found.
.gitlab-ci.yml
View file @
6e91b8a3
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-
common
-amd64.yml"
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-
nextstable
-amd64.yml"
debian/control
View file @
6e91b8a3
...
...
@@ -2,7 +2,7 @@ Source: accountserver
Section: admin
Priority: optional
Maintainer: Autistici/Inventati <debian@autistici.org>
Build-Depends: debhelper (>=9), golang-any (>=1.11),
dh-systemd,
dh-golang, default-jre-headless
Build-Depends: debhelper (>=9), golang-any (>=1.11), dh-golang, default-jre-headless
Standards-Version: 3.9.6
Package: accountserver
...
...
debian/rules
View file @
6e91b8a3
...
...
@@ -12,8 +12,7 @@ export DH_GOLANG_INSTALL_ALL := 1
dh $@ --with systemd --with golang --buildsystem golang
override_dh_auto_install:
dh_auto_install
$(RM) -rv debian/accountserver/usr/share/gocode
dh_auto_install -- --no-source
override_dh_systemd_enable:
dh_systemd_enable --no-enable
...
...
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