[SCM] ark packaging branch, master, updated. debian/15.08.3-1-4-gb73c21f

Maximiliano Curia maxy at moszumanska.debian.org
Wed Jan 27 19:59:44 UTC 2016


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

The following commit has been merged in the master branch:
commit b73c21fb00e1ae8538e15053f5493e74c3343205
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Jan 18 19:26:58 2016 +0100

    Ignore error if there is no libkerfuffle.so
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c0f6b83..be4947a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ override_dh_strip:
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/ark
-	rm  debian/ark/usr/lib/*/libkerfuffle.so
+	-rm debian/ark/usr/lib/*/libkerfuffle.so
 
 override_dh_auto_test:
 	# Disable auto tests at build time

-- 
ark packaging



More information about the pkg-kde-commits mailing list