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
1e65a623
Commit
1e65a623
authored
Jun 30, 2018
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Debian package metadata to run tests properly
parent
88c3d615
Pipeline
#1024
failed with stages
in 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
debian/control
debian/control
+1
-1
debian/rules
debian/rules
+6
-2
No files found.
debian/control
View file @
1e65a623
...
...
@@ -2,7 +2,7 @@ Source: accountserver
Section: admin
Priority: optional
Maintainer: Autistici/Inventati <debian@autistici.org>
Build-Depends: debhelper (>=9), golang-go, dh-systemd, dh-golang
Build-Depends: debhelper (>=9), golang-go, dh-systemd, dh-golang
, default-jre-headless
Standards-Version: 3.9.6
Package: accountserver
...
...
debian/rules
View file @
1e65a623
#!/usr/bin/make -f
export DH_GOPKG = git.autistici.org/ai3/accountserver
export DH_GOLANG_EXCLUDES = vendor integrationtest
export DH_GOPKG := git.autistici.org/ai3/accountserver
export DH_GOLANG_EXCLUDES := vendor integrationtest
# Include all files in copy, not just *.go files.
# Required for tests to run successfully (due to the java ldap server).
export DH_GOLANG_INSTALL_ALL := 1
%:
...
...
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