Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
golang
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Go Packaging Team
compiler
golang
Commits
eba68299
Commit
eba68299
authored
4 years ago
by
Shengjing Zhu
Browse files
Options
Downloads
Patches
Plain Diff
Also build package in indep target (Closes: #987126)
As the -src package moved to arch all,
parent
7d43da96
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/rules
+3
-2
3 additions, 2 deletions
debian/rules
with
3 additions
and
2 deletions
debian/rules
+
3
−
2
View file @
eba68299
...
...
@@ -36,7 +36,7 @@ update_upstream_signing_key:
override_dh_auto_clean: gencontrol
# remove autogenerated files
rm -f \
rm -f
-v
\
src/cmd/cgo/zdefaultcc.go \
src/cmd/go/internal/cfg/zdefaultcc.go \
src/cmd/go/internal/cfg/zosarch.go \
...
...
@@ -110,7 +110,8 @@ override_dh_shlibdeps:
override_dh_makeshlibs:
dh_makeshlibs -Xtestdata -Xtest
override_dh_auto_build-arch:
override_dh_auto_build:
# run in -indep as well, it is needed for generating files.
[ -f VERSION ] || echo "debian snapshot $(DEB_VERSION)" > VERSION
export GOROOT_BOOTSTRAP=$$(env -i go env GOROOT) \
&& cd src \
...
...
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