wget --recursive --no-host-directories --cut-dirs=3 \
    http://cante.net/~jaalto/tmp/cygwin/splitpatch/setup.hint \
    
http://cante.net/~jaalto/tmp/cygwin/splitpatch/splitpatch-0.0+20131223+gitb13d810-1-src.tar.xz
 \
    
http://cante.net/~jaalto/tmp/cygwin/splitpatch/splitpatch-0.0+20131223+gitb13d810-1.tar.xz

    # To check packaging

    cd splitpatch
    tar -xf *-src.tar.xz
    ./*.sh --color --verbose all

Included in Debian:

    https://packages.debian.org/jessie/splitpatch

Jari

[ setup.hint ]

sdesc: "split the patch up into files or hunks"
ldesc: "Divide a patch or diff file into pieces. The split can made by
file or by hunk basis. This makes is possible to separate changes that
might not be desireable or assemble the patch into more coherent set
of changes. The hunk option opens up possibility to compare similar
patches hunk-by-hunk using tool like interdiff(1) from patchutils
package. Operating on hunk level also gives more control, smilar to
Git, to selectively shelve in changes e.g. to Version Control
repository. "
category: Devel
requires: ruby

Reply via email to