]> git.draconx.ca Git - upkg.git/commitdiff
package: Get rid of separate mechanisms for opening packages.
authorNick Bowler <nbowler@draconx.ca>
Mon, 7 Dec 2009 08:01:06 +0000 (03:01 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 7 Dec 2009 08:01:06 +0000 (03:01 -0500)
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.


No differences found