[Pkg-tcltk-commits] r616 - tdom/trunk/debian

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Fri May 23 01:11:12 UTC 2008


Author: ssoberni-guest
Date: 2008-05-23 01:11:11 +0000 (Fri, 23 May 2008)
New Revision: 616

Modified:
   tdom/trunk/debian/changelog
   tdom/trunk/debian/control
   tdom/trunk/debian/rules
Log:
Final manpages clean-up, final shared-expat commit

Modified: tdom/trunk/debian/changelog
===================================================================
--- tdom/trunk/debian/changelog	2008-05-22 23:58:08 UTC (rev 615)
+++ tdom/trunk/debian/changelog	2008-05-23 01:11:11 UTC (rev 616)
@@ -3,8 +3,9 @@
   * Adding support for shared expat (--with-expat configure flag, cross-
     compatibility for expat 1.95.* and 2.*), captured in
     debian/patches/shared-expat.dpatch
+  * Fixed manpages by moving mann to man3, renaming indidivual man pages
 
- -- Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>  Fri, 23 May 2008 00:56:43 +0200
+ -- Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>  Fri, 23 May 2008 03:03:49 +0200
 
 tdom (0.8.3-1) UNRELEASED; urgency=low
 

Modified: tdom/trunk/debian/control
===================================================================
--- tdom/trunk/debian/control	2008-05-22 23:58:08 UTC (rev 615)
+++ tdom/trunk/debian/control	2008-05-23 01:11:11 UTC (rev 616)
@@ -1,7 +1,7 @@
 Source: tdom
 Section: libs
 Priority: optional
-Maintainer: Avni Khatri and Carl Blesius <tdom at blesius.org>
+Maintainer: Hector Romojaro <hromojaro at gmail.com>, Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>
 Build-Depends: debhelper (>= 5), autotools-dev, tcl-dev (>= 8.4), dpatch, libexpat1-dev
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/viewsvn/pkg-tcltk/tdom/

Modified: tdom/trunk/debian/rules
===================================================================
--- tdom/trunk/debian/rules	2008-05-22 23:58:08 UTC (rev 615)
+++ tdom/trunk/debian/rules	2008-05-23 01:11:11 UTC (rev 616)
@@ -46,7 +46,7 @@
 		--libdir=\$${prefix}/lib/tcltk \
 		--enable-threads \
 		--includedir=$(DEV)/usr/include/tdom \
-		--with-expat)
+		--with-expat=/usr)
 
 build: build-stamp
 
@@ -87,9 +87,11 @@
 	mv $(CURDIR)/debian/tdom/usr/share/man/mann \
 	$(CURDIR)/debian/tdom/usr/share/man/man3
 	(cd $(CURDIR)/debian/tdom/usr/share/man/man3 && \
-		for f in *.n.gz ; do \
-		     	f2=$$(echo $$f | sed -e 's/\.n/.3/'); \
-		 	mv $$f $$f2; \
+		for f in ./*; do \
+			echo $$f; \
+		     	f2=$$(echo $$f | sed -e 's/\.n/\.3/'); \
+		 	cat $$f | sed -e 's/^\.TH \([^ ]\+\|"[^"]\+"\) n/.TH \1 3/' > $$f2; \
+			rm $$f; \
 		done)
 	# tdom-dev
 	# install -d -m 755 -o root -g root $(DEV)/usr/include/tdom
@@ -151,4 +153,4 @@
 	dh_builddeb
 
 binary: binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build clean binary-arch binary install 




More information about the Pkg-tcltk-commits mailing list