From 3c74862973762516dfb0b686c983dea10a95c9b3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 13 Oct 2014 14:58:55 -0400 Subject: Add binary packages --- 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. -- cgit v0.9.1