File: control

package info (click to toggle)
makepatch 1.93-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 68 kB
  • ctags: 2
  • sloc: perl: 815; makefile: 40
file content (23 lines) | stat: -rw-r--r-- 802 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: makepatch
Section: utils
Priority: optional
Maintainer: Roderick Schertler <roderick@argon.org>
Standards-Version: 2.4.1.0

Package: makepatch
Architecture: all
Depends: perl, debianutils (>= 1.6)
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 recursive by default;
     - it handles 'patchlevel.h' first;
     - it supplies 'Index:' and 'Prereq:' lines;
     - it can use 'manifest' files;
     - it generates commands to create and remove files and directories;
     - it can generate a perl program to apply the patches;
     - it can manipulate manifest files;
     - it can exclude files using wildcard and regex patters;
 .
 and lots more.