stgit 0.18-1 source package in Ubuntu

Changelog

stgit (0.18-1) sid; urgency=medium

  * New patch: test_exit_1_on_fail
  * Update autopkgtest testsuite. (Closes: #742997) Thanks to Antonio Terceiro
  * Bump Standards-Version to 3.9.6, no changes needed.
  * New upstream release (0.18).
  * Bump Standards-Version to 4.1.0.
  * Update Vcs fields
  * Drop upstream patches
  * Ignore the generated files update on clean
  * Add dh-python build depends
  * Avoid the git error messages when running stg outside of a git tree
  * Release to sid

 -- Maximiliano Curia <email address hidden>  Sat, 02 Sep 2017 14:30:36 +0200

Upload details

Uploaded by:
Maximiliano Curia
Uploaded to:
Sid
Original maintainer:
Maximiliano Curia
Architectures:
all
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
stgit_0.18-1.dsc 1.9 KiB 8a3bc799daa5816c3740263f313e1a345329d674a97c5a78ef5ff055b44b3038
stgit_0.18.orig.tar.gz 230.3 KiB 8af15dc8bed5895125107d07e3968389d07fdc46db58edaffabf237adf006462
stgit_0.18-1.debian.tar.xz 54.6 KiB ebe0a9bfafb0abbd1417af71b7a1a8cfdb7f93ff0984589f9f661d4fb5f95d4c

No changes file available.

Binary packages built by this source

stgit: manage stacks of patches in a git repository

 stgit provides similar functionality to quilt
 (i.e. pushing/popping patches to/from a stack) on top of git.
 .
 These operations are performed using git commands and the patches
 are stored as git commit objects, allowing easy merging of the stgit
 patches into other repositories using standard git functionality.

stgit-contrib: set of contributed script to help working with stgit

 Among others, this package provides the following helper scripts:
  * stg-gitk: show all patches in gitk, not only applied ones, and hide logs
  * stg-whatchanged: examine changes that would modify the current patch
  * stg-fold-files-from: pick specific hunks from another patch up the stack
  * stg-dispatch: dispatch specific hunks into another patch down the stack
  * stg-swallow: completely merge another patch into the current one
  * stg-k: provide robust --keep functionality to all stgit commands
 .
 Most of the functionality of these scripts may one day be incorporated into
 stgit.