[SCM] kdevelop-python packaging branch, experimental, updated. debian/1.7.3-1-14-g45b53fa

Pino Toscano pino at moszumanska.debian.org
Thu Sep 1 21:01:40 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-python.git;a=commitdiff;h=b14a7fc

The following commit has been merged in the experimental branch:
commit b14a7fc1ffdacf4c25ae6fd432c480eb3a6b3f7e
Author: Pino Toscano <pino at debian.org>
Date:   Thu Sep 1 22:23:05 2016 +0200

    remove extra COPYING files
    
    the only one currently is just a stub
---
 debian/changelog | 1 +
 debian/rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bab02e4..eddc28e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ kdevelop-python (5.0-0r1) UNRELEASED; urgency=medium
   * Bump kdevelop dependency in kdevelop-python to >= 5.0.
   * Update install files.
   * Update lintian overrides.
+  * Remove extra COPYING files; the only one currently is just a stub.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 26 Aug 2016 19:48:51 +0200
 
diff --git a/debian/rules b/debian/rules
index f541673..ed713ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,11 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 override_dh_auto_configure:
 	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
 
+override_dh_auto_install:
+	dh_auto_install
+	# remove extra "license" files
+	find debian/tmp -name COPYING -print -delete
+
 override_dh_install:
 	dh_install --list-missing
 

-- 
kdevelop-python packaging



More information about the pkg-kde-commits mailing list