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/*
|
- build/debug/*
|
||||||
untracked: true
|
untracked: true
|
||||||
|
|
||||||
build:x86_64:
|
build:
|
||||||
<<: *compile
|
<<: *compile
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
|
||||||
- x86_64
|
|
||||||
|
|
||||||
build:aarch64:
|
|
||||||
<<: *compile
|
|
||||||
stage: build
|
|
||||||
tags:
|
|
||||||
- aarch64
|
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
stage: upload
|
stage: upload
|
||||||
dependencies:
|
dependencies:
|
||||||
dependencies:
|
- build
|
||||||
- build:x86_64
|
|
||||||
- build:aarch64
|
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
script:
|
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
|
* 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
|
XS-Go-Import-Path: github.com/lack/gowaybarplug
|
||||||
|
|
||||||
Package: golang-github-lack-gowaybarplug-dev
|
Package: golang-github-lack-gowaybarplug-dev
|
||||||
Architecture: any
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends: golang-github-stretchr-testify-dev,
|
Depends: golang-github-stretchr-testify-dev,
|
||||||
golang-github-xorcare-pointer-dev,
|
golang-github-xorcare-pointer-dev,
|
||||||
|
|
Reference in a new issue