diff options
author | Michele Calgaro <[email protected]> | 2020-10-01 00:26:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-10-01 00:26:56 +0900 |
commit | cb2eb4a925c0e2642984c0d3ce129c4c86e2c8b6 (patch) | |
tree | 03ca3acf7c59e8113c89b0349c8b06a24e682e82 /ubuntu/_base/metapackages/synaptic-trinity/debian/rules | |
parent | 4cc67abd61d034541303fac26d25e2f83c2b9749 (diff) | |
download | tde-packaging-cb2eb4a925c0e2642984c0d3ce129c4c86e2c8b6.tar.gz tde-packaging-cb2eb4a925c0e2642984c0d3ce129c4c86e2c8b6.zip |
DEB: updated after metapackages have been consolidated in one folder in main repo.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/metapackages/synaptic-trinity/debian/rules')
-rwxr-xr-x | ubuntu/_base/metapackages/synaptic-trinity/debian/rules | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ubuntu/_base/metapackages/synaptic-trinity/debian/rules b/ubuntu/_base/metapackages/synaptic-trinity/debian/rules deleted file mode 100755 index 187d68f00..000000000 --- a/ubuntu/_base/metapackages/synaptic-trinity/debian/rules +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk - -VERSION := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2) -DISTRIBUTION := $(shell dpkg-parsechangelog | grep ^Distribution: | cut -d' ' -f2) - -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - -pre-build:: debian/stamp-distrospecific - -debian/stamp-distrospecific: - dh_testdir - [ -e debian/stamp-distrospecific ] || \ - ls -a1 debian/distrospecific | grep -v "^\.*$$" | \ - tee debian/stamp-distrospecific | \ - tr "\n" "\0" | (cd debian/distrospecific && xargs -r0 mv -t ../..) - -clean:: - dh_testdir - [ ! -e debian/stamp-distrospecific ] || \ - cat debian/stamp-distrospecific | \ - tr "\n" "\0" | xargs -r0 mv -t debian/distrospecific - rm -f debian/stamp-distrospecific - -binary-install/synaptic-trinity:: - dh_testdir |