[kbibtex] 05/19: Add some depends

Bastien ROUCARIES broucaries-guest at moszumanska.debian.org
Sun Jan 3 21:33:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

broucaries-guest pushed a commit to branch debian/0.6+git7fdc0cd97c093f-1
in repository kbibtex.

commit 428ac49d5043b6f4a6ddc8889c7d2da418502d62
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Mon Dec 28 13:48:44 2015 +0100

    Add some depends
---
 debian/control | 10 ++++++----
 debian/rules   |  2 ++
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 15c48ef..fea56fa 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,11 @@ Uploaders: Bastien Roucariès <roucaries.bastien+debian at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~),
 	       cmake (>= 2.6~), extra-cmake-modules,
 	       qtbase5-dev-tools, qtbase5-dev,
+	       pkg-kde-tools (>= 0.12),
 	       kdoctools-dev,
 	       kdelibs5-dev,
-	       libkf5i18n-dev, libkf5xmlgui-dev,
+	       libkf5i18n-dev, libkf5xmlgui-dev, kio-dev,
+	       libkf5parts-dev, libkf5wallet-dev, libqca-qt5-2-dev,
 	       libpoppler-qt5-dev,
 	       libxslt1-dev,
 Standards-Version: 3.9.2
@@ -25,13 +27,13 @@ Suggests: texlive-latex-base | tetex-extra, bibtex2html, latex2rtf
 Recommends: texlive-bibtex-extra
 Description: BibTeX editor for KDE
  An application to manage bibliography databases in the BibTeX format. KBibTeX
- can be used as a standalone program, but can also be embedded into other KDE 
+ can be used as a standalone program, but can also be embedded into other KDE
  applications (e.g. as bibliography editor into Kile).
  .
- KBibTeX can query online resources (e.g. Google scholar) via customizable 
+ KBibTeX can query online resources (e.g. Google scholar) via customizable
  search URLs. It is also able to import complete datasets from NCBI Pubmed.
  It also supports tagging references with keywords and manages references to
  local files.
  .
- BibTeX files can be exported into HTML, XML, PDF, PS and RTF format using a 
+ BibTeX files can be exported into HTML, XML, PDF, PS and RTF format using a
  number of citation styles.
diff --git a/debian/rules b/debian/rules
index b869b11..0bb71af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export QT_SELECT := 5
+
 # one ring to rule them all ...
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/kbibtex.git



More information about the debian-science-commits mailing list