Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>pull/386/head
parent
e83210ce6f
commit
0b642c7751
@ -1,3 +1,2 @@
|
|||||||
debian/tmp/opt/trinity/bin
|
debian/tmp/opt/trinity/bin
|
||||||
|
debian/tmp/opt/trinity/share/applications
|
||||||
debian/tmp/opt/trinity/share/applnk/Utilities/krecipes.desktop opt/trinity/share/applications/
|
|
||||||
|
@ -1,34 +1,17 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
|
include /usr/share/cdbs/1/class/cmake.mk
|
||||||
include debian/cdbs/debian-tde.mk
|
include debian/cdbs/debian-tde.mk
|
||||||
|
|
||||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include
|
DEB_CMAKE_EXTRA_FLAGS := \
|
||||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
-DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
|
||||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||||
|
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
|
||||||
post-patches:: debian/stamp-bootstrap
|
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||||
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
debian/stamp-bootstrap:
|
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||||
dh_testdir
|
-DCMAKE_SKIP_RPATH="OFF" \
|
||||||
|
-DBUILD_ALL="ON" \
|
||||||
# Regenerate build system
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
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
|
|
||||||
|
|
||||||
autoreconf --install && automake -f && \
|
|
||||||
$(MAKE) -f admin/Makefile.common && \
|
|
||||||
touch debian/stamp-bootstrap
|
|
||||||
|
|
||||||
clean::
|
|
||||||
dh_testdir
|
|
||||||
rm -f debian/stamp-bootstrap
|
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
debian/tmp/opt/trinity/bin
|
debian/tmp/opt/trinity/bin
|
||||||
|
debian/tmp/opt/trinity/share/applications
|
||||||
debian/tmp/opt/trinity/share/applnk/Utilities/krecipes.desktop opt/trinity/share/applications/
|
|
||||||
|
@ -1,34 +1,17 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
|
include /usr/share/cdbs/1/class/cmake.mk
|
||||||
include debian/cdbs/debian-tde.mk
|
include debian/cdbs/debian-tde.mk
|
||||||
|
|
||||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include
|
DEB_CMAKE_EXTRA_FLAGS := \
|
||||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
-DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
|
||||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||||
|
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
|
||||||
post-patches:: debian/stamp-bootstrap
|
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||||
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
debian/stamp-bootstrap:
|
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||||
dh_testdir
|
-DCMAKE_SKIP_RPATH="OFF" \
|
||||||
|
-DBUILD_ALL="ON" \
|
||||||
# Regenerate build system
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
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
|
|
||||||
|
|
||||||
autoreconf --install && automake -f && \
|
|
||||||
$(MAKE) -f admin/Makefile.common && \
|
|
||||||
touch debian/stamp-bootstrap
|
|
||||||
|
|
||||||
clean::
|
|
||||||
dh_testdir
|
|
||||||
rm -f debian/stamp-bootstrap
|
|
||||||
|
Loading…
Reference in new issue