[Pkg-tcltk-commits] r1564 - in tcllib/trunk/debian: . source

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Wed Feb 12 09:29:13 UTC 2014


Author: sgolovan
Date: 2014-02-12 09:29:13 +0000 (Wed, 12 Feb 2014)
New Revision: 1564

Added:
   tcllib/trunk/debian/source/lintian-overrides
Modified:
   tcllib/trunk/debian/changelog
   tcllib/trunk/debian/rules
Log:
[tcllib]
  * Overridden lintian warnings on ancient autotools helpers because they
    aren't used during the package build.


Modified: tcllib/trunk/debian/changelog
===================================================================
--- tcllib/trunk/debian/changelog	2014-02-12 08:56:21 UTC (rev 1563)
+++ tcllib/trunk/debian/changelog	2014-02-12 09:29:13 UTC (rev 1564)
@@ -3,9 +3,11 @@
   * New upstream release.
   * Added description of new modues to debian/control.
   * Changed the upstream package homepage.
+  * Overridden lintian warnings on ancient autotools helpers because they
+    aren't used during the package build.
   * Bumped standards version to 3.9.5.
 
- -- Sergei Golovan <sgolovan at debian.org>  Wed, 12 Feb 2014 12:55:19 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 12 Feb 2014 13:14:23 +0400
 
 tcllib (1.15-dfsg-2) unstable; urgency=low
 

Modified: tcllib/trunk/debian/rules
===================================================================
--- tcllib/trunk/debian/rules	2014-02-12 08:56:21 UTC (rev 1563)
+++ tcllib/trunk/debian/rules	2014-02-12 09:29:13 UTC (rev 1564)
@@ -77,7 +77,7 @@
 	cd $(destdir)$(mandir)/mann && \
 	  for f in *.n ; do \
 	    sed -e'/\.so man.macros/ d' \
-	    	-e's/^\.TH "math::roman"  1\.0/.TH "math::roman" 3tcl 1.0/' \
+	    	-e's/^\.TH "math::roman"  1/.TH "math::roman" 3tcl 1/' \
 	    	-e's/^\.TH "tcl::transform::zlib" [in] /.TH "tcl::transform::zlib" 3tcllib /' \
 	    	-e's/^\.TH \(.\+\) [in] /.TH \1 3tcl /' \
 	    	-e's/send(n)/send(3tk)/g' \
@@ -93,6 +93,7 @@
 	    	-e's/^\.ddt/\\\&.ddt/' \
 	    	-e's/^\. It/\\\&. It/' \
 	    	-e's/^\.text/\\\&.text/' \
+	    	-e's/^\.IP,/\\.IP/' \
 	    	-e's/^\.mycombo/\\\&.mycombo/' \
 		$$f > `basename $$f .n`.3tcl; \
 	    rm $$f; \

Added: tcllib/trunk/debian/source/lintian-overrides
===================================================================
--- tcllib/trunk/debian/source/lintian-overrides	                        (rev 0)
+++ tcllib/trunk/debian/source/lintian-overrides	2014-02-12 09:29:13 UTC (rev 1564)
@@ -0,0 +1,2 @@
+tcllib source: ancient-autotools-helper-file config/config.guess 2003-10-07
+tcllib source: ancient-autotools-helper-file config/config.sub 2003-10-07




More information about the Pkg-tcltk-commits mailing list