madonctl 2.3.2+ds1-1build1 source package in Ubuntu

Changelog

madonctl (2.3.2+ds1-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:16:45 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
madonctl_2.3.2+ds1.orig.tar.gz 3.7 MiB 2025bf1c5f71554d3c341d3ebbbd346a5ee98fa0b6c64ffbed5340f688857cfa
madonctl_2.3.2+ds1-1build1.debian.tar.xz 2.9 KiB 99e81733e540f300948de92807f21ddfbe26418bf17134358dc9409747dd9fae
madonctl_2.3.2+ds1-1build1.dsc 2.3 KiB 4736aa9eb5232d7398b56f842f4eda32d4d5e47384c5675f2e87915dcad813be

View changes file

Binary packages built by this source

madonctl: CLI client for the Mastodon social network API

 This package contains a Golang command line interface for the
 Mastodon Rest API.
 .
 In order to use madonctl, you need to specify the instance name or URL,
 and usually provide an account login/password (or a token).
 These settings can be passed as command line arguments or environment
 variables, but the easiest way is to use a configuration file.
 .
 Note that one can generate a configuration file for your settings with
 .
 madonctl config dump -i mastodon.social -L username@domain -P password
 .
 (One can redirect the output to a configuration file.)

madonctl-dbgsym: debug symbols for madonctl