Added support for integration with native package managers. Subclass the new
commit27b0f1c8d8beeac1c840415907181d95b22f157a
authorThomas Leonard <talex5@gmail.com>
Sun, 20 May 2007 11:50:17 +0000 (20 11:50 +0000)
committerThomas <Leonard>
Sun, 15 Jan 2006 10:34:05 +0000 (15 10:34 +0000)
treed299f58027bbeedb78e32cc7d0856275b4223e82
parent43bc173894a916e819b3399b999f99d798a325c7
Added support for integration with native package managers. Subclass the new

Distribution class for your preferred package manager. You class takes a package
name and adds DistributionImplementation objects for versions provided by the
package manager. Currently, only DebianDistribution is provided (works on any
distribution using dpkg, e.g. Ubuntu).

git-svn-id: file:///home/talex/Backups/sf.net/Subversion/zero-install/trunk/0launch@1767 9f8c893c-44ee-0310-b757-c8ca8341c71e
tests/basetest.py
tests/dpkg/status [new file with mode: 0644]
tests/testdistro.py [new file with mode: 0755]
tests/testreader.py
zeroinstall/injector/distro.py [new file with mode: 0644]
zeroinstall/injector/model.py
zeroinstall/injector/policy.py
zeroinstall/injector/reader.py
zeroinstall/injector/run.py