[SCM] kgpg packaging branch, master, updated. debian/16.04.0-1-3-ge387782

Pino Toscano pino at moszumanska.debian.org
Sat Jun 4 07:08:03 UTC 2016


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

The following commit has been merged in the master branch:
commit e387782ba95c5798775146d32c8368c632811821
Author: Pino Toscano <pino at debian.org>
Date:   Sat Jun 4 09:07:17 2016 +0200

    do not force local installation to debian/tmp anymore
    
    let it install directly in the package directory
    
    as result, remove the kgpg.install file, which was just copying
    everything installed in /usr, and is no more needed
---
 debian/changelog    | 4 ++++
 debian/kgpg.install | 1 -
 debian/rules        | 3 ---
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5b32b0f..a9f5772 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ kgpg (4:16.04.1-0r1) UNRELEASED; urgency=medium
   * Backport upstream commit 3349d8a48ad1b957859a16643c912c4febec73b0 to fix
     a sporadic build failure; patch
     upstream_include-QStringList-instead-of-fwd-declarations.patch.
+  * Do not force local installation to debian/tmp anymore, let it install
+    directly in the package directory
+    - remove the kgpg.install file, which was just copying everything
+      installed in /usr, and is no more needed
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 04 Jun 2016 08:55:37 +0200
 
diff --git a/debian/kgpg.install b/debian/kgpg.install
deleted file mode 100644
index 1b91047..0000000
--- a/debian/kgpg.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/
diff --git a/debian/rules b/debian/rules
index 0bddb3a..c735335 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,5 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 override_dh_strip:
 	$(overridden_command) --dbgsym-migration='kgpg-dbg (<= 4:15.12.1-1~~)'
 
-override_dh_auto_install:
-	dh_auto_install --destdir=debian/tmp
-
 override_dh_shlibdeps:
 	$(overridden_command) -- -xkdepim-runtime

-- 
kgpg packaging



More information about the pkg-kde-commits mailing list