rev 20782 - kde-extras/smb4k/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Jun 18 11:26:12 UTC 2017


Author: pino
Date: 2017-06-18 11:26:12 +0000 (Sun, 18 Jun 2017)
New Revision: 20782

Modified:
   kde-extras/smb4k/trunk/debian/changelog
   kde-extras/smb4k/trunk/debian/rules
Log:
drop devel symlinks


Modified: kde-extras/smb4k/trunk/debian/changelog
===================================================================
--- kde-extras/smb4k/trunk/debian/changelog	2017-06-18 10:54:56 UTC (rev 20781)
+++ kde-extras/smb4k/trunk/debian/changelog	2017-06-18 11:26:12 UTC (rev 20782)
@@ -21,6 +21,7 @@
   * Update the patches:
     - Find-the-mount-umount-commands-in-the-helper.patch: drop, backported
       from upstream
+  * Remove the development symlinks, as they are not used.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 18 Jun 2017 12:39:29 +0200
 

Modified: kde-extras/smb4k/trunk/debian/rules
===================================================================
--- kde-extras/smb4k/trunk/debian/rules	2017-06-18 10:54:56 UTC (rev 20781)
+++ kde-extras/smb4k/trunk/debian/rules	2017-06-18 11:26:12 UTC (rev 20782)
@@ -8,3 +8,7 @@
 override_dh_auto_configure:
 	dh_auto_configure -- -DINSTALL_PLASMOID=false -DINSTALL_HEADER_FILES=OFF
 
+override_dh_auto_install:
+	dh_auto_install
+	# remove symlinks of private libraries
+	find debian/smb4k -name '*.so' -type l -print -delete




More information about the pkg-kde-commits mailing list