diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-24 02:40:48 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-24 02:40:48 +0100 |
| commit | df122edca2edce0b25e5e7c52a094ffa2ca81fcb (patch) | |
| tree | 848eee21b5c50f4d77a1fcbf6ba82b5ac8ca399b /debian | |
| parent | 94d6f41fc71b1b416bc4a7812195d08fc5ad7c76 (diff) | |
| parent | 2722df4ce2e4cd081e47d36a7c965829bad94f6b (diff) | |
| download | python-apt-df122edca2edce0b25e5e7c52a094ffa2ca81fcb.tar.gz | |
* mergerd wirh michael
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1756819d..c5dd78ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +update-manager (0.42.2ubuntu6) dapper; urgency=low + + * SoftwareProperties/*: fix some UI problems (thanks to Sebastian Heinlein) + * debian/control: arch: all now + + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 23 Feb 2006 16:16:30 +0100 + update-manager (0.42.2ubuntu5) dapper; urgency=low * po/pt_BR.po: updated translation (thanks to diff --git a/debian/control b/debian/control index 314ec741..54dc884f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 4.0.0), libxml-parser-perl, scrollkeeper, intltool, Standards-Version: 3.6.1.1 Package: update-manager -Architecture: any +Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python, python-gnome2, python-glade2, python-apt (>= 0.6.15), synaptic (>= 0.57.8), lsb-release Description: GNOME application that manages apt updates This is the GNOME apt update manager. It checks for updates and lets the user |
