Compare commits

...

2 commits

Author SHA1 Message Date
Penelope Gwen
4bf9baa1ae update runner 2024-06-11 16:54:51 -06:00
Penelope Gwen
4f3d9f75bb revert meta changes 2024-06-11 16:52:15 -06:00
3 changed files with 9 additions and 13 deletions

View file

@ -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:

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
golang-github-wifx-gonetworkmanager (2.1.0-3) unstable; urgency=medium
* revert meta changes
-- Penelope Gwen <support@pogmom.me> Tue, 11 Jun 2024 16:51:58 -0600
golang-github-wifx-gonetworkmanager (2.1.0-2) unstable; urgency=medium
* update packaging meta

2
debian/control vendored
View file

@ -15,7 +15,7 @@ Homepage: https://git.pogmom.me/pogmommy/gonetworkmanager
XS-Go-Import-Path: github.com/Wifx/gonetworkmanager
Package: golang-github-wifx-gonetworkmanager-dev
Architecture: any
Architecture: all
Multi-Arch: foreign
Depends: golang-dbus-dev,
golang-github-google-uuid-dev,