[SCM] spectacle packaging branch, kubuntu_unstable, updated. ubuntu/15.12.1-1ubuntu1-12-g5810582

Clive Johnston clivejo-guest at moszumanska.debian.org
Sat Mar 12 23:02:15 UTC 2016


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

The following commit has been merged in the kubuntu_unstable branch:
commit 5810582503ec57088f8b0f96a1fc9dc0ce85e24a
Author: Clive Johnston <clivejo at aol.com>
Date:   Sat Mar 12 23:02:04 2016 +0000

    Fixing lintian warnings/errors
    
    - Add build dep on libkf5purpose-dev
    - Add lintian override for desktop-mime-but-no-exec-code
    - Add lintian override for binary-without-manpage
---
 debian/changelog         | 9 +++++++++
 debian/control           | 1 +
 debian/lintian-overrides | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0b7b075..1eb0246 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 kde-spectacle (15.12.2-0ubuntu1) UNRELEASED; urgency=medium
 
+  [ Scarlett Clark ]
   * New upstream bugfix release
   * Add new build dep libkipi. 
   * Add kubuntu_test_desktop_mime_fix.patch to test
@@ -8,6 +9,14 @@ kde-spectacle (15.12.2-0ubuntu1) UNRELEASED; urgency=medium
   * Removing patch. Done with this. 
   * Add license text for LGPL-2 
 
+  [ Clive Johnston ]
+  * Add new build dep libkf5purpose-dev which will be
+    in the new frameworks release
+  * Add lintian override for desktop-mime-but-no-exec-code, for more
+    details see KDE Bug - https://bugs.kde.org/show_bug.cgi?id=359584
+  * Add lintian override for binary-without-manpage usr/bin/spectacle
+    as there is nothing really we can do to fix this
+
  -- Scarlett Clark <sgclark at kubuntu.org>  Wed, 09 Mar 2016 21:10:49 -0800
 
 kde-spectacle (15.12.1-1ubuntu1) xenial; urgency=medium
diff --git a/debian/control b/debian/control
index 94f610d..10305ad 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: cmake (>= 2.8.12~),
                libkf5i18n-dev (>= 5.6.0~),
                libkf5kipi-dev (>= 15.12~),
                libkf5notifications-dev (>= 5.6.0~),
+               libkf5purpose-dev (>= 1.0),
                libkf5screen-dev (>= 4:5.2.0~),
                libkf5widgetsaddons-dev (>= 5.6.0~),
                libkf5windowsystem-dev (>= 5.6.0~),
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 0000000..7d107a3
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1,5 @@
+# Binary has no manpage, nothing we can do about this for now, but ignore it
+kde-spectacle: binary-without-manpage usr/bin/spectacle
+# Over riding the desktop-mime-but-no-exec-code, until upstream decide what 
+# to do about it.  See KDE Bug - https://bugs.kde.org/show_bug.cgi?id=359584
+kde-spectacle: desktop-mime-but-no-exec-code usr/share/applications/org.kde.spectacle.desktop

-- 
spectacle packaging



More information about the pkg-kde-commits mailing list