diff options
| author | glatzor@ubuntu.com <> | 2006-07-19 22:38:09 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-07-19 22:38:09 +0200 |
| commit | dc51a1fbcc190ada20439979c0546a459a0edabd (patch) | |
| tree | 7890ddeae76987ad067f3dcb3e3f8937bc13be20 /debian | |
| parent | 2e29da15b6d5c0596c1d282b99ad4b5b027ec6fe (diff) | |
| download | python-apt-dc51a1fbcc190ada20439979c0546a459a0edabd.tar.gz | |
* allow to specify a server for all distro sources
* use iso-codes to display "Server for COUNTRY" instead of the URL
* depend on iso-codes
* write the deb-src next to the corresponding binary line
* minor code improvements
* don't only the enable the comps for a mirror repo if a new one is added -
this is just too much magic
* try to reuse a disabled matching source if a new is added
* bug fixes:
- don't use out commented sources for the distribution
- add a new source if there is none for an enabled comp or reuse the
already existing ones
- do not show disabled sources in the list
- wrong inconsistent state of the source code button
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a4999f1a..af942223 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.2 Package: update-manager Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python, python-glade2, python-apt (>= 0.6.16.2), synaptic (>= 0.57.8), lsb-release, python-gnupginterface, unattended-upgrades, gksu +Depends: ${python:Depends}, ${misc:Depends}, python, python-glade2, python-apt (>= 0.6.16.2), synaptic (>= 0.57.8), lsb-release, python-gnupginterface, unattended-upgrades, gksu, iso-codes Recommends: python-gnome2 Description: GNOME application that manages apt updates This is the GNOME apt update manager. It checks for updates and lets the user |
