Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7a7ad6702b
)
pull/92/head
parent
26f60ed243
commit
b58d323426
@ -1,25 +1,20 @@
|
|||||||
#!/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 debian/cdbs/debian-qt-kde.mk
|
include /usr/share/cdbs/1/class/cmake.mk
|
||||||
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
||||||
include /usr/share/cdbs/1/rules/utils.mk
|
include debian/cdbs/debian-qt-kde.mk
|
||||||
|
|
||||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
|
|
||||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
|
||||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
|
||||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
|
||||||
|
|
||||||
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
|
|
||||||
|
|
||||||
DEB_INSTALL_DOCS_libkipi0-trinity-dev = libkipi/libkipi/design
|
|
||||||
|
|
||||||
DEB_KDE_ENABLE_FINAL = yes
|
|
||||||
|
|
||||||
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib
|
|
||||||
|
|
||||||
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||||
&& echo xz || echo bzip2)
|
&& echo xz || echo bzip2)
|
||||||
|
|
||||||
clean ::
|
DEB_CMAKE_EXTRA_FLAGS := \
|
||||||
rm -f po/*/*.gmo
|
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||||
|
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||||
|
-DSYSCONF_INSTALL_DIR="/etc" \
|
||||||
|
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||||
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
|
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||||
|
-DCMAKE_SKIP_RPATH="OFF" \
|
||||||
|
-DBUILD_ALL="ON" \
|
||||||
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
# Example watch control file for uscan
|
|
||||||
# Rename this file to "watch" and then you can run the "uscan" command
|
|
||||||
# to check for upstream updates and more.
|
|
||||||
# See uscan(1) for format
|
|
||||||
|
|
||||||
# Compulsory line, this is a version 3 file
|
|
||||||
version=3
|
|
||||||
|
|
||||||
# Uncomment to examine a Webpage
|
|
||||||
# <Webpage URL> <string match>
|
|
||||||
#http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz
|
|
||||||
|
|
||||||
# Uncomment to examine a Webserver directory
|
|
||||||
#http://www.example.com/pub/#PACKAGE#-(.*)\.tar\.gz
|
|
||||||
|
|
||||||
# Uncommment to examine a FTP server
|
|
||||||
#ftp://ftp.example.com/pub/#PACKAGE#-(.*)\.tar\.gz debian uupdate
|
|
||||||
|
|
||||||
# Uncomment to find new files on sourceforge, for debscripts >= 2.9
|
|
||||||
http://sf.net/kipi/libkipi-(.*)\.tar\.bz2 debian svn-upgrade
|
|
||||||
|
|
||||||
|
|
@ -1,25 +1,20 @@
|
|||||||
#!/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 debian/cdbs/debian-qt-kde.mk
|
include /usr/share/cdbs/1/class/cmake.mk
|
||||||
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
||||||
include /usr/share/cdbs/1/rules/utils.mk
|
include debian/cdbs/debian-qt-kde.mk
|
||||||
|
|
||||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
|
|
||||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
|
||||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
|
||||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
|
||||||
|
|
||||||
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
|
|
||||||
|
|
||||||
DEB_INSTALL_DOCS_libkipi0-trinity-dev = libkipi/libkipi/design
|
|
||||||
|
|
||||||
DEB_KDE_ENABLE_FINAL = yes
|
|
||||||
|
|
||||||
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib
|
|
||||||
|
|
||||||
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||||
&& echo xz || echo bzip2)
|
&& echo xz || echo bzip2)
|
||||||
|
|
||||||
clean ::
|
DEB_CMAKE_EXTRA_FLAGS := \
|
||||||
rm -f po/*/*.gmo
|
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||||
|
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||||
|
-DSYSCONF_INSTALL_DIR="/etc" \
|
||||||
|
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||||
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
|
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||||
|
-DCMAKE_SKIP_RPATH="OFF" \
|
||||||
|
-DBUILD_ALL="ON" \
|
||||||
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
# Example watch control file for uscan
|
|
||||||
# Rename this file to "watch" and then you can run the "uscan" command
|
|
||||||
# to check for upstream updates and more.
|
|
||||||
# See uscan(1) for format
|
|
||||||
|
|
||||||
# Compulsory line, this is a version 3 file
|
|
||||||
version=3
|
|
||||||
|
|
||||||
# Uncomment to examine a Webpage
|
|
||||||
# <Webpage URL> <string match>
|
|
||||||
#http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz
|
|
||||||
|
|
||||||
# Uncomment to examine a Webserver directory
|
|
||||||
#http://www.example.com/pub/#PACKAGE#-(.*)\.tar\.gz
|
|
||||||
|
|
||||||
# Uncommment to examine a FTP server
|
|
||||||
#ftp://ftp.example.com/pub/#PACKAGE#-(.*)\.tar\.gz debian uupdate
|
|
||||||
|
|
||||||
# Uncomment to find new files on sourceforge, for debscripts >= 2.9
|
|
||||||
http://sf.net/kipi/libkipi-(.*)\.tar\.bz2 debian svn-upgrade
|
|
||||||
|
|
||||||
|
|
@ -1,25 +1,20 @@
|
|||||||
#!/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 debian/cdbs/debian-qt-kde.mk
|
include /usr/share/cdbs/1/class/cmake.mk
|
||||||
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
||||||
include /usr/share/cdbs/1/rules/utils.mk
|
include debian/cdbs/debian-qt-kde.mk
|
||||||
|
|
||||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
|
|
||||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
|
||||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
|
||||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
|
||||||
|
|
||||||
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
|
|
||||||
|
|
||||||
DEB_INSTALL_DOCS_libkipi0-trinity-dev = libkipi/libkipi/design
|
|
||||||
|
|
||||||
DEB_KDE_ENABLE_FINAL = yes
|
|
||||||
|
|
||||||
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib
|
|
||||||
|
|
||||||
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||||
&& echo xz || echo bzip2)
|
&& echo xz || echo bzip2)
|
||||||
|
|
||||||
clean ::
|
DEB_CMAKE_EXTRA_FLAGS := \
|
||||||
rm -f po/*/*.gmo
|
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||||
|
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||||
|
-DSYSCONF_INSTALL_DIR="/etc" \
|
||||||
|
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||||
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
|
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||||
|
-DCMAKE_SKIP_RPATH="OFF" \
|
||||||
|
-DBUILD_ALL="ON" \
|
||||||
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
# Example watch control file for uscan
|
|
||||||
# Rename this file to "watch" and then you can run the "uscan" command
|
|
||||||
# to check for upstream updates and more.
|
|
||||||
# See uscan(1) for format
|
|
||||||
|
|
||||||
# Compulsory line, this is a version 3 file
|
|
||||||
version=3
|
|
||||||
|
|
||||||
# Uncomment to examine a Webpage
|
|
||||||
# <Webpage URL> <string match>
|
|
||||||
#http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz
|
|
||||||
|
|
||||||
# Uncomment to examine a Webserver directory
|
|
||||||
#http://www.example.com/pub/#PACKAGE#-(.*)\.tar\.gz
|
|
||||||
|
|
||||||
# Uncommment to examine a FTP server
|
|
||||||
#ftp://ftp.example.com/pub/#PACKAGE#-(.*)\.tar\.gz debian uupdate
|
|
||||||
|
|
||||||
# Uncomment to find new files on sourceforge, for debscripts >= 2.9
|
|
||||||
http://sf.net/kipi/libkipi-(.*)\.tar\.bz2 debian svn-upgrade
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue