[Glibc-bsd-commits] r1558 - in trunk: bsd-airtools/debian kfreebsd-loader/debian

Robert Millan rmh at costa.debian.org
Thu May 4 15:49:23 UTC 2006


Author: rmh
Date: 2006-05-04 15:49:22 +0000 (Thu, 04 May 2006)
New Revision: 1558

Modified:
   trunk/bsd-airtools/debian/rules
   trunk/kfreebsd-loader/debian/rules
Log:
Remove broken sys/iconv.h regexp in a pair of packages.

Modified: trunk/bsd-airtools/debian/rules
===================================================================
--- trunk/bsd-airtools/debian/rules	2006-05-04 15:47:28 UTC (rev 1557)
+++ trunk/bsd-airtools/debian/rules	2006-05-04 15:49:22 UTC (rev 1558)
@@ -27,7 +27,6 @@
 		-e "/^__FBSDID/d" \
 		-e "/[ \t]*__\(dead2\|unused\|result\)[ \t]*/d" \
 		-e "s,<sys/queue\.h>,<bsd/queue.h>,g" \
-		-e "s,<sys/iconv\.h>,<iconv.h>,g" \
 		-e "s/^LDADD=/LDADD+=/g" \
 		-e "s/getline/bsd_&/g" \
 	; done)

Modified: trunk/kfreebsd-loader/debian/rules
===================================================================
--- trunk/kfreebsd-loader/debian/rules	2006-05-04 15:47:28 UTC (rev 1557)
+++ trunk/kfreebsd-loader/debian/rules	2006-05-04 15:49:22 UTC (rev 1558)
@@ -31,7 +31,6 @@
 		-e "/^__FBSDID/d" \
 		-e "s/[ \t]*__\(dead2\|used\|unused\|result\|section\)[ \t]*//g" \
 		-e "s,<sys/queue\.h>,<bsd/queue.h>,g" \
-		-e "s,<sys/iconv\.h>,<iconv.h>,g" \
 		-e "s/^LDADD=/LDADD+=/g" \
 		-e "s/getline/bsd_&/g" \
 	; done)




More information about the Glibc-bsd-commits mailing list