diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-05-02 18:15:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-05-02 18:15:55 +0200 |
commit | 5adcf2c6466b6c4f398f5f29ee02d37d6f069050 (patch) | |
tree | 24439bbb41a121a0bf430552647db88d7e500383 | |
parent | 11a8d4e8c73649d5467d2d09e36df1cec32423da (diff) | |
download | tde-packaging-5adcf2c6466b6c4f398f5f29ee02d37d6f069050.tar.gz tde-packaging-5adcf2c6466b6c4f398f5f29ee02d37d6f069050.zip |
DEB rosegarden: Deactivate apidox build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rwxr-xr-x | debian/_base/applications/rosegarden/debian/rules | 2 | ||||
-rwxr-xr-x | ubuntu/_base/applications/rosegarden/debian/rules | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/debian/_base/applications/rosegarden/debian/rules b/debian/_base/applications/rosegarden/debian/rules index f46b79f42..47e0616c9 100755 --- a/debian/_base/applications/rosegarden/debian/rules +++ b/debian/_base/applications/rosegarden/debian/rules @@ -25,8 +25,6 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEB_KDE_APIDOX := yes - DEB_COMPRESS_EXCLUDE += .rg .wav .docbook DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ diff --git a/ubuntu/_base/applications/rosegarden/debian/rules b/ubuntu/_base/applications/rosegarden/debian/rules index f46b79f42..47e0616c9 100755 --- a/ubuntu/_base/applications/rosegarden/debian/rules +++ b/ubuntu/_base/applications/rosegarden/debian/rules @@ -25,8 +25,6 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DEB_KDE_APIDOX := yes - DEB_COMPRESS_EXCLUDE += .rg .wav .docbook DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ |