1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: patch
Section: vcs
Priority: standard
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 7), ed
Standards-Version: 3.9.6
Homepage: http://savannah.gnu.org/projects/patch/
Vcs-Git: git://git.debian.org/collab-maint/patch.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/patch.git
Package: patch
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: ed, diffutils-doc
Multi-Arch: foreign
Architecture: any
Description: Apply a diff file to an original
Patch will take a patch file containing any of the four forms
of difference listing produced by the diff program and apply
those differences to an original file, producing a patched
version.
|