~ubuntu-branches/ubuntu/jaunty/yum/jaunty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2005-11-28 02:46:37 UTC
  • Revision ID: james.westby@ubuntu.com-20051128024637-68gn0jjwe4tw8tn8
Tags: 2.4.0-3
Further corrections to the dependancies (Closes: #340914)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: yum
 
2
Section: admin
 
3
Priority: extra
 
4
Maintainer: Anand Kumria <wildfire@progsoc.org>
 
5
Build-Depends: debhelper (>= 4.0.0), python2.3-dev, python-dev
 
6
Standards-Version: 3.6.2.1
 
7
 
 
8
Package: yum
 
9
Architecture: all
 
10
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-celementtree, python-libxml2, python-urlgrabber, rpm (>= 4.4.1), python2.3-rpm
 
11
Recommends: python-sqlite
 
12
Description: Advanced front-end for rpm
 
13
 Yum (Yellow dog Updater, Modified) is an automatic updater and package 
 
14
 installer/remover for rpm systems. It automatically computes dependencies 
 
15
 and figures out what things should occur to install packages. It makes it 
 
16
 easier to maintain groups of machines without having to manually update 
 
17
 each one using rpm.
 
18
 .
 
19
 Features include:
 
20
 .
 
21
     * Multiple Repositories
 
22
     * Simple config file
 
23
     * Correct dependency calculation
 
24
     * Fast operation
 
25
     * rpm-consistent behavior
 
26
     * comps.xml group support, including multiple repository groups
 
27
     * Simple interface
 
28
 .
 
29
 Homepage: http://linux.duke.edu/projects/yum/