[SCM] konsole packaging branch, master, updated. debian/4.14.2-1-13-ga5ded80

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Jul 24 00:34:15 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/konsole.git;a=commitdiff;h=a5ded80

The following commit has been merged in the master branch:
commit a5ded80ed85a3dd09312da7973e62fbde16543f4
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Jul 23 21:33:21 2015 -0300

    Pass --destdir=debian/tmp to dh_auto_install
    
    This package should not get many more updates, so I think it's a good
    trade off.
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 40c9eae..25d0b0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ konsole4 (4:4.14.2-2~1) UNRELEASED; urgency=medium
     it from the kf5-based src.
     - Remove the dh_gencontrol override for bin:konsole, as we no longer ship
       it.
+    - Pass --destdir=debian/tmp to dh_auto_install in order to avoid changing
+      the packaging too much.
   * Improve the package description to stress the fact that the kpart
     belongs to KDE 4.
   * Remove Eshat Cakar from Uploaders at his own request. Thanks Eshat
diff --git a/debian/rules b/debian/rules
index cde1a90..90b2dea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,7 @@ BINARY_VERSION_NO_EPOCH := $(shell dpkg-parsechangelog -S Version | sed 's/^[[:d
 override_dh_auto_configure:
 	$(overridden_command)
 
+override_dh_auto_install:
+	$(overridden_command) --destdir=debian/tmp
+
 .PHONY: override_dh_auto_test

-- 
konsole packaging



More information about the pkg-kde-commits mailing list