[Pkg-tcltk-commits] r619 - in tdom/trunk/debian: . patches

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Fri May 23 07:34:43 UTC 2008


Author: ssoberni-guest
Date: 2008-05-23 07:34:42 +0000 (Fri, 23 May 2008)
New Revision: 619

Modified:
   tdom/trunk/debian/patches/shared-expat.dpatch
   tdom/trunk/debian/rules
Log:
Making debian/rules non-verbose

Modified: tdom/trunk/debian/patches/shared-expat.dpatch
===================================================================
--- tdom/trunk/debian/patches/shared-expat.dpatch	2008-05-23 01:37:52 UTC (rev 618)
+++ tdom/trunk/debian/patches/shared-expat.dpatch	2008-05-23 07:34:42 UTC (rev 619)
@@ -1,6 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## shared-expat.dpatch by Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>
-##
+## shared-expat.dpatch by Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>,
+## based on prior work found at svn://bamboo.nes.ru/debian/tcl/tdom/trunk 
+## and http://autoconf-archive.cryp.to/ax_lib_expat.m4 
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: tDOM is distributed with a bundled version of expat (2.0.1). This is not acceptable in the realm of Debian packaging. Therefore, this patchs adds support for shared expat version (libexpat1) as provided by the Debian collection of packages. Once patched, one may use the "--with-expat" configure flag to point to a shared expat library. In addition, it renders tDOM indepedent from being either built against expat 1.95.* or expat 2.* as it offers appropriate preprocessor conditionals (this applies to both, the bundled and shared scenario).
 

Modified: tdom/trunk/debian/rules
===================================================================
--- tdom/trunk/debian/rules	2008-05-23 01:37:52 UTC (rev 618)
+++ tdom/trunk/debian/rules	2008-05-23 07:34:42 UTC (rev 619)
@@ -88,7 +88,6 @@
 	$(CURDIR)/debian/tdom/usr/share/man/man3
 	(cd $(CURDIR)/debian/tdom/usr/share/man/man3 && \
 		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; \




More information about the Pkg-tcltk-commits mailing list