[cb2bib] 09/14: debian/control and debian/rules: change qt5-default to qtchooser as the former package is a metapackage and adapt the call to qmake in d/rules.
Filippo Rusconi
lopippo at moszumanska.debian.org
Mon Aug 17 13:34:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
lopippo pushed a commit to branch master
in repository cb2bib.
commit e87ad9fb69df74629ebd4ea36f2021e30b64cb10
Author: Filippo Rusconi (Uploading Debian Developer) <lopippo at debian.org>
Date: Mon Aug 17 12:15:08 2015 +0200
debian/control and debian/rules: change qt5-default to qtchooser as the former package is a metapackage and adapt the call to qmake in d/rules.
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 1d9a1a9..73ecd2f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Filippo Rusconi <lopippo at debian.org>
Build-Depends: debhelper (>= 9),
libx11-dev,
x11proto-core-dev,
- qt5-default,
+ qtchooser,
qtbase5-dev,
libqt5webkit5-dev,
libqt5x11extras5-dev,
diff --git a/debian/rules b/debian/rules
index 293c19f..f597eee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_configure:
mkdir -p $(BUILDDIR) && \
cp -rpf c2bscripts c2btools cb2bib.pro cb2bib.rc data src testPDFImport xpdf $(BUILDDIR) && \
cd $(BUILDDIR) && \
- qmake ../../
+ qtchooser -run-tool=qmake -qt=5 ../../
debian/cb2bib.xpm: src/icons/cb2bib.png
convert src/icons/cb2bib.png -resize 32x32 debian/cb2bib.xpm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cb2bib.git
More information about the debian-science-commits
mailing list