summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-05-24 16:09:35 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-05-24 16:09:35 +0200
commit0d475ec8a3dcc2b11e78730d64e135315181392f (patch)
treead92c8e1c8f9258d2d9e9bf464701fd03e6f8d0d
parent4b4ec4e90a2ec4b9525ed145cf631ce0816b2d6e (diff)
downloadtde-packaging-0d475ec8a3dcc2b11e78730d64e135315181392f.tar.gz
tde-packaging-0d475ec8a3dcc2b11e78730d64e135315181392f.zip
DEB adept: Disable build with --enable-final.
Cleanup rules. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rwxr-xr-xdebian/_base/applications/adept/debian/rules23
-rwxr-xr-xubuntu/_base/applications/adept/debian/rules23
2 files changed, 6 insertions, 40 deletions
diff --git a/debian/_base/applications/adept/debian/rules b/debian/_base/applications/adept/debian/rules
index 82a27d5c8..e68cf457c 100755
--- a/debian/_base/applications/adept/debian/rules
+++ b/debian/_base/applications/adept/debian/rules
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+# Currently is not possible to build piklab with --enable-final
+DEB_BUILD_OPTIONS += noopt
+
include /usr/share/cdbs/1/rules/debhelper.mk
include debian/cdbs/debian-tde.mk
@@ -19,23 +22,3 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
# Enable us to locate the old libept-trinity library and includes
CPPFLAGS += -I/opt/trinity/include
LDFLAGS += -L/opt/trinity/lib -lept
-
-post-patches:: debian/stamp-bootstrap
-
-debian/stamp-bootstrap:
-ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" ""
- cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
- cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
- cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
-endif
- cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
-
- make -f admin/Makefile.common cvs
- touch debian/stamp-bootstrap
-
-# Store build information
-common-binary-post-install-arch common-binary-post-install-indep::
diff --git a/ubuntu/_base/applications/adept/debian/rules b/ubuntu/_base/applications/adept/debian/rules
index 82a27d5c8..e68cf457c 100755
--- a/ubuntu/_base/applications/adept/debian/rules
+++ b/ubuntu/_base/applications/adept/debian/rules
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+# Currently is not possible to build piklab with --enable-final
+DEB_BUILD_OPTIONS += noopt
+
include /usr/share/cdbs/1/rules/debhelper.mk
include debian/cdbs/debian-tde.mk
@@ -19,23 +22,3 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
# Enable us to locate the old libept-trinity library and includes
CPPFLAGS += -I/opt/trinity/include
LDFLAGS += -L/opt/trinity/lib -lept
-
-post-patches:: debian/stamp-bootstrap
-
-debian/stamp-bootstrap:
-ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" ""
- cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
- cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
-endif
-ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
- cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
-endif
- cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
-
- make -f admin/Makefile.common cvs
- touch debian/stamp-bootstrap
-
-# Store build information
-common-binary-post-install-arch common-binary-post-install-indep::