summaryrefslogtreecommitdiffstats
path: root/conf.d/packaging/deb/debian.rules
diff options
context:
space:
mode:
authorQiu Tingting <qiutt@fujitsu.com>2021-03-03 20:10:05 +0800
committerQiu Tingting <qiutt@fujitsu.com>2021-03-03 20:10:05 +0800
commitfc787c7e4af11c16c9b529ff342ff27f0ac36b96 (patch)
tree58174c6836809b605f8551f70d1a9c2562857275 /conf.d/packaging/deb/debian.rules
parent63e80eae1af7905df120fb766e9e48f564fe1e27 (diff)
Remove packaging folder
Packaging folder contains files that defines package rule for other platform, which is useless anymore. Bug-AGL: SPEC-3835 Change-Id: Ia37facd9d341050d217f29845248d57e6fbeeb6a Signed-off-by: Qiu Tingting <qiutt@fujitsu.com>
Diffstat (limited to 'conf.d/packaging/deb/debian.rules')
-rw-r--r--conf.d/packaging/deb/debian.rules18
1 files changed, 0 insertions, 18 deletions
diff --git a/conf.d/packaging/deb/debian.rules b/conf.d/packaging/deb/debian.rules
deleted file mode 100644
index 0ba33a4..0000000
--- a/conf.d/packaging/deb/debian.rules
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-export VERSION=$(shell grep -E "^Version" $(shell find .. -name BUILD -prune -type d -o -name *dsc -print | head -n1) | sed -r 's/^.*: (.*)-.*/\1/')
-
-%:
- bash /etc/profile.d/agl-app-framework-binder.sh
- dh $@
-
-override_dh_auto_configure:
- dh_auto_configure -- -DVERSION=${VERSION} -DCMAKE_INSTALL_PREFIX=/opt/AGL -DCMAKE_INSTALL_LIBDIR:PATH=lib/${DEB_HOST_MULTIARCH}
-
-override_dh_auto_install:
- dh_auto_install --destdir=/usr/src/packages/BUILD/debian/tmp
- mkdir -p debian/tmp/opt/AGL/
-
-override_dh_auto_test: