Ignore:
Timestamp:
09/11/09 02:52:33 (4 years ago)
Author:
alanbach-guest
Message:
  • Merged updates from Debian 0.200.0~rc2-2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkg/kev/main/update-manager/trunk/debian/control.in

    r4136 r5790  
    33Priority: optional 
    44Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 
    5 Uploaders: @GNOME_TEAM@ 
    6 Build-Depends: gnome-pkg-tools (>= 0.12.3), 
    7                cdbs (>= 0.4.42), 
    8                debhelper (>= 5.0.37.2), 
    9                python2.5-dev (>= 2.4), 
    10                python2.5, 
    11                python-distutils-extra (>= 1.90), 
    12                python-support (>= 0.3), 
    13                python-apt (>= 0.7.2) 
    14 Build-Depends-Indep: libxml-parser-perl, 
    15                      scrollkeeper, 
    16                      intltool, 
    17                      sharutils 
    18 Standards-Version: 3.8.0.1 
    19 XS-Python-Version: >= 2.5 
     5Uploaders: Stephan Peijnik <debian@sp.or.at>, 
     6           Michael Vogt <mvo@debian.org>, 
     7           @GNOME_TEAM@ 
     8Build-Depends: cdbs, 
     9               gnome-pkg-tools, 
     10               debhelper (>= 5.0.51), 
     11               python-support (>= 0.5.6), 
     12               python 
     13Build-Depends-Indep: intltool, 
     14                     python-distutils-extra (>= 1.90), 
     15                     python-sphinx (>= 0.6.1), 
     16                     python-gobject (>= 2.16.1), 
     17                     python-gtk2, 
     18                     python-apt (>= 0.7.11.1), 
     19                     python-dbus, 
     20                     python-gconf, 
     21                     python-newt, 
     22                     lsb-release, 
     23                     python-vte 
     24Standards-Version: 3.8.3 
     25Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/update-manager 
     26Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/update-manager 
    2027 
    21 Package: update-manager 
     28Package: update-manager-core 
    2229Architecture: all 
    23 XB-Python-Version: ${python:Versions} 
     30Section: admin 
    2431Depends: ${python:Depends}, 
    2532         ${misc:Depends}, 
    26          libgnome2-perl, 
    27          python-gnome2 (>= 2.12.4-1), 
    28          python-glade2 (>= 2.8.2-4), 
    29          python-vte, 
    30          python-dbus, 
    31          synaptic, 
    32          update-manager-core, 
    33          software-properties-gtk 
    34 Suggests: update-notifier 
    35 Description: GNOME application that manages software updates 
    36  This is the GNOME software update manager. It checks for updates made 
    37  available by Debian and third parties running Debian package 
    38  repositories, and lets the user choose which to install. 
    39  
    40 Package: update-manager-core 
    41 Architecture: any 
    42 XB-Python-Version: ${python:Versions} 
    43 Depends: ${python:Depends}, 
    44          ${misc:Depends}, 
    45          python-apt (>= 0.7.1), 
    46          python-gnupginterface (>= 0.3.2-8), 
    47          lsb-release 
    48 Conflicts: update-manager (<< 1:0.91.5.debian) 
    49 Replaces: update-manager (<< 1:0.91.5.debian) 
     33         lsb-release, 
     34         python-apt (>= 0.7.11.1), 
     35         gksu, 
     36         sudo 
     37Recommends: update-manager-gnome (= ${source:Version}) 
     38Replaces: update-manager (<< 1:0.93.7) 
     39Conflicts: update-manager (<< 1:0.93.7) 
    5040Description: APT update manager core functionality 
    5141 This package holds the core functionality for the APT update managers 
     
    5545 them using APT. 
    5646 
    57 Package: update-manager-hildon 
     47 
     48Package: update-manager-doc 
    5849Architecture: all 
    59 XB-Python-Version: ${python:Versions} 
     50Section: doc 
     51Depends: ${misc:Depends} 
     52Suggests: libjs-jquery, 
     53          update-manager-core (= ${source:Version}), 
     54          update-manager-gnome (= ${source:Version}) 
     55Description: Update Manager API documentation 
     56 This package contains the API documentation for Update Manager. Please note 
     57 that this is only useful if you intend to work on Update Manager and does 
     58 not include any documentation targeted at end-users. 
     59 
     60Package: update-manager-gnome 
     61Architecture: all 
    6062Depends: ${python:Depends}, 
    6163         ${misc:Depends}, 
    62          update-manager-core, 
    63          python-glade2, 
     64         update-manager-core (= ${source:Version}), 
     65         python-gconf, 
     66         python-dbus, 
     67         python-gtk2, 
    6468         gksu, 
    65          python-dbus, 
    66          python-gconf, 
    67          python-hildon, 
     69         python-gobject (>= 2.16.1), 
    6870         python-vte 
    69 Conflicts: update-manager 
    70 Description: Hildon application that manages apt updates 
    71  This is the Hildon apt update manager.  It checks for updates and lets the user 
    72  choose which to install. 
     71Replaces: update-manager (<< 0.200.0~pre0) 
     72Conflicts: update-manager (<< 0.200.0~pre0) 
     73Suggests: update-notifier, software-properties-gtk 
     74Description: GNOME application that manages software updates 
     75 This is the GNOME software update manager. It checks for updates made 
     76 available by Debian and third parties running Debian package 
     77 repositories, and lets the user choose which to install. 
Note: See TracChangeset for help on using the changeset viewer.