[Pkg-tcltk-commits] r1781 - tk8.5/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sat Jan 16 10:11:32 UTC 2016
Author: sgolovan
Date: 2016-01-16 10:11:32 +0000 (Sat, 16 Jan 2016)
New Revision: 1781
Modified:
tk8.5/trunk/debian/changelog
tk8.5/trunk/debian/rules
Log:
[tk8.5]
* Replaced calling ldconfig in postinst/postrm scripts by a trigger
(closes: #811119).
Modified: tk8.5/trunk/debian/changelog
===================================================================
--- tk8.5/trunk/debian/changelog 2016-01-16 10:08:02 UTC (rev 1780)
+++ tk8.5/trunk/debian/changelog 2016-01-16 10:11:32 UTC (rev 1781)
@@ -1,8 +1,9 @@
-tk8.5 (8.5.18-3) UNRELEASED; urgency=medium
+tk8.5 (8.5.18-3) unstable; urgency=medium
- * NOT RELEASED YET
+ * Replaced calling ldconfig in postinst/postrm scripts by a trigger
+ (closes: #811119).
- -- Sergei Golovan <sgolovan at debian.org> Tue, 05 May 2015 14:26:52 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 16 Jan 2016 13:08:59 +0300
tk8.5 (8.5.18-2) unstable; urgency=medium
Modified: tk8.5/trunk/debian/rules
===================================================================
--- tk8.5/trunk/debian/rules 2016-01-16 10:08:02 UTC (rev 1780)
+++ tk8.5/trunk/debian/rules 2016-01-16 10:11:32 UTC (rev 1781)
@@ -113,10 +113,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