Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30797
Modified Files:
debconf.info
Log Message:
Remove buildconflicts which was a temp fix, force usage or
/usr/bin/xargs,awk,basename
Index: debconf.info
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/debconf.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- debconf.info 5 Apr 2013 21:09:25 -0000 1.11
+++ debconf.info 5 Apr 2013 21:32:53 -0000 1.12
@@ -16,9 +16,6 @@
dialog,
gettext-tools
<<
-BuildConflicts: <<
- coreutils-default
-<<
Conflicts: <<
cdebconf (<< 0.96),
debconf-tiny,
@@ -47,12 +44,16 @@
PatchScript: <<
sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
+# set basename/xargs to /usr/bin
+perl -pi -e 's,basename,/usr/bin/basename,g' Makefile doc/Makefile po/Makefile
+perl -pi -e 's,xargs,/usr/bin/xargs,g' Makefile doc/Makefile po/Makefile
+
# BSD xargs doesn't know -i
-perl -pi -e 's,xargs -i,/usr/bin/xargs -I {},g' Makefile doc/Makefile
po/Makefile
+perl -pi -e 's,xargs -i,xargs -I {},g' Makefile doc/Makefile po/Makefile
# BSD find doesn't know -printf
perl -pi -e "s,-printf '(.+)' \|,-print0 \|,g" doc/Makefile
-perl -pi -e 's,xargs -I,xargs -0 basename | /usr/bin/xargs -I,g' doc/Makefile
+perl -pi -e 's,xargs -I,xargs -0 /usr/bin/basename | /usr/bin/xargs -I,g'
doc/Makefile
# perl is in lib not share
perl -pi -e 's,share/perl5,lib/perl5,g' Makefile
@@ -310,8 +311,8 @@
PreRmScript: <<
# copied from %p/share/debhelper/autoscripts/prerm-python for now
dpkg -L %n |
- awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
- xargs rm -f >&2
+ /usr/bin/awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
+ /usr/bin/xargs rm -f >&2
<<
Description: Package configuration management system
DescDetail: <<
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs