hub 2.14.2~ds1-1ubuntu2 source package in Ubuntu

Changelog

hub (2.14.2~ds1-1ubuntu2) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

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

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
linux-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
hub_2.14.2~ds1.orig.tar.xz 134.7 KiB bb98143a1ccaf752401a4287f67f24d2d2fc0755ff162f98ddd80a959b749a6b
hub_2.14.2~ds1-1ubuntu2.debian.tar.xz 5.4 KiB a5fc23b35f8ad3b66687a27d241505effb003798022ffe0ac59be03d6369ac4f
hub_2.14.2~ds1-1ubuntu2.dsc 2.5 KiB 39ce7979674b4db13264c09de372866b6c362b4b1abb26424723c21a51a1364d

View changes file

Binary packages built by this source

hub: make git easier with GitHub

 hub is a command line tool that wraps git in order to extend it
 with extra functionality that make working with GitHub easier.
 .
   $ hub clone rtomayko/tilt
 .
   # expands to:
   $ git clone git://github.com/rtomayko/tilt.git
 .
 hub is best aliased as git, so you can type "git <command>" in the shell
 and get all the usual hub features.
 .
 You should place this command in your .bash_profile or other
 startup script:
 .
   eval "$(hub alias -s)"
 .
 This package contains the binaries.

hub-dbgsym: debug symbols for hub