File: control

package info (click to toggle)
makepatch 1.13-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 48 kB
  • ctags: 2
  • sloc: perl: 394; makefile: 40
file content (19 lines) | stat: -rw-r--r-- 630 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: makepatch
Section: utils
Priority: optional
Depends: debianutils (>= 1.6)
Maintainer: Roderick Schertler <roderick@argon.org>
Standards-Version: 2.4.1.0

Package: makepatch
Architecture: all
Description: generate patch files with more functionality than plain diff
 This program generates a patch file from two files or directories.  It
 resembles "diff -c -r -N", but:
 .
     - it is always recursive;
     - it handles 'patchlevel.h' first;
     - it supplies 'Index:' and 'Prereq:' lines;
     - it can use 'manifest' files;
     - it generates shell commands to remove files;
     - it can manipulate manifest files.