Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
tora
Commits
54936b6a
Commit
54936b6a
authored
Mar 30, 2010
by
Michael Meskes
Browse files
Removed kde build dependencies that are no longer needed.
parent
1aac7bee
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
54936b6a
...
...
@@ -3,7 +3,7 @@ Section: misc
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Michael Meskes <meskes@debian.org>
Build-Depends: debhelper (>= 5),
kdelibs5-dev, kdebase-bin,
libqscintilla2-dev, cdbs, libpq-dev
Build-Depends: debhelper (>= 5), libqscintilla2-dev, cdbs, libpq-dev
, cmake
Standards-Version: 3.8.4
Homepage: http://www.torasql.com
Vcs-Git: git://git.debian.org/pkg-kde/kde-extras/tora.git
...
...
debian/rules
View file @
54936b6a
...
...
@@ -3,18 +3,8 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
DEB_KDE_ENABLE_FINAL := yes
DEB_DBG_PACKAGES := tora-dbg
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
else
cdbs_kde_enable_final =
endif
endif
install/tora::
# remove some file we don't want to install
rm -f $(CURDIR)/debian/tmp/usr/share/doc/tora/README.OSX
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment