rev 20079 - kde-extras/kdesvn/trunk/debian

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 1 13:27:17 UTC 2015


Author: maxy
Date: 2015-09-01 13:27:16 +0000 (Tue, 01 Sep 2015)
New Revision: 20079

Modified:
   kde-extras/kdesvn/trunk/debian/changelog
   kde-extras/kdesvn/trunk/debian/control
   kde-extras/kdesvn/trunk/debian/copyright
   kde-extras/kdesvn/trunk/debian/kdesvn-kio-plugins.install
   kde-extras/kdesvn/trunk/debian/kdesvn.install
   kde-extras/kdesvn/trunk/debian/libsvnqt-dev.install
Log:
Add libsoprano-dev build dep.

Modified: kde-extras/kdesvn/trunk/debian/changelog
===================================================================
--- kde-extras/kdesvn/trunk/debian/changelog	2015-08-27 22:52:21 UTC (rev 20078)
+++ kde-extras/kdesvn/trunk/debian/changelog	2015-09-01 13:27:16 UTC (rev 20079)
@@ -1,3 +1,10 @@
+kdesvn (1.6.0-3~) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add libsoprano-dev build dep.
+
+ -- Maximiliano Curia <maxy at debian.org>  Tue, 01 Sep 2015 13:42:20 +0200
+
 kdesvn (1.6.0-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: kde-extras/kdesvn/trunk/debian/control
===================================================================
--- kde-extras/kdesvn/trunk/debian/control	2015-08-27 22:52:21 UTC (rev 20078)
+++ kde-extras/kdesvn/trunk/debian/control	2015-09-01 13:27:16 UTC (rev 20079)
@@ -3,7 +3,15 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 8), cmake (>= 2.4), kdelibs5-dev, libsvn-dev (>= 1.6.0), libssl-dev (>= 0.9.8a), libsqlite3-dev, gettext, pkg-kde-tools (>= 0.9)
+Build-Depends: cmake (>= 2.4),
+               debhelper (>= 8),
+               gettext,
+               kdelibs5-dev,
+               libsoprano-dev,
+               libsqlite3-dev,
+               libssl-dev (>= 0.9.8a),
+               libsvn-dev (>= 1.6.0),
+               pkg-kde-tools (>= 0.9)
 Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kdesvn/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kdesvn/trunk/
@@ -12,7 +20,7 @@
 Package: libsvnqt7
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Qt wrapper library for Subversion
  This package provides svnqt, a Qt wrapper library around the
  Subversion library.
@@ -23,7 +31,10 @@
 Package: libsvnqt-dev
 Section: libdevel
 Architecture: any
-Depends: libsvnqt7 (= ${binary:Version}), ${misc:Depends}, libqt4-dev, libsvn-dev
+Depends: libqt4-dev,
+         libsvn-dev,
+         libsvnqt7 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Qt wrapper library for Subversion (development files)
  This package contains the header files and symbolic links that developers
  using svnqt will need.
@@ -31,9 +42,11 @@
 Package: kdesvn
 Section: vcs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, kdesvn-kio-plugins (= ${binary:Version})
-Recommends: kompare, graphviz
-Suggests: khelpcenter, kdiff3
+Depends: kdesvn-kio-plugins (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: graphviz, kompare
+Suggests: kdiff3, khelpcenter
 Description: Subversion client with tight KDE integration
  KDESvn is a graphical client for the Subversion revision control
  system (svn).
@@ -45,7 +58,7 @@
 Package: kdesvn-kio-plugins
 Section: vcs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: kdesdk-kio-plugins (>= 4:4.0.0)
 Replaces: kdesdk-kio-plugins (>= 4:4.0.0)
 Description: Subversion I/O slaves for KDE
@@ -59,7 +72,9 @@
 Section: debug
 Architecture: any
 Priority: extra
-Depends: kdesvn (= ${binary:Version}) , libsvnqt7 (= ${binary:Version}), ${misc:Depends}
+Depends: kdesvn (= ${binary:Version}),
+         libsvnqt7 (= ${binary:Version}),
+         ${misc:Depends}
 Description: debug symbols for kdesvn
  KDESvn is a graphical client for the Subversion revision control
  system (svn).

Modified: kde-extras/kdesvn/trunk/debian/copyright
===================================================================
--- kde-extras/kdesvn/trunk/debian/copyright	2015-08-27 22:52:21 UTC (rev 20078)
+++ kde-extras/kdesvn/trunk/debian/copyright	2015-09-01 13:27:16 UTC (rev 20079)
@@ -63,7 +63,7 @@
  * are met:
  *
  * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer. 
+ *    notice, this list of conditions and the following disclaimer.
  *
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in
@@ -118,21 +118,21 @@
  * This package is an SSL implementation written
  * by Eric Young (eay at cryptsoft.com).
  * The implementation was written so as to conform with Netscapes SSL.
- * 
+ *
  * This library is free for commercial and non-commercial use as long as
  * the following conditions are aheared to.  The following conditions
  * apply to all code found in this distribution, be it the RC4, RSA,
  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  * included with this distribution is covered by the same copyright terms
  * except that the holder is Tim Hudson (tjh at cryptsoft.com).
- * 
+ *
  * Copyright remains Eric Young's, and as such any Copyright notices in
  * the code are not to be removed.
  * If this package is used in a product, Eric Young should be given attribution
  * as the author of the parts of the library used.
  * This can be in the form of a textual message at program startup or
  * in documentation (online or textual) provided with the package.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -147,10 +147,10 @@
  *     Eric Young (eay at cryptsoft.com)"
  *    The word 'cryptographic' can be left out if the rouines from the library
  *    being used are not cryptographic related :-).
- * 4. If you include any Windows specific code (or a derivative thereof) from 
+ * 4. If you include any Windows specific code (or a derivative thereof) from
  *    the apps directory (application code) you must include an acknowledgement:
  *    "This product includes software written by Tim Hudson (tjh at cryptsoft.com)"
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -162,7 +162,7 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- * 
+ *
  * The licence and distribution terms for any publically available version or
  * derivative of this code cannot be changed.  i.e. this code cannot simply be
  * copied and put under another distribution licence

Modified: kde-extras/kdesvn/trunk/debian/kdesvn-kio-plugins.install
===================================================================
--- kde-extras/kdesvn/trunk/debian/kdesvn-kio-plugins.install	2015-08-27 22:52:21 UTC (rev 20078)
+++ kde-extras/kdesvn/trunk/debian/kdesvn-kio-plugins.install	2015-09-01 13:27:16 UTC (rev 20079)
@@ -1,5 +1,5 @@
+usr/lib/kde4/kded_kdesvnd.so
+usr/lib/kde4/kio_ksvn.so
+usr/share/dbus-1/interfaces/org.kde.kdesvnd.xml
 usr/share/kde4/services/*.protocol
 usr/share/kde4/services/kded/
-usr/lib/kde4/kio_ksvn.so
-usr/lib/kde4/kded_kdesvnd.so
-usr/share/dbus-1/interfaces/org.kde.kdesvnd.xml

Modified: kde-extras/kdesvn/trunk/debian/kdesvn.install
===================================================================
--- kde-extras/kdesvn/trunk/debian/kdesvn.install	2015-08-27 22:52:21 UTC (rev 20078)
+++ kde-extras/kdesvn/trunk/debian/kdesvn.install	2015-09-01 13:27:16 UTC (rev 20079)
@@ -1,14 +1,14 @@
 usr/bin/
 usr/lib/kde4/kdesvnpart.so
+usr/share/applications/kde4/*.desktop
+usr/share/doc/kde/HTML/
+usr/share/icons/
+usr/share/kde4/apps/kconf_update/
 usr/share/kde4/apps/kdesvn/
 usr/share/kde4/apps/kdesvnpart/
-usr/share/kde4/apps/kconf_update/
 usr/share/kde4/config.kcfg/
 usr/share/kde4/services/ServiceMenus/
 usr/share/kde4/services/kdesvnpart.desktop
-usr/share/icons/
 usr/share/locale/*/LC_MESSAGES/*.mo
-usr/share/applications/kde4/*.desktop
-usr/share/doc/kde/HTML/
 usr/share/man/man1/
 usr/share/svnqt/i18n/

Modified: kde-extras/kdesvn/trunk/debian/libsvnqt-dev.install
===================================================================
--- kde-extras/kdesvn/trunk/debian/libsvnqt-dev.install	2015-08-27 22:52:21 UTC (rev 20078)
+++ kde-extras/kdesvn/trunk/debian/libsvnqt-dev.install	2015-09-01 13:27:16 UTC (rev 20079)
@@ -1,2 +1,2 @@
+usr/include/svnqt/
 usr/lib/*.so
-usr/include/svnqt/




More information about the pkg-kde-commits mailing list