From: Nick Bowler Date: Mon, 7 Dec 2009 08:01:06 +0000 (-0500) Subject: package: Get rid of separate mechanisms for opening packages. X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/0a55ae84545c5e5a45e2240c06bd77a1917f7d3e?hp=0a55ae84545c5e5a45e2240c06bd77a1917f7d3e package: Get rid of separate mechanisms for opening packages. Remove u_pkg_new_by_name and u_pkg_new_by_file, replacing them with one function, u_pkg_open, that takes just a package name. Named files can now be part of the package search just like any other package. This should allow cool things like listing dependency packages on the upkg command line. ---