Change logs for aptdaemon source package in Quantal

  • aptdaemon (0.45+bzr861-0ubuntu9.1.2) quantal-proposed; urgency=low
    
      * Don't change the automatic installed state when upgrading package
        (Thanks a lot to Daniel Hartwig, LP: #1078544)
     -- Brian Murray <email address hidden>   Fri, 11 Jan 2013 13:42:28 -0800
  • aptdaemon (0.45+bzr861-0ubuntu9.1.1) quantal-proposed; urgency=low
    
      * debian/patches/fix_lintian_lp1060505.patch:
        - ignore lintian "file-in-etc-not-marked-as-conffile" (LP: #1060505)
     -- Michael Vogt <email address hidden>   Mon, 03 Dec 2012 08:33:11 +0100
  • aptdaemon (0.45+bzr861-0ubuntu9.1) quantal-proposed; urgency=low
    
      [ Sebastian Heinlein ]
      * do not issue a "quality warning" if dpkg-vendor is missing
        (LP: #1066457)
     -- Michael Vogt <email address hidden>   Tue, 16 Oct 2012 13:58:07 +0200
  • aptdaemon (0.45+bzr861-0ubuntu9) quantal; urgency=low
    
      * Workaround that ensures that for sys.getfilesystemencoding()
        "utf8" is used when the daemon is dbus auto-activatied (LP: #1058038)
     -- Michael Vogt <email address hidden>   Tue, 09 Oct 2012 14:27:36 +0200
  • aptdaemon (0.45+bzr861-0ubuntu8) quantal; urgency=low
    
      * debian/patches/lp846044.patch:
        - fix unicode decode error in py2 clients (LP: #846044)
     -- Michael Vogt <email address hidden>   Mon, 08 Oct 2012 15:57:29 +0200
  • aptdaemon (0.45+bzr861-0ubuntu7) quantal; urgency=low
    
      * Following https://bugs.launchpad.net/bugs/1016643,
        apt.auth.add_key_from_keyserver requires long (v4) keyids.  Fix
        tests.test_pk to account for that.
      * Force debconf priority to high for test_debconf.
     -- Colin Watson <email address hidden>   Sun, 07 Oct 2012 15:28:18 +0100
  • aptdaemon (0.45+bzr861-0ubuntu6) quantal; urgency=low
    
      * Ensure the transaction is simulated in the pkcompat layer to
        ensure the high-trust repo support works from the packagekit
        compatibilty layer. This is needed for the unity-webapps
        passwordless install to work.
     -- Michael Vogt <email address hidden>   Thu, 04 Oct 2012 16:58:34 +0200
  • aptdaemon (0.45+bzr861-0ubuntu5) quantal; urgency=low
    
      * debian/patches/binary-mode-report-writing.patch: open our crash
        report for writing in binary mode.  Closes LP: #1054984.
     -- Steve Langasek <email address hidden>   Wed, 26 Sep 2012 10:24:48 -0700
  • aptdaemon (0.45+bzr861-0ubuntu4) quantal; urgency=low
    
      * debian/patches/apt-dbus-text-api.patch:
        - Convert Origin.label from python-apt API to python-dbus API, for
          Python 2 compatibility (LP: #978654).
     -- Colin Watson <email address hidden>   Mon, 17 Sep 2012 15:12:38 +0100
  • aptdaemon (0.45+bzr861-0ubuntu3) quantal; urgency=low
    
      * debian/tests/control: Added missing dependencies required to run
        autopkgtest. Thanks Jean-Baptiste Lallement!
     -- Martin Pitt <email address hidden>   Thu, 13 Sep 2012 19:17:22 +0200
  • aptdaemon (0.45+bzr861-0ubuntu2) quantal; urgency=low
    
      * Add autopkgtest integration. Thanks Jean-Baptiste Lallement!
     -- Martin Pitt <email address hidden>   Thu, 13 Sep 2012 12:45:12 +0200
  • aptdaemon (0.45+bzr861-0ubuntu1) quantal; urgency=low
    
      * New upstream snapshot:
        - lp:~mvo/aptdaemon/support-for-whitelisted-repositories that adds
          support for a new trusted-repo policykit action LP: #1035207
        - lp:~vorlon/aptdaemon/lp.1034806 that fixes unicode/str errors
          LP: #768691, #926340, #1034806
      * debian/patches/fix_gettext_return_value_type.patch:
        - dropped, merged as part of lp:~vorlon/aptdaemon/lp.1034806
     -- Michael Vogt <email address hidden>   Thu, 13 Sep 2012 09:13:07 +0200
  • aptdaemon (0.45+bzr857-0ubuntu1) quantal; urgency=low
    
      * fix FTBFS in the tests when LANG/LANGUAGE is unset
     -- Michael Vogt <email address hidden>   Wed, 12 Sep 2012 12:02:38 +0200
  • aptdaemon (0.45+bzr856-0ubuntu1) quantal; urgency=low
    
      * New upstream snapshot:
        - pkcompat: Fix get_files() LP: #1040619 (thanks to Martin Pitt)
        - Fix crash when run inside non-ascii dirs LP: #1044900
        - Fix crash in widget's diff view if a @@ line does not have a range
          LP: #875879 (thanks to Brian Murray)
        - Support credentials change when adding a repository that is already
          in sources.list/auth.conf
     -- Michael Vogt <email address hidden>   Fri, 07 Sep 2012 10:20:10 +0200
  • aptdaemon (0.45+bzr852-0ubuntu2) quantal; urgency=low
    
      * debian/patches/fix_gettext_return_value_type.patch: also return unicode
        from aptdaemon.utils.IsoCodes.get_localised_name(). (LP: #1034806)
     -- Steve Langasek <email address hidden>   Sat, 11 Aug 2012 01:39:05 +0000
  • aptdaemon (0.45+bzr852-0ubuntu1) quantal; urgency=low
    
      [ Martin Pitt ]
      * debian/rules: Make test suite failures fatal again.
    
      [ Michael Vogt ]
      * New upstream snapshot:
        - lp:~evfool/aptdaemon/lp1030988:
          Change the error message for installation required from
          unauthenticated sources (LP: #1030988)
        - lp:~dobey/aptdaemon/fix-imports:
          Check that the item in sys.modules is not None before trying to
          import it
        - fix "compatibilty" typo
     -- Michael Vogt <email address hidden>   Fri, 10 Aug 2012 16:16:03 +0200
  • aptdaemon (0.45+bzr848-0ubuntu2) quantal; urgency=low
    
      * debian/patches/fix_gettext_return_value_type.patch:
        - Make sure to always return unicode from core.Transaction.gettext()
          (LP: #926340).  Based partially on a patch by Sebastian Heinlein.
     -- Colin Watson <email address hidden>   Wed, 08 Aug 2012 16:19:51 +0100
  • aptdaemon (0.45+bzr848-0ubuntu1) quantal; urgency=low
    
      * New upstream snapshot:
        - aptdaemon/client.py: Prefer GI GObject module. (LP: #1026066)
        - lintian supports skipping user profiles since 2.5.9, make use of this to
          simplify code a bit.
      * debian/rules: Temporarily make test suite non-fatal while
        tests.test_worker.WorkerTestCase.test_install_file() is failing, as above
        fix is urgent for alpha-3.
     -- Martin Pitt <email address hidden>   Tue, 24 Jul 2012 10:09:31 +0200
  • aptdaemon (0.45+bzr846-0ubuntu1) quantal; urgency=low
    
      * New upstream snapshot:
        - Python3 porting from lp:~aptdaemon-developers/aptdaemon/py3k
        - Fix package status enum description for an unknown status
          which resulted in a type mismatch in the gettext call
          (fixes LP: #900982)
        - Still report available blocked updates if the dependency system
          is broken (final partial fix to LP: #932581)
        - client: Use INT64 in signals where required (Fixes LP: #981124)
        - use lintian profiles instead of tags
      * debian/aptdaemon.install:
        - use the new lintian profiles instead of the tags
      * debian/patches/series:
        - drop patches, applied upstream
     -- Michael Vogt <email address hidden>   Thu, 14 Jun 2012 12:27:44 +0200
  • aptdaemon (0.43+bzr838-0ubuntu2) quantal; urgency=low
    
      * python3-aptdaemon.test needs to Breaks/Replaces python-aptdaemon.test,
        which it replaces.
     -- Steve Langasek <email address hidden>   Wed, 13 Jun 2012 13:08:20 -0700
  • aptdaemon (0.43+bzr838-0ubuntu1) quantal; urgency=low
    
      * Upload of the latest Python3 porting efforts from trunk
      * debian/patches:
         - Add disable_simulate_test: Fails on build bot for unknown reasons
      * debian/control:
         - Switch aptdaemon package to Python3 by default
         - Add new python3-aptdaemon.gtk3widgets package
         - Replace python-aptdaemon.test by python3-aptdaemon.test
         - Replace python-aptdaemon.pkcompat by python3-aptdaemon.pkcompat
         - python3-aptdaemon.pkcompat provides the new virtual package
           packagekit-system-interface to obsolete the OR dependencies
           with packagekit of PackageKit clients
         - Remove policykit1 dependecy from the modules and add it to the server
           package
         - Remove not used shlibs macros
         - Remove dependency to python-packagekit, since we ship the enums
           in python3-aptdaemon.pkcompat
         - Add build dependencies to run the test suite
      * debian/rules:
         - Build with Python2 and 3
         - Enable the test suite
      * debian/*.(install|docs|examples):
         - Adpat to above package changes
    
      [ Steve Langasek ]
      * debian/control:
        - Remove python-software-properties dependency in favor of new
          python-apt with apt.auth module
        - Add explicit depends, build-depends on iso-codes, which is needed but
          is otherwise only a Recommend.
      * aptdaemon/test.py: explicitly set the chroot directory in the apt config
        as part of the test setup, without which apt-key's chroot handling won't
        work.
      * test/test_pk.py: increase the sleep on startup, to allow longer for
        fake-polkitd to start up.
      * aptdaemon/worker.py: restore compatibility with python2, which doesn't
        have urllib.parse.
     -- Steve Langasek <email address hidden>   Wed, 13 Jun 2012 09:44:55 -0700
  • aptdaemon (0.43+bzr810-0ubuntu3) quantal; urgency=low
    
      * debian/python-aptdaemon.test.install: Fix installation path of
        dpkg-wrapper.sh.
     -- Martin Pitt <email address hidden>   Wed, 23 May 2012 12:53:16 +0200
  • aptdaemon (0.43+bzr810-0ubuntu2) quantal; urgency=low
    
      * debian/control: Update Vcs-* for quantal branch.
      * debian/python-aptdaemon.test.install: Install test dbus.conf.
     -- Martin Pitt <email address hidden>   Tue, 22 May 2012 11:01:33 +0200
  • aptdaemon (0.43+bzr810-0ubuntu1) quantal; urgency=low
    
      * new upstream snapshot
      * debian/control:
        - add lintian recommends to get automatic checking of deb
          packages
     -- Michael Vogt <email address hidden>   Fri, 11 May 2012 15:56:04 +0200
  • aptdaemon (0.43+bzr805-0ubuntu1) precise; urgency=low
    
      * New upstream snapshot:
        - Fix: Catch a possible exception in apt.cache.Cache.required_download
          which can occur if the user e.g. rebooted the system during a running
          debconf question (fixes LP: #659438)
          Furthermore raise ERROR_INCOMPLETE_INSTALL to signal the client
          that a call of FixIncompleteInstall() (basically a dpkg --configure -a
          call) fixes the issue
        - Fix: Sync all properties of the D-Bus transaction in the client before
          emitting the Finished signal (fixes LP: #747172) to ensure all changed
          properties are available (the order of received signals is not
          guranteed and the finished signal could be received before an error
          signal)
          Additionally raise the timeout before removing a transaction from
          D-Bus on the server side to give clients more time to sync
        - Fix wrong variable names in the download progress (fixes LP: #971839,
          LP: #976521)
        - Fix: Catch a possible pipe reading error (fixes LP: #733090)
        - Fix: Don't show the name of aptdaemon in crash reports
          (fixes LP: #973370)
          Aptdaemon is a system daemon and should work and fail silently
        - Fix: Fallback to a default terminal width of 80 chars (fixes LP: #948588)
          The width request could fail on standard input/output redirections
        - Fix: Don't use a reserved name for the simulate helper function
        - Fix: Convert exceptions to string before raising TransactionFailed()
        - Fix wrong variable name in the add license key failed error message
        - Fix: Don't overwrite the GObject.GObject.disconnect in
          aptdemon.client.Transaction by renaming the method to
          _disconnect_from_dbus()
        - Fix: Allow to cancel a transaction which hasn't been queued yet and
          is still in limbo
        - Fix: Raise NotImplementedError instead of ImplementedError
        - Add a test case for config file changes handling
      * debian/aptdaemon.install:
        - Don't ship the obsolete .desktop file anymore
     -- Sebastian Heinlein <email address hidden>   Mon, 09 Apr 2012 20:48:44 +0200