[Pkg-tcltk-commits] r1787 - tk8.6/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sat Jan 16 10:28:25 UTC 2016
Author: sgolovan
Date: 2016-01-16 10:28:25 +0000 (Sat, 16 Jan 2016)
New Revision: 1787
Modified:
tk8.6/trunk/debian/changelog
tk8.6/trunk/debian/rules
Log:
[tk8.6]
* Replaced calling ldconfig in postinst/postrm scripts by a trigger
(closes: #811123).
Modified: tk8.6/trunk/debian/changelog
===================================================================
--- tk8.6/trunk/debian/changelog 2016-01-16 10:21:59 UTC (rev 1786)
+++ tk8.6/trunk/debian/changelog 2016-01-16 10:28:25 UTC (rev 1787)
@@ -1,8 +1,9 @@
-tk8.6 (8.6.4+dfsg-3) UNRELEASED; urgency=medium
+tk8.6 (8.6.4+dfsg-3) unstable; urgency=medium
- * NOT RELEASED YET
+ * Replaced calling ldconfig in postinst/postrm scripts by a trigger
+ (closes: #811123).
- -- Sergei Golovan <sgolovan at debian.org> Tue, 05 May 2015 14:42:18 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 16 Jan 2016 13:23:42 +0300
tk8.6 (8.6.4+dfsg-2) unstable; urgency=medium
Modified: tk8.6/trunk/debian/rules
===================================================================
--- tk8.6/trunk/debian/rules 2016-01-16 10:21:59 UTC (rev 1786)
+++ tk8.6/trunk/debian/rules 2016-01-16 10:28:25 UTC (rev 1787)
@@ -109,10 +109,9 @@
dh_strip -plibtk$(v) --dbg-package=libtk$(v)-dbg
dh_strip -a -Nlibtk$(v)
-override_dh_makeshlibs: /usr/share/debhelper/autoscripts/postinst-makeshlibs /usr/share/debhelper/autoscripts/postrm-makeshlibs
+override_dh_makeshlibs:
dh_makeshlibs -a
- cat /usr/share/debhelper/autoscripts/postinst-makeshlibs >>debian/libtk$(v).postinst.debhelper
- cat /usr/share/debhelper/autoscripts/postrm-makeshlibs >>debian/libtk$(v).postrm.debhelper
+ 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