diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-19 16:09:07 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-19 23:10:49 +0900 |
| commit | 8ff777c8fc7e4096a84f30ec7263473a1d7fd36b (patch) | |
| tree | 598091bfb2a05f17ccff36cda24c2e74d528f514 /ubuntu/_base/applications/misc/fusion-icon/debian/rules | |
| parent | ec70f7d4fd67cae3ce42fcaadf4cbfb0b3ed3dad (diff) | |
| download | tde-packaging-8ff777c8.tar.gz tde-packaging-8ff777c8.zip | |
DEB: remove packaging files for 'fusion-icon' which is no longer part of TDE
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bab29b09ad6b6a37ebef2450be6b68eeeeae4511)
Diffstat (limited to 'ubuntu/_base/applications/misc/fusion-icon/debian/rules')
| -rwxr-xr-x | ubuntu/_base/applications/misc/fusion-icon/debian/rules | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/ubuntu/_base/applications/misc/fusion-icon/debian/rules b/ubuntu/_base/applications/misc/fusion-icon/debian/rules deleted file mode 100755 index af04bd776..000000000 --- a/ubuntu/_base/applications/misc/fusion-icon/debian/rules +++ /dev/null @@ -1,38 +0,0 @@ -#!/usr/bin/make -f - -DEB_PYTHON3_MODULE_PACKAGES=fusion-icon-trinity - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/python-distutils.mk - -# The default gzip compressor has been changed in dpkg >= 1.17.0. -deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \ - sed -e "s|.*version ||" -e "s| .*||" | \ - xargs -r dpkg --compare-versions 1.17.0 lt \ - && echo xz || echo gzip) -ifeq ($(deb_default_compress),gzip) -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) -endif - -binary-install/fusion-icon-trinity:: - mkdir -p debian/$(cdbs_curpkg)/usr/local/lib - cp -Rp debian/$(cdbs_curpkg)/usr/local/* debian/$(cdbs_curpkg)/usr/ - rm -rf debian/$(cdbs_curpkg)/usr/local - mkdir -p debian/$(cdbs_curpkg)/temp - mv debian/$(cdbs_curpkg)/usr/lib debian/$(cdbs_curpkg)/temp - mkdir -p debian/$(cdbs_curpkg)/opt/trinity - cp -Rp debian/$(cdbs_curpkg)/usr/* debian/$(cdbs_curpkg)/opt/trinity/ - rm -rf debian/$(cdbs_curpkg)/usr - dh_python3 -p $(cdbs_curpkg) --shebang=/usr/bin/python3 /opt/trinity/bin - ### - # Must be done after invoking dh_pysupport, otherwise python scripts will - # end up in /usr/share/pyshare instead of dist-packages - mkdir -p debian/$(cdbs_curpkg)/usr - mv debian/$(cdbs_curpkg)/temp/lib debian/$(cdbs_curpkg)/usr - rm -rf debian/$(cdbs_curpkg)/temp - ### - mkdir -p debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg) - mv debian/$(cdbs_curpkg)/opt/trinity/share/doc/$(cdbs_curpkg)/* debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/ - rmdir -p --ignore-fail-on-non-empty debian/$(cdbs_curpkg)/opt/trinity/share/doc/$(cdbs_curpkg) - dh_icons |
