[SCM] libkexiv2 packaging branch, master, updated. debian/4.11.5-1

Maximiliano Curia maxy at moszumanska.debian.org
Mon Jan 27 22:56:53 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/libkexiv2.git;a=commitdiff;h=d08e6a8

The following commit has been merged in the master branch:
commit d08e6a8776ca10cdea3a3e181d20946b4a530d4a
Author: Maximiliano Curia <maxy at debian.org>
Date:   Wed Jan 22 15:10:29 2014 -0300

    wrap-and-sort
---
 debian/control   | 24 +++++++++++++++---------
 debian/copyright |  2 +-
 2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 9c98172..06292ac 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,13 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>,
            Sune Vuorela <sune at debian.org>,
            Maximiliano Curia <maxy at debian.org>
-Build-Depends: kde-sc-dev-latest (>= 4:4.11),
- cmake, debhelper (>= 9), pkg-kde-tools (>= 0.12),
- kdelibs5-dev (>= 4:4.11), libexiv2-dev (>= 0.20),
- pkg-config,
+Build-Depends: cmake,
+               debhelper (>= 9),
+               kde-sc-dev-latest (>= 4:4.11),
+               kdelibs5-dev (>= 4:4.11),
+               libexiv2-dev (>= 0.20),
+               pkg-config,
+               pkg-kde-tools (>= 0.12)
 Standards-Version: 3.9.5
 Homepage: http://www.kde.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-sc/libkexiv2.git
@@ -17,8 +20,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-sc/libkexiv2.git
 Package: libkexiv2-11
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
-         libkexiv2-data (>= ${source:Version})
+Depends: libkexiv2-data (>= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Qt like interface for the libexiv2 library
  Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate
  pictures metadata.
@@ -39,8 +43,10 @@ Description: Qt-like interface for the libexiv2 library -- data files
 Package: libkexiv2-dev
 Section: libdevel
 Architecture: any
-Depends: libkexiv2-11 (= ${binary:Version}), ${misc:Depends},
- ${sameVersionDep:kdelibs5-dev:libkexiv2-11}, pkg-config
+Depends: libkexiv2-11 (= ${binary:Version}),
+         pkg-config,
+         ${misc:Depends},
+         ${sameVersionDep:kdelibs5-dev:libkexiv2-11}
 Conflicts: libkexiv2-6-dev, libkexiv2-7-dev, libkexiv2-8-dev
 Description: Qt-like interface for the libexiv2 library -- development files
  Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate
@@ -53,7 +59,7 @@ Package: libkexiv2-dbg
 Section: debug
 Architecture: any
 Priority: extra
-Depends: ${misc:Depends}, libkexiv2-11 (= ${binary:Version})
+Depends: libkexiv2-11 (= ${binary:Version}), ${misc:Depends}
 Description: Qt-like interface for the libexiv2 library -- debugging symbols
  Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate
  pictures metadata.
diff --git a/debian/copyright b/debian/copyright
index 95138a1..259cc4e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,7 +11,7 @@ Upstream copyright holders:
 
     Unless something else is mentioned, copyright is
     © 2006-2012, The K Desktop Environment project http://www.kde.org
-   
+
    Other copyright holders:
     Copyright © 2007 by David Faure
     Copyright © 2010 by Jakob Malm

-- 
libkexiv2 packaging



More information about the pkg-kde-commits mailing list