r1938 - packages/libunicode-map-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Sun Jan 15 20:54:19 UTC 2006


Author: ntyni-guest
Date: 2006-01-15 20:54:19 +0000 (Sun, 15 Jan 2006)
New Revision: 1938

Modified:
   packages/libunicode-map-perl/trunk/debian/rules
Log:
Explicitly call 'sh debian/fix-big5', since we can't make it executable in the .diff.gz


Modified: packages/libunicode-map-perl/trunk/debian/rules
===================================================================
--- packages/libunicode-map-perl/trunk/debian/rules	2006-01-15 20:49:32 UTC (rev 1937)
+++ packages/libunicode-map-perl/trunk/debian/rules	2006-01-15 20:54:19 UTC (rev 1938)
@@ -42,7 +42,7 @@
 fix-big5:	fix-big5-stamp
 fix-big5-stamp:
 		dh_testdir
-		debian/fix-big5 > debian/BIG5.map.new
+		sh debian/fix-big5 > debian/BIG5.map.new
 		mv Map/EASTASIA/BIG5.map debian/BIG5.map.dist
 		mv debian/BIG5.map.new Map/EASTASIA/BIG5.map
 		touch fix-big5-stamp




More information about the Pkg-perl-cvs-commits mailing list