[SCM] kamoso packaging branch, master, updated. debian/2.0.2-3.1-5-gf585720

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon May 30 11:32:01 UTC 2016


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

The following commit has been merged in the master branch:
commit f5857202ec55f23a597528262b938634cac5c3c9
Author: Rohan Garg <rohan at garg.io>
Date:   Mon May 30 13:31:53 2016 +0200

    Update rules
    
    * Update rules
      - No need for special case handling anymore
    * Update Build-Depends
---
 debian/changelog | 3 +++
 debian/control   | 5 +++--
 debian/rules     | 7 +------
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 370e740..3bee96c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ kamoso (3.1.0-0r1) UNRELEASED; urgency=medium
   * Fix watch file to take into account the xz extension
   * Add libkf5purpose-dev to build-depends
   * Drop all patches, irrelevant or applied upstream
+  * Update rules
+    - No need for special case handling anymore
+  * Update Build-Depends
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 13 Dec 2015 14:33:09 +0100
 
diff --git a/debian/control b/debian/control
index 0636353..e196bd2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,11 @@ Priority: extra
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: José Manuel Santamaría Lema <panfaust at gmail.com>
 Build-Depends: debhelper (>= 9), pkg-kde-tools (>= 0.5.0),
- cmake, kdelibs5-dev, libkipi-dev,
+ cmake, extra-cmake-modules,
  shared-desktop-ontologies,
  libqtgstreamer-dev, libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev,
- libglib2.0-dev, libkf5purpose-dev
+ libglib2.0-dev, libkf5purpose-dev, qtbase5-dev, libkf5config-dev, kdoctools-dev,
+ kio-dev, libkf5declarative-dev, libkf5i18n-dev, libudev-dev
 Standards-Version: 3.9.6
 Homepage: http://www.kde-apps.org/content/show.php/Kamoso?content=111750
 Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/kamoso.git
diff --git a/debian/rules b/debian/rules
index ba16675..dde8acd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,5 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --with kf5
 
-override_dh_auto_install:
-	dh_auto_install
-	for icon in `find debian/kamoso -regextype posix-egrep -regex '.*/youtube\.(png|svgz)'`; do \
-	  mv --verbose $$icon `echo $$icon | sed -r -e 's,\<youtube\>,kipiplugin_

-- 
kamoso packaging



More information about the pkg-kde-commits mailing list