commit-patch 2.6.2-1 source package in Ubuntu

Changelog

commit-patch (2.6.2-1) unstable; urgency=medium

  * New upstream release:

    * Fixed a bug in `commit-patch-buffer` that caused `vc-annotate` to be
      out of date (https://github.com/caldwell/commit-patch/issues/14).

    * Minor changes to allow easier packaging.

  * Update standards version to 4.5.1.

  * Set debhelper-compat version in Build-Depends.

  * Bump debhelper from old 10 to 13.

  * debian/control: Add Vcs-Browser field.

  * Use secure URI in Homepage field.

  * Use secure copyright file specification URI.

  * Remove obsolete lintian override.

  * Use dh_elpa for elisp portion.

 -- David Caldwell <email address hidden>  Mon, 06 Sep 2021 14:27:23 -0700

Upload details

Uploaded by:
David Caldwell
Uploaded to:
Sid
Original maintainer:
David Caldwell
Architectures:
all
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe vcs

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
commit-patch_2.6.2-1.dsc 1.9 KiB 1fa045d76edcd906bf9329c8aedda4fd9d117b606585c5e75a04390779c6274e
commit-patch_2.6.2.orig.tar.gz 19.3 KiB 949e02a2bfbd291f7382c7ea92795c09557646e5fe6585a58a74cf7c27cec2a7
commit-patch_2.6.2-1.debian.tar.xz 3.2 KiB 62f568d6122784d102c17e91eec5e46f0bcaa4527338f8fa29f0082f88d09ee1

Available diffs

No changes file available.

Binary packages built by this source

commit-patch: utility to commit fine grained patches to source code control repositories

 Normally version control systems don't allow fine grained
 commits. commit-patch allows the user to control exactly what gets
 committed by letting the user supply a patch to be committed rather than
 using the files in the current working directory.
 .
 commit-patch supports Darcs, Git, Mercurial, Bazaar, Monotone, Subversion,
 or CVS repositories.
 .
 Also included is an Emacs interface to commit-patch. It allows you to just
 hit C-c C-c in any patch buffer to apply and commit only the changes
 indicated by the patch, regardless of the changes in your working
 directory.