Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
accountserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
accountserver
Commits
6e91b8a3
Commit
6e91b8a3
authored
4 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Build package on bullseye
parent
a3c84df4
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+1
-2
1 addition, 2 deletions
debian/rules
with
3 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
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"
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
2
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment