Added source option for library mappings.
commit846344e077f98099286c9bfdbba6d18f1e51115d
authorThomas Leonard <talex5@gmail.com>
Fri, 22 Feb 2008 14:25:51 +0000 (22 14:25 +0000)
committerThomas Leonard <talex5@gmail.com>
Fri, 22 Feb 2008 17:59:29 +0000 (22 17:59 +0000)
tree4a9a014ef68a463608f725ad692e6eeac39191c7
parent1ee5dcdf397c6e95574e7077435974b208418528
Added source option for library mappings.

In Zero Install:
- A library package contains the foo.so and foo.so.version files.
- A -dev package contains the header files.

In a distribution package:
- A library package contains the foo.so.version file only.
- A -dev package contains headers and the foo.so file.

So, if you try to use a Zero Install -dev package with a distribution library
package, no one provides the libfoo.so file. To make up for this, you can now
specify it in the feed.
0publish-gui.glade
implementation.py