Change logs for apturl source package in Jaunty

  • apturl (0.3.3ubuntu1.2) jaunty-security; urgency=low
    
      * Update for Firefox 3.6.x transition
        - see USN-930-1
      * Move Firefox preference file to new location
        - update setup.py
        - add debian/preinst
        - add debian/postinst
     -- Chris Coulson <email address hidden>   Mon, 21 Jun 2010 16:34:47 +0100
  • apturl (0.3.3ubuntu1.1) jaunty-proposed; urgency=low
    
      * AptUrl/AptUrl.py:
        - reopen the cache properly after a refresh=yes
          (LP: #369324)
      * debian/control:
        - point to jaunty bzr branch
    
     -- Michael Vogt <email address hidden>   Wed, 29 Apr 2009 17:30:36 +0200
  • apturl (0.3.3ubuntu1) jaunty; urgency=low
    
      * AptUrl/AptUrl.py:
        - fix crash on "refresh=yes" (LP: #327075)
    
     -- Michael Vogt <email address hidden>   Tue, 07 Apr 2009 14:35:34 +0200
  • apturl (0.3.2ubuntu2) jaunty; urgency=low
    
      * AptUrl/gtk/GtkUI.py:
        - fix gettext domain (LP: #304950)
      * data/apturl.glade:
        - fix missing translatable property (LP: #304925)
      Thanks to Gabor Kelemen
      * AptUrl/Helpers.py:
        - fix crash for packages with no long description
          (LP: #288576)
    
     -- Michael Vogt <email address hidden>   Thu, 08 Jan 2009 20:17:36 +0100
  • apturl (0.3.1ubuntu1) jaunty; urgency=low
    
      * AptUrl/AptUrl.py:
        - add additional sanitizing into the channel code
    
     -- Michael Vogt <email address hidden>   Fri, 07 Nov 2008 10:21:59 +0100
  • apturl (0.3.0ubuntu1) jaunty; urgency=low
    
      * add README
      * add basic string substituion for the variables
        "$kernel" (uname -r) and "$distro" (lsb_release -s)
        this allows stuff like:
        "apt:linux-backports-module-$kernel"
      * add new field "channel" that looks into
        /usr/share/app-install/channels for known repositories that
        the user might want to add
      * refactored the UI code so that its easy to add a Qt
        frontend, see AptUrl/UI.py and AptUrl/gtk/GtkUI.py
        (volunteers welcome :)
      * improved whitelist checking
    
     -- Michael Vogt <email address hidden>   Thu, 06 Nov 2008 16:04:46 +0100
  • apturl (0.2.7ubuntu1) intrepid; urgency=low
    
      [ 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).
    
     -- Siegfried-Angel Gevatter Pujals <email address hidden>   Mon, 01 Sep 2008 16:44:35 +0200