[Pkg-tcltk-commits] r1775 - tk8.4/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sat Jan 16 09:51:04 UTC 2016


Author: sgolovan
Date: 2016-01-16 09:51:04 +0000 (Sat, 16 Jan 2016)
New Revision: 1775

Modified:
   tk8.4/trunk/debian/changelog
   tk8.4/trunk/debian/rules
Log:
[tk8.4]
  * Replaced calling ldconfig in postinst/postrm scripts by a trigger
    (closes: #811117).


Modified: tk8.4/trunk/debian/changelog
===================================================================
--- tk8.4/trunk/debian/changelog	2016-01-16 09:48:25 UTC (rev 1774)
+++ tk8.4/trunk/debian/changelog	2016-01-16 09:51:04 UTC (rev 1775)
@@ -1,8 +1,9 @@
-tk8.4 (8.4.20-8) UNRELEASED; urgency=low
+tk8.4 (8.4.20-8) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Replaced calling ldconfig in postinst/postrm scripts by a trigger
+    (closes: #811117).
 
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 08 Mar 2014 13:28:02 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Sat, 16 Jan 2016 12:49:59 +0300
 
 tk8.4 (8.4.20-7) unstable; urgency=low
 

Modified: tk8.4/trunk/debian/rules
===================================================================
--- tk8.4/trunk/debian/rules	2016-01-16 09:48:25 UTC (rev 1774)
+++ tk8.4/trunk/debian/rules	2016-01-16 09:51:04 UTC (rev 1775)
@@ -105,10 +105,9 @@
 override_dh_compress:
 	dh_compress -Xusr/share/doc/tk$(v)-doc/demos/
 
-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