diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:32:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:32:59 +0000 |
commit | 4d57e0a8dab2139a631a21aab862487481548702 (patch) | |
tree | f7cea0b9939e2ecb7a301de6c83bada29452046d /templates | |
parent | Initial commit. (diff) | |
download | devscripts-4d57e0a8dab2139a631a21aab862487481548702.tar.xz devscripts-4d57e0a8dab2139a631a21aab862487481548702.zip |
Adding upstream version 2.23.7.upstream/2.23.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/README.mk-build-deps | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/README.mk-build-deps b/templates/README.mk-build-deps new file mode 100644 index 0000000..bc7dae2 --- /dev/null +++ b/templates/README.mk-build-deps @@ -0,0 +1,15 @@ +@packagename@ for Debian + + +This package has the sole purpose of installing packages required for +building the Debian package indicated by its name; it does so by +depending on these packages: + +@depends@ + +It was generated by the mk-build-deps program from the information in +the Build-Depends field(s) of the source package. + +@packagename@ can be safely removed after the package it was created for +is built. If that breaks anything, a dependency is missing in the +package's Depends field. |