Compare commits
3 commits
0.0.1-2
...
debian/sid
Author | SHA1 | Date | |
---|---|---|---|
|
a71daf6de1 | ||
|
30d42a1513 | ||
|
8aae9e8cb4 |
3 changed files with 10 additions and 14 deletions
|
@ -29,24 +29,14 @@ stages:
|
|||
- build/debug/*
|
||||
untracked: true
|
||||
|
||||
build:x86_64:
|
||||
build:
|
||||
<<: *compile
|
||||
stage: build
|
||||
tags:
|
||||
- x86_64
|
||||
|
||||
build:aarch64:
|
||||
<<: *compile
|
||||
stage: build
|
||||
tags:
|
||||
- aarch64
|
||||
|
||||
upload:
|
||||
stage: upload
|
||||
dependencies:
|
||||
dependencies:
|
||||
- build:x86_64
|
||||
- build:aarch64
|
||||
- build
|
||||
only:
|
||||
- tags
|
||||
script:
|
||||
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,4 +1,10 @@
|
|||
golang-github-lack-gowaybarplug (0.0.1-2) UNRELEASED; urgency=medium
|
||||
golang-github-lack-gowaybarplug (0.0.1-3) unstable; urgency=medium
|
||||
|
||||
* revert meta changes
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Tue, 11 Jun 2024 16:51:04 -0600
|
||||
|
||||
golang-github-lack-gowaybarplug (0.0.1-2) unstable; urgency=medium
|
||||
|
||||
* change packaging meta
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -15,7 +15,7 @@ Homepage: https://git.pogmom.me/pogmommy/gowaybarplug
|
|||
XS-Go-Import-Path: github.com/lack/gowaybarplug
|
||||
|
||||
Package: golang-github-lack-gowaybarplug-dev
|
||||
Architecture: any
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Depends: golang-github-stretchr-testify-dev,
|
||||
golang-github-xorcare-pointer-dev,
|
||||
|
|
Reference in a new issue