hub 2.14.2~ds1-1ubuntu1 source package in Ubuntu

Changelog

hub (2.14.2~ds1-1ubuntu1) lunar; urgency=medium

  * No change rebuild to bump version number

 -- Eduardo Barretto <email address hidden>  Wed, 15 Feb 2023 11:49:23 +0100

Upload details

Uploaded by:
Eduardo Barretto
Sponsored by:
Marc Deslauriers
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar 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-1ubuntu1.debian.tar.xz 5.3 KiB b0b3f1a31b9b7aaeab31dc35aad2507b8442426df921d6676ab7318728421575
hub_2.14.2~ds1-1ubuntu1.dsc 2.5 KiB 21692f4cb5b57512c525de14836122e8e8549025de941f6ca1c07c3baa51116e

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