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
6b43814e
Commit
6b43814e
authored
4 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Update Debian metadata
parent
7610dd3d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+3
-2
3 additions, 2 deletions
debian/control
debian/rules
+1
-3
1 addition, 3 deletions
debian/rules
with
4 additions
and
5 deletions
debian/control
+
3
−
2
View file @
6b43814e
...
...
@@ -2,9 +2,10 @@ Source: autoradio
Section: net
Priority: extra
Maintainer: ale <ale@incal.net>
Build-Depends: debhelper (>=
8
.0.0),
dh-systemd,
dh-golang, golang-any (>= 1.1
0
)
Standards-Version: 3.9.
4
Build-Depends: debhelper (>=
12
.0.0), dh-golang, golang-any (>= 1.1
4
)
Standards-Version: 3.9.
6
Homepage: https://git.autistici.org/ale/autoradio
XS-Go-Import-Path: git.autistici.org/ale/autoradio
Package: autoradio-server
Architecture: any
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
3
View file @
6b43814e
#!/usr/bin/make -f
export DH_GOPKG = git.autistici.org/ale/autoradio
export DH_GOLANG_EXCLUDES = vendor
DESTDIR = debian/autoradio-server
...
...
@@ -9,8 +8,7 @@ DESTDIR = debian/autoradio-server
dh $@ --with systemd --with golang --buildsystem golang
override_dh_auto_install:
dh_auto_install
$(RM) -rv $(DESTDIR)/usr/share/gocode
dh_auto_install -- --no-source
# Install our silent snippets to the Icecast web dir.
install -d -m 755 -o root -g root $(DESTDIR)/usr/share/icecast2/web
...
...
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