[SCM] parley packaging branch, master, updated. debian/4%17.08.1-1-7-g772ee8d

Pino Toscano pino at moszumanska.debian.org
Sat Dec 2 08:12:57 UTC 2017


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

The following commit has been merged in the master branch:
commit 41a790380bf1e07a1a10c7733493bfab36c8bbd7
Author: Pino Toscano <pino at debian.org>
Date:   Sat Dec 2 09:10:26 2017 +0100

    fixup removal phase
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7a24663..52b0524 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ parley (4:17.08.3-0r1) UNRELEASED; urgency=medium
     drop translations.
   * Bump Standards-Version to 4.1.1, no changes required.
   * Simplify watch file, and switch it to https.
+  * Remove the license files during dh_auto_install, not dh_install.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 02 Dec 2017 09:08:49 +0100
 
diff --git a/debian/rules b/debian/rules
index e265f22..e78f2ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_auto_test:
 	# Disable dh_auto_test at build time
 	:
 
-override_dh_install:
+override_dh_auto_install:
+	$(overridden_command)
 	rm debian/tmp/usr/share/parley/plugins/mwclient/LICENSE.md
 	rm debian/tmp/usr/share/parley/plugins/mwclient/six.LICENSE
-	dh_install

-- 
parley packaging



More information about the pkg-kde-commits mailing list