[Pkg-tcltk-commits] r1866 - tk8.6/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Aug 10 09:51:56 UTC 2017
Author: sgolovan
Date: 2017-08-10 09:51:56 +0000 (Thu, 10 Aug 2017)
New Revision: 1866
Modified:
tk8.6/trunk/debian/changelog
tk8.6/trunk/debian/rules
Log:
[tk8.6]
* Don't add ldconfig trigger manually since dh_makeshlibs can do it iself.
Modified: tk8.6/trunk/debian/changelog
===================================================================
--- tk8.6/trunk/debian/changelog 2017-08-10 09:47:29 UTC (rev 1865)
+++ tk8.6/trunk/debian/changelog 2017-08-10 09:51:56 UTC (rev 1866)
@@ -5,6 +5,7 @@
* Arch-qualify TCL_CC.
* Sort the object files inside the static library using the C locale to make
the build reproducible (closes: #818753).
+ * Don't add ldconfig trigger manually since dh_makeshlibs can do it iself.
* Bumped standards version to 4.0.1.
-- Sergei Golovan <sgolovan at debian.org> Thu, 10 Aug 2017 12:45:27 +0300
Modified: tk8.6/trunk/debian/rules
===================================================================
--- tk8.6/trunk/debian/rules 2017-08-10 09:47:29 UTC (rev 1865)
+++ tk8.6/trunk/debian/rules 2017-08-10 09:51:56 UTC (rev 1866)
@@ -117,7 +117,6 @@
override_dh_makeshlibs:
dh_makeshlibs -a
- echo 'activate-noawait ldconfig' >>debian/libtk$(v).triggers
override_dh_shlibdeps:
dh_shlibdeps -ldebian/libtk$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
More information about the Pkg-tcltk-commits
mailing list