lp:ubuntu/intrepid/apturl

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/intrepid/apturl
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

15. By Siegfried Gevatter

[ Siegfried-Angel Gevatter Pujals ]
* apturl:
   - Show a different error message if the requested package is virtual; this
     is the first step to fix Launchpad bug #230760.
   - Show an error dialog if the /etc/apt/sources.list is invalid instead of
     just crashing (LP: #206640).
   - Catch KeyboardInterrupt's so that they don't show a traceback.
   - Add a new exit code (RESULT_BADARGS, 4) for when the problem is with
     the arguments with which apturl was called.
   - Only ask once when enabling new components, and only list those
     which aren't already enabled.
   - Fix a crash which happened after enabling the requested component(s).
   - Don't show an error message if the user didn't want to enable a
     component; just silently skip the package.
   - Improve the description:
      + Don't show the summary twice.
      + Remove single line breaks, like packages.ubuntu.com does.
      + Parse the Homepage field out of the description.
   - Do not ask if you want to keep a software channel if it wasn't added.
   - Use a constant to determine wheter new software channels can be added
     or not (disabled by default, but that's better than having the code
     commented out).
* AptUrl/Helpers.py:
   - Add it.
* data/apturl.glade:
   - Add a missing "can_default" property to fix an assertion error.
   - Change the labels of the buttons on the installation confirmation dialog
     so that they conform to the HIG. Thanks to Bruce Cowan (LP: #140472).
   - Make the description field bigger and more visually appealing.
* AptUrl/Parser.py:
   - Raise an Exception if one of the given package names contains characters
     which are not allowed by the Debian Policy.
   - Raise an Exception if one of the ?... values contains a space.
* apturl.8:
   - Document all possible exit codes.
   - Add a new example, and improve the comment of an existing one.
   - Change the URL in "Bugs" from /apturl to /ubuntu/+source/apturl, as
     that's where most bugs are.
* debian/control:
   - Add Vcs-Browser field.
   - Write all dependendency and build dependencies each on a line.
   - Add python-gobject to the build dependencies (needed for the timer).
* debian/rules:
   - Fix the clean rule so that it removes build/ and AptUrl/Version.py.
   - Move the stuff from binary-arch to binary-indep, and remove the
     binary-indep target to please lintian.
* debian/copyright:
   - Update copyright years and author names.

[ Артём Попов ]
* data/apturl.protocol, setup.py:
   - Register apturl in KDE as a protocol (LP: #227622).

14. By Michael Vogt

* apturl:
  - add new ?refresh=1 option that allows forcing a apt-get update
    before the package gets installed (thanks to Vadim Peretokin,
    LP: #258173)

13. By Siegfried Gevatter

* apturl:
   - Hide python-apt's "API not stable yet" warning.
   - If a package is already installed, show an informational box, not
     an error message (LP: #237012).
   - Give error dialogs the same icon as question dialogs have.
* apturl.8, debian/rules:
   - Add a manpage (LP: #159422).
* debian/control:
   - Bump the minimum debhelper version to 5.0.51~, as required for dh_icons.
   - Improve the description.
* debian/copyright:
   - Include the full GPL header.

12. By Jacob Peddicord

make dialog less greedy to not cover up Synaptic (LP: #252028)

11. By Jacob Peddicord

set always on top to prevent window from being hidden (LP: #234992)

10. By Michael Vogt

* apturl:
  - only add/ask about component enabling if the
    component is actually not yet available (#163049)
  - return correct error code when enabling
    a component failed/got cancelt
  - fix missing destroy in question() helper
  - ensure that component is fully availabe (LP: #208722)

9. By Michael Vogt

[ Michael Vogt ]
* apturl:
  - fix broken enable of components
* debian/control:
  - add missing python-apt dependency

[ Fabien Tassin ]
* setup.py:
  - add support for firefox-3.0 (LP: #207281)

8. By Michael Vogt

* apturl:
  - run gtk.init_check() (LP: #197062)
  - make the description better (split into summary/long descr)
  - fix filename creation (LP: #138315)
  - typo (LP: #200504)
  - return proper exit codes on success/cancel/failure (LP: #132276)
  - only run if the apt cache is not broken
* data/apturl.glade:
  - default button is 'no'
  - make it resizable
* po/POTFILES.in:
  - add missing files (LP: #173846)
* date/apturl.schemas.in, setup.py:
  - register apturl in gnome as a protocol

7. By Matthias Klose

* Rebuild with recent python-central.
* Set Ubuntu maintainer address.

6. By Michael Vogt

* support --http-proxy for better integration with the
  proxy settings of firefox (LP: #162609)
* merged patch from Andy Owen to display a description

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/karmic/apturl
This branch contains Public information 
Everyone can see this information.

Subscribers