[SCM] ark packaging branch, master, updated. debian/16.08.3-1-51-g8e1364e

Pino Toscano pino at moszumanska.debian.org
Sun Nov 19 12:10:09 UTC 2017


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

The following commit has been merged in the master branch:
commit 55dc99435f8e105ef10b17052e6aeb6fb402e547
Author: Pino Toscano <pino at debian.org>
Date:   Sun Nov 19 13:07:19 2017 +0100

    simplify local install
---
 debian/ark.install   | 2 --
 debian/changelog     | 4 ++++
 debian/not-installed | 2 --
 debian/rules         | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/ark.install b/debian/ark.install
deleted file mode 100644
index dbb9791..0000000
--- a/debian/ark.install
+++ /dev/null
@@ -1,2 +0,0 @@
-etc/xdg/ark.categories
-usr/
diff --git a/debian/changelog b/debian/changelog
index 062aba0..70ac6a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,10 @@ ark (4:17.08.3-0r1) UNRELEASED; urgency=medium
   * Adjust l10npkgs_firstversion_ok to the version where kde-l10n will drop
     translations.
   * Bump Standards-Version to 4.1.1, no changes required.
+  * Stop forcing debian/tmp as local installation directory, installing
+    everything to the final location
+    - remove .so symlinks
+    - drop ark.install, and not-installed, no more useful now
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 31 Oct 2017 17:58:03 +0100
 
diff --git a/debian/not-installed b/debian/not-installed
deleted file mode 100644
index 145698c..0000000
--- a/debian/not-installed
+++ /dev/null
@@ -1,2 +0,0 @@
-# False positives
-usr/share/man/
diff --git a/debian/rules b/debian/rules
index b86d31f..3cf3cf7 100644
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,8 @@ override_dh_strip:
 	$(overridden_command) --dbgsym-migration='ark-dbg (<= 4:15.12.1-1~~)'
 
 override_dh_auto_install:
-	dh_auto_install --destdir=debian/tmp
-	-rm debian/tmp/usr/lib/*/libkerfuffle.so
+	$(overridden_command)
+	find debian/ark -name '*.so' -type l -delete
 
 override_dh_auto_test:
 	# Disable auto tests at build time

-- 
ark packaging



More information about the pkg-kde-commits mailing list