[Pkg-tcltk-commits] r1003 - tcllib/trunk/debian

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Sat Dec 12 14:48:14 UTC 2009


Author: sgolovan-guest
Date: 2009-12-12 14:48:14 +0000 (Sat, 12 Dec 2009)
New Revision: 1003

Modified:
   tcllib/trunk/debian/changelog
   tcllib/trunk/debian/rules
Log:
[tcllib]
  * Renamed msgcat.3tcl manpage to doctools_msgcat.3tcl to avoid conflict
    with tcl8.X-doc packages (closes: #560819).


Modified: tcllib/trunk/debian/changelog
===================================================================
--- tcllib/trunk/debian/changelog	2009-12-11 09:28:32 UTC (rev 1002)
+++ tcllib/trunk/debian/changelog	2009-12-12 14:48:14 UTC (rev 1003)
@@ -1,8 +1,9 @@
-tcllib (1.12-dfsg-2) UNRELEASED; urgency=low
+tcllib (1.12-dfsg-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Renamed msgcat.3tcl manpage to doctools_msgcat.3tcl to avoid conflict
+    with tcl8.X-doc packages (closes: #560819).
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri, 11 Dec 2009 12:28:26 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Sat, 12 Dec 2009 17:41:19 +0300
 
 tcllib (1.12-dfsg-1) unstable; urgency=low
 

Modified: tcllib/trunk/debian/rules
===================================================================
--- tcllib/trunk/debian/rules	2009-12-11 09:28:32 UTC (rev 1002)
+++ tcllib/trunk/debian/rules	2009-12-12 14:48:14 UTC (rev 1003)
@@ -108,6 +108,9 @@
 		$$f > `basename $$f .n`.3tcl; \
 	    rm $$f; \
 	  done
+	# prevent conflict with tcl8.X-doc package
+	mv $(destdir)$(mandir)/man3/msgcat.3tcl \
+	   $(destdir)$(mandir)/man3/doctools_msgcat.3tcl
 	# prevent conflict with memchan package
 	# TODO: find a better solution
 	mv $(destdir)$(mandir)/man3/random.3tcl \




More information about the Pkg-tcltk-commits mailing list