[SCM] exiv2 packaging branch, master, updated. 443f4418c64e38bf979cf11b37c4d7559d79f9bb

Maximiliano Curia maxy at moszumanska.debian.org
Wed Aug 5 11:33:52 UTC 2015


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

The following commit has been merged in the master branch:
commit 5cdedde6ba84d6fe15d33411ddd59eb63f560407
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Aug 5 11:29:22 2015 +0200

    wrap-and-sort
---
 debian/control           | 24 +++++++++++++-----------
 debian/copyright         |  1 -
 debian/libexiv2-doc.docs |  4 ++--
 3 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index 2d3b065..58b7694 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,14 @@ Section: graphics
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Fathi Boudra <fabo at debian.org>
-Build-Depends: debhelper (>= 9~), chrpath,
- autotools-dev, libexpat1-dev, zlib1g-dev,
- python, xsltproc
-Build-Depends-Indep:
- libjs-jquery, doxygen, graphviz,
+Build-Depends: autotools-dev,
+               chrpath,
+               debhelper (>= 9~),
+               libexpat1-dev,
+               python,
+               xsltproc,
+               zlib1g-dev
+Build-Depends-Indep: doxygen, graphviz, libjs-jquery
 Standards-Version: 3.9.6
 Homepage: http://www.exiv2.org
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/kde-extras/exiv2.git
@@ -15,8 +18,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/exiv2.git
 
 Package: exiv2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
- libexiv2-14 (= ${binary:Version})
+Depends: libexiv2-14 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: EXIF/IPTC metadata manipulation tool
  Exiv2 is a C++ library and a command line utility to manage image metadata.
  It provides fast and easy read and write access to the Exif, IPTC and XMP
@@ -40,7 +42,7 @@ Package: libexiv2-14
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: exiv2
 Multi-Arch: same
 Description: EXIF/IPTC metadata manipulation library
@@ -64,7 +66,7 @@ Description: EXIF/IPTC metadata manipulation library
 Package: libexiv2-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libexiv2-14 (= ${binary:Version})
+Depends: libexiv2-14 (= ${binary:Version}), ${misc:Depends}
 Suggests: libexiv2-doc
 Description: EXIF/IPTC metadata manipulation library - development files
  Exiv2 is a C++ library and a command line utility to manage image metadata.
@@ -74,7 +76,7 @@ Description: EXIF/IPTC metadata manipulation library - development files
  This package provides the development files for using exiv2.
 
 Package: libexiv2-doc
-Depends: ${misc:Depends}, libjs-jquery
+Depends: libjs-jquery, ${misc:Depends}
 Section: doc
 Architecture: all
 Description: EXIF/IPTC metadata manipulation library - HTML documentation
@@ -85,7 +87,7 @@ Description: EXIF/IPTC metadata manipulation library - HTML documentation
  This package provides the Exiv2 HTML documentation.
 
 Package: libexiv2-dbg
-Depends: ${misc:Depends}, libexiv2-14 (= ${binary:Version})
+Depends: libexiv2-14 (= ${binary:Version}), ${misc:Depends}
 Section: debug
 Architecture: any
 Priority: extra
diff --git a/debian/copyright b/debian/copyright
index 7e23ce2..28dc6e6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -99,4 +99,3 @@ implied warranty of any kind.
 
 These notices must be retained in any copies of any part of this
 documentation and/or software.
-
diff --git a/debian/libexiv2-doc.docs b/debian/libexiv2-doc.docs
index ba05107..819de11 100644
--- a/debian/libexiv2-doc.docs
+++ b/debian/libexiv2-doc.docs
@@ -1,4 +1,4 @@
-doc/include
-doc/html/
 doc/*.txt
+doc/html/
+doc/include
 src/TODO

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list