[Pkg-tcltk-commits] r1772 - tcl8.4/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sat Jan 16 09:44:11 UTC 2016


Author: sgolovan
Date: 2016-01-16 09:44:11 +0000 (Sat, 16 Jan 2016)
New Revision: 1772

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


Modified: tcl8.4/trunk/debian/changelog
===================================================================
--- tcl8.4/trunk/debian/changelog	2015-11-25 12:58:35 UTC (rev 1771)
+++ tcl8.4/trunk/debian/changelog	2016-01-16 09:44:11 UTC (rev 1772)
@@ -1,8 +1,9 @@
-tcl8.4 (8.4.20-8) UNRELEASED; urgency=low
+tcl8.4 (8.4.20-8) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Replaced calling ldconfig in postinst/postrm scripts by a trigger
+    (closes: #811122).
 
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 08 Mar 2014 13:27:28 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Sat, 16 Jan 2016 12:43:22 +0300
 
 tcl8.4 (8.4.20-7) unstable; urgency=low
 

Modified: tcl8.4/trunk/debian/rules
===================================================================
--- tcl8.4/trunk/debian/rules	2015-11-25 12:58:35 UTC (rev 1771)
+++ tcl8.4/trunk/debian/rules	2016-01-16 09:44:11 UTC (rev 1772)
@@ -96,10 +96,9 @@
 	     fi ; \
 	  done
 
-override_dh_makeshlibs: /usr/share/debhelper/autoscripts/postinst-makeshlibs /usr/share/debhelper/autoscripts/postrm-makeshlibs
+override_dh_makeshlibs:
 	dh_makeshlibs -a -Xtcltest
-	cat /usr/share/debhelper/autoscripts/postinst-makeshlibs >>debian/libtcl$(v).postinst.debhelper
-	cat /usr/share/debhelper/autoscripts/postrm-makeshlibs >>debian/libtcl$(v).postrm.debhelper
+	echo 'activate-noawait ldconfig' >>debian/libtcl$(v).triggers
 
 override_dh_shlibdeps:
 	dh_shlibdeps -a -ldebian/libtcl$(v)/usr/lib/$(DEB_HOST_MULTIARCH)




More information about the Pkg-tcltk-commits mailing list