diff options
-rw-r--r-- | patch-doc.pkg/control | 7 | ||||
-rw-r--r-- | patch-doc.pkg/files | 1 | ||||
-rw-r--r-- | patch.pkg/control | 4 | ||||
-rw-r--r-- | patch.pkg/docs | 0 | ||||
-rw-r--r-- | patch.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 7 |
6 files changed, 20 insertions, 0 deletions
diff --git a/patch-doc.pkg/control b/patch-doc.pkg/control new file mode 100644 index 0000000..90d04a5 --- /dev/null +++ b/patch-doc.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: patch (>= ${Source-Version}) +Description: Utility to apply diff files to original files - documentation + ${Common-Description} + . + This package provides documentation for the patch utility diff --git a/patch-doc.pkg/files b/patch-doc.pkg/files new file mode 100644 index 0000000..0ddb634 --- /dev/null +++ b/patch-doc.pkg/files @@ -0,0 +1 @@ +/usr/share/man diff --git a/patch.pkg/control b/patch.pkg/control new file mode 100644 index 0000000..c61edb0 --- /dev/null +++ b/patch.pkg/control @@ -0,0 +1,4 @@ +Architecture: any +Platform: all +Description: Utility to apply diff files to original files + ${Common-Description} diff --git a/patch.pkg/docs b/patch.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/patch.pkg/docs diff --git a/patch.pkg/files b/patch.pkg/files new file mode 100644 index 0000000..18de60d --- /dev/null +++ b/patch.pkg/files @@ -0,0 +1 @@ +/usr/bin/patch.gnu diff --git a/substvars b/substvars new file mode 100644 index 0000000..740dd2c --- /dev/null +++ b/substvars @@ -0,0 +1,7 @@ +Common-Description: + Patch takes a patch file containing a difference listing produced by the diff + program and applies those differences to one or more original files, producing + patched versions. + . + This is the GNU Project's implementation of the patch utility, provided as a + more robust and featureful alternative to BusyBox patch. |