File: control

package info (click to toggle)
splitpatch 1.0%2B20160815%2Bgit13c5941-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 100 kB
  • ctags: 55
  • sloc: ruby: 176; makefile: 56
file content (23 lines) | stat: -rw-r--r-- 977 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: splitpatch
Section: text
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/splitpatch.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/splitpatch.git
Homepage: http://www.clearchain.com/blog/posts/splitting-a-patch

Package: splitpatch
Architecture: all
Depends: ${misc:Depends}, ruby
Description: split the patch up into files or hunks
 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 desirable 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.