[SCM] quassel packaging branch, master, updated. debian/1%0.12.3-1-3-g3a41c14

Felix Geyer fgeyer at moszumanska.debian.org
Sat Feb 13 15:33:56 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/quassel.git;a=commitdiff;h=fdc087d

The following commit has been merged in the master branch:
commit fdc087df9859deb8dc31f49e97b80bee2fb01cdc
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sat Feb 13 16:23:59 2016 +0100

    quassel-core: Add libqt5sql5-psql to Suggests.
    
    PostgreSQL is supported as an alternative backend.
    
    Closes: #552374
---
 debian/changelog | 7 +++++++
 debian/control   | 1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a6f607c..1ba1feb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+quassel (1:0.12.3-2) UNRELEASED; urgency=medium
+
+  * quassel-core: Add libqt5sql5-psql to Suggests since PostgreSQL is supported
+    as an alternative backend. (Closes: #552374)
+
+ -- Felix Geyer <fgeyer at debian.org>  Sat, 13 Feb 2016 16:09:33 +0100
+
 quassel (1:0.12.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 2461566..2fc374a 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/kde-extras/quassel.git/
 Package: quassel-core
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, libqt5sql5-sqlite, lsb-base (>= 3.2-14), openssl
+Suggests: libqt5sql5-psql
 Description: distributed IRC client - core component
  Quassel is a modern, cross-platform, distributed IRC client, meaning that
  one or more clients can attach to and detach from the central core. It's

-- 
quassel packaging



More information about the pkg-kde-commits mailing list