zplug 2.4.2-2 source package in Ubuntu

Changelog

zplug (2.4.2-2) unstable; urgency=medium

  [ Axel Beckert ]
  * Team upload
  * Add patch to fix URL to oh-my-zh git repo. (Closes: #981320)
    Thanks to Antonio Tapiador for the bug report!
  * Let Homepage header point to Github repo. Old homepage seems gone.
  * Bump debhelper compatibility level to 13.
    + Build-depend on "debhelper-compat (= 13)" to replace debian/compat.
  * Declare compliance with Debian Policy 4.5.1.
  * Bump debian/watch version from 3 to 4. Thanks Lintian!
  * Set "Rules-Requires-Root: no".

  [ ChangZhuo Chen (陳昌倬) ]
  * Add d/gbp.conf
    * Use DEP14 format.
  * Update d/watch.

 -- ChangZhuo Chen (陳昌倬) <email address hidden>  Mon, 21 Nov 2022 11:43:16 +0800

Upload details

Uploaded by:
Debian Zsh Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Zsh Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zplug_2.4.2-2.dsc 1.8 KiB 6e044f37d54e9bc0e94e2f8fbd74c9d864a0a5e559cd37b5d3dad98e578db19c
zplug_2.4.2.orig.tar.gz 83.9 KiB 82a51e8c388844acbfb64196623bede07eee2384f1fc30966eac880373aa9030
zplug_2.4.2-2.debian.tar.xz 3.7 KiB 76325c22d4feae7f7a0f3155e18d428d519e20aaa41c846243d89c32e8a7083c

Available diffs

No changes file available.

Binary packages built by this source

zplug: next-generation plugin manager for zsh

 zplug is a next-generation plugin manager for zsh, with the following
 features:
 .
  * Can manage everything
    * Zsh plugins/UNIX commands on GitHub and Bitbucket
    * Gist files (gist.github.com)
    * Externally managed plugins e.g., oh-my-zsh plugins/themes
    * Binary artifacts on GitHub Releases
    * Local plugins
    * etc. (you can add your own sources!)
  * Super-fast parallel installation/update
  * Support for lazy-loading
  * Branch/tag/commit support
  * Post-update, post-load hooks
  * Dependencies between packages
  * Unlike antigen, no ZSH plugin file (*.plugin.zsh) required
  * Interactive interface (fzf, peco, zaw, and so on)
  * Cache mechanism for reducing the startup time.