[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:47:38 UTC 2017


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

The following commit has been merged in the master branch:
commit a3baaccb609cb23f8baef1103fa265ee05fc720c
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Jul 13 10:14:18 2017 +0200

    Use cmake
---
 debian/control   | 1 +
 debian/copyright | 2 +-
 debian/rules     | 5 +----
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 9512427..8c92a4b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ 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: autotools-dev,
                chrpath,
+               cmake,
                debhelper (>= 9~),
                libcurl4-gnutls-dev,
                libexpat1-dev,
diff --git a/debian/copyright b/debian/copyright
index 340318c..50f6fbd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -242,7 +242,7 @@ License: BSD-3-clause
  2. Redistributions in binary form must reproduce the copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
- 3. The name of the author may not be used to endorse or promote products 
+ 3. The name of the author may not be used to endorse or promote products
     derived from this software without specific prior written permission.
  .
  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
diff --git a/debian/rules b/debian/rules
index d952d80..4eae06f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --parallel --with autotools_dev,pkgkde_symbolshelper
-
-override_dh_auto_configure:
-	dh_auto_configure -- --disable-rpath
+	dh $@ --parallel --with pkgkde_symbolshelper --buildsystem=cmake
 
 override_dh_clean:
 	dh_clean

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list