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

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Wed Dec 14 07:56:20 UTC 2011


Author: sgolovan
Date: 2011-12-14 07:56:20 +0000 (Wed, 14 Dec 2011)
New Revision: 1212

Modified:
   tcllib/trunk/debian/changelog
   tcllib/trunk/debian/control
   tcllib/trunk/debian/rules
Log:
[tcllib]
  * Added build-arch and build-indep rules to debian/rules.
  * Fixed manpage section in a few manpages.


Modified: tcllib/trunk/debian/changelog
===================================================================
--- tcllib/trunk/debian/changelog	2011-12-14 07:33:03 UTC (rev 1211)
+++ tcllib/trunk/debian/changelog	2011-12-14 07:56:20 UTC (rev 1212)
@@ -2,8 +2,10 @@
 
   * New upstream release with several new modules.
   * Bumped standards version to 3.9.2.
+  * Added build-arch and build-indep rules to debian/rules.
+  * Fixed manpage section in a few manpages.
 
- -- Sergei Golovan <sgolovan at debian.org>  Wed, 14 Dec 2011 11:17:59 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 14 Dec 2011 11:55:51 +0400
 
 tcllib (1.13-dfsg-1) unstable; urgency=low
 

Modified: tcllib/trunk/debian/control
===================================================================
--- tcllib/trunk/debian/control	2011-12-14 07:33:03 UTC (rev 1211)
+++ tcllib/trunk/debian/control	2011-12-14 07:56:20 UTC (rev 1212)
@@ -13,7 +13,7 @@
 Priority: optional
 Architecture: all
 Depends: ${tclsh:Depends}, ${misc:Depends}
-Description: the Standard Tcl Library
+Description: Standard Tcl Library
  Tcllib, the standard Tcl library, is a collection of common utility
  functions and modules all written in high-level Tcl.
  .

Modified: tcllib/trunk/debian/rules
===================================================================
--- tcllib/trunk/debian/rules	2011-12-14 07:33:03 UTC (rev 1211)
+++ tcllib/trunk/debian/rules	2011-12-14 07:56:20 UTC (rev 1212)
@@ -23,7 +23,9 @@
 	touch patch-stamp
 
 # build mostly covers docs and such
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp: patch-stamp
 	dh_testdir
 	./configure --prefix=/usr --mandir=$(mandir)
@@ -89,7 +91,7 @@
 	  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 \(.\+\) n /.TH \1 3tcl /' \
+	    	-e's/^\.TH \(.\+\) [in] /.TH \1 3tcl /' \
 	    	-e's/send(n)/send(3tk)/g' \
 	    	-e's/(n)/(3tcl)/g' \
 	    	-e's/^\.RE\([^ ]\)/.RE\n\1/' \
@@ -162,5 +164,5 @@
 	tar -zcf $$CURDIR/tcllib_$(VER)-dfsg.orig.tar.gz tcllib-$(VER) && \
 	rm -rf $$TMPDIR
 
-.PHONY: patch unpatch clean-patched build clean binary-indep binary-arch binary install get-orig-source
+.PHONY: patch unpatch clean-patched build build-indep build-arch clean binary-indep binary-arch binary install get-orig-source
 




More information about the Pkg-tcltk-commits mailing list