[ubuntu/natty] jockey 0.6-0ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu Nov 25 19:15:31 GMT 2010


jockey (0.6-0ubuntu1) natty; urgency=low

  [ Alberto Milone ]
  * data/handlers/nvidia.py:
    - Re-enable nvidia-96 now that it's compatible with xserver 1.9.
      (LP: #626974).

  [ Martin Pitt ]
  * New upstream release 0.6:
    - Add support and test case for reading modaliases from package headers.
    - Put back "Additional Drivers" progress window title. Thanks Bilal
      Akhtar! (LP: #323815)
    - jockey/detection.py, get_hardware(): Disable printer detection.
      cupshelpers.getDevices() is excruciatingly slow (about 15 seconds), and
      jockey is not normally used directly to install printer drivers.
      Instead, system-config-printer picks up new printers, and calls jockey
      with the device ID, so jockey does not need to detect printers by
      itself.
    - jockey-kde: Use runtime .ui loading instead of pykdeuic4; the latter
      just keeps breaking.
    - gtk/jockey-gtk.ui: Drop obsolete has_separator property; Explicitly set
      topmost GtkVBox fill property to True, as the default changed in GTK 3.0
      (GNOME #634592)
    - Various test suite fixes.
  * debian/control: Drop now obsolete python-{qt4,kde}* build dependencies.
  * debian/jockey-kde.install: Install the KDE *.ui files.
  * jockey/oslib.py, has_repositories(): Greatly speed up (5 seconds →
    negligible) by calling "apt-cache policy" instead of creating an
    apt.Cache() object.
  * Drop data/handlers/b43.py, our linux-firmware package ships the b43
    firmware now. Also, the wl driver is generally a lot better.
  * Add support for putting modalias definitions in driver package's
    debian/control, so that we can replace the /usr/share/jockey/modaliases/*
    lists with lookups in the package database (see blueprint
    hardware-desktop-n-package-field-modaliases). With this we can drop the
    foo-modaliases packages, and shipping third-party driver packages will
    just work in Jockey without any further integration.
    - Add debian/debhelper/dh_jockey: Debhelper program to produce a
      ${modaliases} substvar from scanning .ko files or
      debian/packagename.modaliases.
    - Add debian/debhelper/test_dh_jockey: Automatic test script for
      dh_jockey.
    - Add debian/debhelper/modaliases.pm: dh_auto sequencer for dh_modaliases.
    - debian/control: Add dh-modaliases package.
    - debian/dh-modaliases.install: Install dh_modaliases and modaliases.pm.
    - debian/rules: Create manpage from dh_modaliases POD.
    - jockey/oslib.py: Add apt implementation for package_header_modaliases().
    - tests/oslib.py: Add test case for our package_header_modaliases()
      implementation. This only really tests anything if there is at least one
      package with a "Modaliases:" field in the local apt repository.
  * jockey/oslib.py: Change deprecated apt.apt_pkg.Config.Set() to .set().
  * debian/rules: Drop simple-patchsys.mk, we don't need it (patches are
    inline, maintained in bzr).

Date: Thu, 25 Nov 2010 19:49:00 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/natty/+source/jockey/0.6-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 25 Nov 2010 19:49:00 +0100
Source: jockey
Binary: jockey-common jockey-gtk jockey-kde dh-modaliases
Architecture: source
Version: 0.6-0ubuntu1
Distribution: natty
Urgency: low
Maintainer: Martin Pitt <martin.pitt at ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 dh-modaliases - debhelper extension for scanning kernel module aliases
 jockey-common - user interface and desktop integration for driver management
 jockey-gtk - GNOME user interface and desktop integration for driver managemen
 jockey-kde - KDE user interface and desktop integration for driver management
Launchpad-Bugs-Fixed: 323815 626974
Changes: 
 jockey (0.6-0ubuntu1) natty; urgency=low
 .
   [ Alberto Milone ]
   * data/handlers/nvidia.py:
     - Re-enable nvidia-96 now that it's compatible with xserver 1.9.
       (LP: #626974).
 .
   [ Martin Pitt ]
   * New upstream release 0.6:
     - Add support and test case for reading modaliases from package headers.
     - Put back "Additional Drivers" progress window title. Thanks Bilal
       Akhtar! (LP: #323815)
     - jockey/detection.py, get_hardware(): Disable printer detection.
       cupshelpers.getDevices() is excruciatingly slow (about 15 seconds), and
       jockey is not normally used directly to install printer drivers.
       Instead, system-config-printer picks up new printers, and calls jockey
       with the device ID, so jockey does not need to detect printers by
       itself.
     - jockey-kde: Use runtime .ui loading instead of pykdeuic4; the latter
       just keeps breaking.
     - gtk/jockey-gtk.ui: Drop obsolete has_separator property; Explicitly set
       topmost GtkVBox fill property to True, as the default changed in GTK 3.0
       (GNOME #634592)
     - Various test suite fixes.
   * debian/control: Drop now obsolete python-{qt4,kde}* build dependencies.
   * debian/jockey-kde.install: Install the KDE *.ui files.
   * jockey/oslib.py, has_repositories(): Greatly speed up (5 seconds →
     negligible) by calling "apt-cache policy" instead of creating an
     apt.Cache() object.
   * Drop data/handlers/b43.py, our linux-firmware package ships the b43
     firmware now. Also, the wl driver is generally a lot better.
   * Add support for putting modalias definitions in driver package's
     debian/control, so that we can replace the /usr/share/jockey/modaliases/*
     lists with lookups in the package database (see blueprint
     hardware-desktop-n-package-field-modaliases). With this we can drop the
     foo-modaliases packages, and shipping third-party driver packages will
     just work in Jockey without any further integration.
     - Add debian/debhelper/dh_jockey: Debhelper program to produce a
       ${modaliases} substvar from scanning .ko files or
       debian/packagename.modaliases.
     - Add debian/debhelper/test_dh_jockey: Automatic test script for
       dh_jockey.
     - Add debian/debhelper/modaliases.pm: dh_auto sequencer for dh_modaliases.
     - debian/control: Add dh-modaliases package.
     - debian/dh-modaliases.install: Install dh_modaliases and modaliases.pm.
     - debian/rules: Create manpage from dh_modaliases POD.
     - jockey/oslib.py: Add apt implementation for package_header_modaliases().
     - tests/oslib.py: Add test case for our package_header_modaliases()
       implementation. This only really tests anything if there is at least one
       package with a "Modaliases:" field in the local apt repository.
   * jockey/oslib.py: Change deprecated apt.apt_pkg.Config.Set() to .set().
   * debian/rules: Drop simple-patchsys.mk, we don't need it (patches are
     inline, maintained in bzr).
Checksums-Sha1: 
 5bcc086f0ea1bb9c02bed30f3fcb216bed01f96e 1828 jockey_0.6-0ubuntu1.dsc
 0b57f7e020911a9504be5db44424d35aab27ab77 274449 jockey_0.6.orig.tar.gz
 f7c0098bf5d04ef9de2edd47c8406bd4a654e5a0 35939 jockey_0.6-0ubuntu1.diff.gz
Checksums-Sha256: 
 ba4f1231638b856eddb65a494a48174ae284f0db28fb8c2695d9459dfc8833f9 1828 jockey_0.6-0ubuntu1.dsc
 523d1d22e7830fa0bb3e826134f9f6646086ee51fb99e9a9454fac6ffeacf0f4 274449 jockey_0.6.orig.tar.gz
 ef016d173928641436b50ec23a0793eb0f93a3c64205660a79a85b3b6b3ca68f 35939 jockey_0.6-0ubuntu1.diff.gz
Files: 
 ff4eade2ce1f92dd47849d6c2a9ed709 1828 admin optional jockey_0.6-0ubuntu1.dsc
 22ec44646dc451cf76da6329ca34f461 274449 admin optional jockey_0.6.orig.tar.gz
 48e13b088d309fcc49c6ef5f5fc9230d 35939 admin optional jockey_0.6-0ubuntu1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJM7q/MAAoJEPmIJawmtHufl/AQAL8RMYhYkDJlQKhPF1NuKX7S
DOlkA4leXCY/2pEV4UMoqrMDFyaWQOHPt/5BtwecPi8hX2w3omNaMEPGSJeaylEL
eMM3Io2kmFSPEX/aCwB3i32p7cNSApGhNS8z83mE1jlvtApeiOmGcef8YElob3RV
hSAstfs1Z20sVo51eVwL6vwYiTAMAB5pUMrEmSiKWj0bdccpN6YPRDmnJhm5t5j1
h5H1yV0aqELJNkf/qBTalPnUhVtbX1vGoEeQJwe6ZBYQFInx4C+RsSxIlKzqalxI
x0E6pAT9veiCJl8oTtMabkEsnrp6Q/8zSf0Hw1mLxgSB64wYtmCRPDDeAXcO+eqN
KsPjzzQL3JxInGJeJbKlgf72mgqAoqxeGj7z+yF+8zz2Y937dhShQXc0nL5wHwUZ
IPqIXkGPIlWgCKtGUN1IZOGAh5aU+tdgl7osknb+j6JuFZM03M45lSwcmnIjEXyJ
9/j8iS8GNLH88RGcpAmK7cf6QuuohY4484B1i5Nh15zglSh6cQ9EdK+j8hUw9hG5
CmuHOjt+Nblx6h5kcA64b4ahwLaRe6rbuK9PEjsfS1E4cylvUp8r6tbar3rp/nJH
TipMSt9wTYyeNg8EksHIBFGKFHmm9VqMTqhkcnTKFvU8UfGHj80/kxr4mD4wCg1J
YmmXU28ABOYQxvnCNNDi
=naQk
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list