diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-27 15:46:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-27 21:05:35 +0900 |
commit | 29d594d6d0a8a11ec9132d7be7a5c2c84f727591 (patch) | |
tree | 331db3f613ebd4434e820b4641366f0609f5c46f | |
parent | 308b0ff04db05023a09e89692a5c7faf771d36cb (diff) | |
download | tde-packaging-29d594d6d0a8a11ec9132d7be7a5c2c84f727591.tar.gz tde-packaging-29d594d6d0a8a11ec9132d7be7a5c2c84f727591.zip |
DEB tdeio locate: add AUTHORS, README.md, TODO to package.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6ebac55c515023090a53a22e923d24e09a54a920)
4 files changed, 6 insertions, 4 deletions
diff --git a/debian/_base/applications/tdeio/tdeio-locate/debian/docs b/debian/_base/applications/tdeio/tdeio-locate/debian/docs new file mode 100644 index 000000000..76c3076c9 --- /dev/null +++ b/debian/_base/applications/tdeio/tdeio-locate/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +README.md +TODO diff --git a/debian/_base/applications/tdeio/tdeio-locate/debian/rules b/debian/_base/applications/tdeio/tdeio-locate/debian/rules index c9e6b78b0..b9e54f6a9 100755 --- a/debian/_base/applications/tdeio/tdeio-locate/debian/rules +++ b/debian/_base/applications/tdeio/tdeio-locate/debian/rules @@ -31,5 +31,3 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DBUILD_ALL="ON" \ -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo - -DEB_INSTALL_DOCS_tdeio-locate-trinity := -XREADME -XNEWS -XTODO -XAUTHORS diff --git a/ubuntu/_base/applications/tdeio/tdeio-locate/debian/docs b/ubuntu/_base/applications/tdeio/tdeio-locate/debian/docs new file mode 100644 index 000000000..76c3076c9 --- /dev/null +++ b/ubuntu/_base/applications/tdeio/tdeio-locate/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +README.md +TODO diff --git a/ubuntu/_base/applications/tdeio/tdeio-locate/debian/rules b/ubuntu/_base/applications/tdeio/tdeio-locate/debian/rules index c9e6b78b0..b9e54f6a9 100755 --- a/ubuntu/_base/applications/tdeio/tdeio-locate/debian/rules +++ b/ubuntu/_base/applications/tdeio/tdeio-locate/debian/rules @@ -31,5 +31,3 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DBUILD_ALL="ON" \ -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo - -DEB_INSTALL_DOCS_tdeio-locate-trinity := -XREADME -XNEWS -XTODO -XAUTHORS |