Change log for apturl package in Ubuntu

5182 of 82 results
Superseded in lucid-release
apturl (0.4.1ubuntu3) lucid; urgency=low

  * apturl.8:
    - add example for the "channel" parameter
  * AptUrl/gtk/GtkUI.py:
    - use webkit instead of gtkhtml (ucid-duplicated-packages spec)
  * debian/control:
    - add python-webkit depend on debian/control
 -- Michael Vogt <email address hidden>   Mon, 08 Mar 2010 17:12:10 +0100

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
apturl (0.4.1ubuntu2) karmic; urgency=low

  * Reupload merged 0.4.0ubuntu5 and 0.4.1ubuntu1, forgot to bzr push -.-

 -- Harald Sitter <email address hidden>   Fri, 18 Sep 2009 22:53:24 +0200

Available diffs

Superseded in karmic-release
apturl (0.4.1ubuntu1) karmic; urgency=low

  [ Harald Sitter ]
  * Borrow encoding wrappers from GDebi to fix encodings in KDE UI

  [ Michael Vogt ]
  * AptUrl/gtk/GtkUI.py:
    - Use software-properites to enable componenents
  * debian/control:
    - Remove dependency on gnome-app-install
    - Add software-properties-gtk

 -- Michael Vogt <email address hidden>   Fri, 18 Sep 2009 09:46:29 +0200

Available diffs

Superseded in karmic-release
apturl (0.4.0ubuntu5) karmic; urgency=low

  * Borrow encoding wrappers from GDebi to fix encodings in KDE UI (implemented
    via Helpers). These new wrappers utf8, _ and _n are used throughout the
    whole application.
  * Fix minor formatting error in KDE UI's _get_dialog
  * link apturl's manpage to the apturl-gtk and apturl-kde manpages since
    they share the same argument parser anyway
  * Bump standards version to 3.8.3
  * Port package build system to dh 7
    + Build-depend on debhelper 7

 -- Harald Sitter <email address hidden>   Thu, 10 Sep 2009 13:09:27 +0200

Available diffs

Superseded in karmic-release
apturl (0.4.0ubuntu4) karmic; urgency=low

  * build without "DH_PYCENTRAL=include-links" for now,
    to work around breakage when upgrading from the previous
    version that was build without the include-links option
    (LP: #422825)

 -- Michael Vogt <email address hidden>   Wed, 02 Sep 2009 17:44:54 +0200

Available diffs

Superseded in karmic-release
apturl (0.4.0ubuntu3) karmic; urgency=low

  * Make KDE frontend use a Qt UI file (should make it easier to maintain)
  * Enable KDE frontend to few HTML when about to enable a software channel
  * Clean-up setup.py
  * Make apturl script fall back to KDE frontend when -gtk is not installed even
    if KDE_FULL_SESSION is not set
  * Resolve self-relations of apturl binary package
  * fix crash on ctrl-c (in KDE frontend)

 -- Harald Sitter <email address hidden>   Tue, 01 Sep 2009 21:02:20 +0200

Available diffs

Superseded in karmic-release
apturl (0.4.0ubuntu2) karmic; urgency=low

  * fix FTBFS
  * fix crash on ctrl-c

 -- Michael Vogt <email address hidden>   Tue, 01 Sep 2009 19:34:09 +0200

Available diffs

Superseded in karmic-release
apturl (0.4.0ubuntu1) karmic; urgency=low

  [ Harald Sitter ]
  * Add KDE frontend (LP: #293533)

  [ Michael Vogt ]
  * build with DH_PYCENTRAL=include-links

 -- Harald Sitter <email address hidden>   Sat, 22 Aug 2009 18:41:35 +0200

Available diffs

Superseded in karmic-release
apturl (0.3.6ubuntu1) karmic; urgency=low

  * AptUrl/AptUrl.py, AptUrl/UI.py, AptUrl/gtk/GtkUI.py:
    - show channel info when enabling channels
  * debian/control:
    - recommend python-gthtml2 (for the channel info UI)

 -- Michael Vogt <email address hidden>   Mon, 18 May 2009 16:20:02 +0200

Available diffs

Superseded in jaunty-updates
Deleted in jaunty-proposed (Reason: moved to -updates)
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

Available diffs

Superseded in karmic-release
apturl (0.3.5ubuntu1) karmic; urgency=low

  * AptUrl/AptUrl.py:
    - when enabling sections, do not skip that if the requested
      package is already known to the package cache
  * AptUrl/Parser.py:
    - support proper url synatax with "&" (thanks to asac)
  * AptUrl/AptUrl.py:
    - reopen the cache properly after a refresh=yes

 -- Michael Vogt <email address hidden>   Thu, 23 Apr 2009 10:18:08 +0200

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
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

Available diffs

Superseded in jaunty-release
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

Available diffs

Superseded in jaunty-release
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

Available diffs

Superseded in jaunty-release
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

Available diffs

Superseded in jaunty-release
Obsolete in intrepid-release
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

Available diffs

Obsolete in hardy-backports
apturl (0.2.6ubuntu1~hardy1) hardy-backports; urgency=low

  * Automated backport upload; no source changes.

Superseded in intrepid-release
apturl (0.2.6ubuntu1) intrepid; urgency=low

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

 -- Michael Vogt <email address hidden>   Fri, 15 Aug 2008 17:13:14 +0200

Available diffs

Superseded in intrepid-release
apturl (0.2.5ubuntu1) intrepid; urgency=low

  * 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.

 -- Siegfried-Angel Gevatter Pujals (RainCT) <email address hidden>   Sat, 14 Jun 2008 15:37:27 +0200

Available diffs

Superseded in intrepid-release
apturl (0.2.4ubuntu1) intrepid; urgency=low

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

 -- Jacob Peddicord <email address hidden>   Fri, 25 Jul 2008 22:23:25 -0400

Available diffs

Superseded in intrepid-release
apturl (0.2.3ubuntu1) intrepid; urgency=low

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

 -- Jacob Peddicord <email address hidden>   Mon, 26 May 2008 10:45:16 -0400

Available diffs

Superseded in intrepid-release
Obsolete in hardy-release
apturl (0.2.2ubuntu1) hardy; urgency=low

  * 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)

 -- Michael Vogt <email address hidden>   Tue, 15 Apr 2008 15:45:00 +0200
Superseded in hardy-release
apturl (0.2.1ubuntu1) hardy; urgency=low

  [ 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)

 -- Michael Vogt <email address hidden>   Thu, 10 Apr 2008 16:36:48 +0200
Superseded in hardy-release
apturl (0.2.0ubuntu1) hardy; urgency=low

  * 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

 -- Michael Vogt <email address hidden>   Tue, 11 Mar 2008 10:15:57 +0100
Superseded in hardy-release
apturl (0.1.2ubuntu2) hardy; urgency=low

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

 -- Matthias Klose <email address hidden>   Mon, 10 Mar 2008 12:45:37 +0000
Superseded in hardy-release
apturl (0.1.2ubuntu1) hardy; urgency=low

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

 -- Michael Vogt <email address hidden>   Wed, 16 Jan 2008 14:51:24 +0100
Obsolete in gutsy-updates
Deleted in gutsy-proposed (Reason: moved to -updates)
apturl (0.1ubuntu2) gutsy-proposed; urgency=low

  * support --http-proxy for better integration with the
    proxy settings of firefox (LP: #162609)

 -- Michael Vogt <email address hidden>   Wed, 14 Nov 2007 16:44:14 +0100
Superseded in hardy-release
apturl (0.1.1ubuntu1) hardy; urgency=low

  * AptUrl/Parser.py:
    - Implemented multipackage installation (LP: #154593)
  * tests/apturlparse.py:
    - add test for the new multipackage feature

 -- Sasa Bodiroza <email address hidden>   Sat, 27 Oct 2007 13:42:45 +0200
Superseded in hardy-release
Obsolete in gutsy-release
apturl (0.1ubuntu1) gutsy; urgency=low

  * debian/control:
    - fix typo in description (LP: #131828)
    - add missing synaptic dependency (LP: #132067)
  * apturl:
    - check for already installed or unavailable packages
      earlier (LP: #137053, LP: #137055)
    - fix incorrect reference to GDebi (LP: #137065)
    - disable adding repositories for now (LP: #139227)

 -- Michael Vogt <email address hidden>   Fri, 05 Oct 2007 16:28:24 +0200
Superseded in gutsy-release
Superseded in gutsy-release
apturl (0.0+bzr20070816) gutsy; urgency=low

  * added i18n support
  * added support for "minver"
  * added support to add repositories and sections
  * added suppor for removing sources again

 -- Michael Vogt <email address hidden>   Thu, 16 Aug 2007 18:03:48 +0200
Superseded in gutsy-release
apturl (0.0+bzr20070709) gutsy; urgency=low

  * properly integrate with firefox

 -- Michael Vogt <email address hidden>   Mon,  9 Jul 2007 11:53:32 +0200
Superseded in gutsy-release
apturl (0.0+bzr20070702) gutsy; urgency=low

  * Initial Release.
  * Implements subset of https://wiki.ubuntu.com/AptFirefoxFileHandler
    (to unblock firefox-distro-addon-support spec)

 -- Michael Vogt <email address hidden>   Mon, 02 Jul 2007 12:49:37 +0200
5182 of 82 results