diff options
author | Michele Calgaro <[email protected]> | 2022-08-27 15:46:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-08-27 21:05:35 +0900 |
commit | 29d594d6d0a8a11ec9132d7be7a5c2c84f727591 (patch) | |
tree | 331db3f613ebd4434e820b4641366f0609f5c46f /ubuntu/_base/applications/tdeio/tdeio-locate/debian/rules | |
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 <[email protected]>
(cherry picked from commit 6ebac55c515023090a53a22e923d24e09a54a920)
Diffstat (limited to 'ubuntu/_base/applications/tdeio/tdeio-locate/debian/rules')
-rwxr-xr-x | ubuntu/_base/applications/tdeio/tdeio-locate/debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
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 |