[SCM] zeroconf-ioslave packaging branch, master, updated. fc0a0217b098ddb6c84a58956297a57d965a8320

Maximiliano Curia maxy at moszumanska.debian.org
Tue Mar 31 12:12:17 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/zeroconf-ioslave.git;a=commitdiff;h=e1a3453

The following commit has been merged in the master branch:
commit e1a34531e60c917231273902e8f714d8e96342a0
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Feb 24 17:26:44 2015 +0100

    wrap-and-sort
---
 debian/control              | 12 +++++++-----
 debian/kde-zeroconf.install |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 2d21e7d..c28aa23 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,11 @@ Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: kde-sc-dev-latest (>= 4:4.10.2),
- cmake, debhelper (>= 9), pkg-kde-tools (>= 0.12),
- kdelibs5-dev
+Build-Depends: cmake,
+               debhelper (>= 9),
+               kde-sc-dev-latest (>= 4:4.10.2),
+               kdelibs5-dev,
+               pkg-kde-tools (>= 0.12)
 Standards-Version: 3.9.6
 Homepage: http://www.kde.org/
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/applications/zeroconf-ioslave.git
@@ -13,7 +15,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/applications/zeroconf-ioslave.git
 
 Package: kde-zeroconf
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: zeroconf plugins and kio slaves for KDE
  Zeroconf is an implementation of IPv4 link-local addresses (RFC3927)
  which can be used for ad-hoc networks.  Addresses are allocated from
@@ -27,7 +29,7 @@ Package: kde-zeroconf-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}, kde-runtime-dbg, kde-zeroconf (= ${binary:Version})
+Depends: kde-runtime-dbg, kde-zeroconf (= ${binary:Version}), ${misc:Depends}
 Breaks: kdenetwork-dbg
 Replaces: kdenetwork-dbg
 Description: debug symbols for kde-zeroconf
diff --git a/debian/kde-zeroconf.install b/debian/kde-zeroconf.install
index 527ccda..bae8696 100644
--- a/debian/kde-zeroconf.install
+++ b/debian/kde-zeroconf.install
@@ -1,6 +1,6 @@
 usr/lib/kde4/kded_dnssdwatcher.so
 usr/lib/kde4/kio_zeroconf.so
-usr/share/kde4/services/zeroconf.protocol
-usr/share/kde4/services/kded/dnssdwatcher.desktop
-usr/share/kde4/apps/remoteview/zeroconf.desktop
 usr/share/dbus-1/interfaces/org.kde.kdnssd.xml
+usr/share/kde4/apps/remoteview/zeroconf.desktop
+usr/share/kde4/services/kded/dnssdwatcher.desktop
+usr/share/kde4/services/zeroconf.protocol

-- 
zeroconf-ioslave packaging



More information about the pkg-kde-commits mailing list