Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoradio
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
Operate
Environments
Monitor
Incidents
Service Desk
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
ale
autoradio
Commits
db305e75
Commit
db305e75
authored
10 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
use godep to build the Debian package
parent
e70664f6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/rules
+1
-2
1 addition, 2 deletions
debian/rules
with
7 additions
and
2 deletions
debian/changelog
+
6
−
0
View file @
db305e75
autoradio (0.3.6p4) unstable; urgency=medium
* Use godep to build the package.
-- ale <ale@incal.net> Wed, 24 Dec 2014 10:07:46 +0000
autoradio (0.3.6p3) unstable; urgency=medium
* Try harder to prevent caching of redirects.
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
2
View file @
db305e75
...
...
@@ -31,8 +31,7 @@ override_dh_install:
export
GOPATH
=
$$
tmpdir
;
unset
GOBIN
;
\
mkdir
-p
$$
tmpdir/src/
$(
dir
$(
GOPKG
))
;
\
ln
-s
$(
CURDIR
)
$$
tmpdir/src/
$(
GOPKG
)
;
\
cd
$$
tmpdir/src
&&
\
go get
-d
-v
./
$(
GOPKG
)
/...
&&
go
install
-v
./
$(
GOPKG
)
/...
&&
\
cd
$$
tmpdir/src/
$(
GOPKG
)
&&
godep go
install
-v
./...
&&
\
for
bin
in
radiod redirectord radioctl
;
do
\
install
-m
755
-o
root
-g
root
$$
tmpdir/bin/
$$
bin
$(
DESTDIR
)
/usr/bin/
$$
bin
;
\
done
;
\
...
...
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