Change logs for aptdaemon source package in Raring

  • aptdaemon (1.0-0ubuntu9) raring; urgency=low
    
      * Flush debconf-communicate stdin after writing to it
        (LP: #1163142, #1163163).
     -- Colin Watson <email address hidden>   Tue, 02 Apr 2013 14:07:01 +0100
  • aptdaemon (1.0-0ubuntu8) raring; urgency=low
    
      *debian/patches/fix-lp898851.patch: Workaround a random crash during
       progress dialog.  Thanks to Sebastian Heinlein for the patch. (LP: #898851)
     -- Brian Murray <email address hidden>   Fri, 22 Mar 2013 15:09:13 -0700
  • aptdaemon (1.0-0ubuntu7) raring; urgency=low
    
      * debian/rules: Drop the hackery again to salvage the "whitelist directory"
        test case, and instead exclude it in lp1153725-temporary-workaround.patch
        as well. This fixes the failing autopkgtest.
     -- Martin Pitt <email address hidden>   Mon, 18 Mar 2013 14:27:32 +0100
  • aptdaemon (1.0-0ubuntu6) raring; urgency=low
    
      [ Martin Pitt ]
      * Add gir1.2-vte-2.90 build and test dependency.
      * debian/rules: Wait for previous xvfb to finish before starting the next
        one.
    
      [ Barry Warsaw ]
      * debian/control:
        - Add Build-Depend on xvfb.
        - Bump Standards-Version to 3.9.4.
      * debian/rules: Run the tests under xvfb-run to avoid core dumps.
      * debian/patches/lp1153725-temporary-workaround.patch: Temporarily
        disable test which fails during the build.
      * debian/rules: Add the missing test directory and symlinks before running
        tests, as a workaround to LP #1153725. Clean up symlink directory in
        override_dh_auto_clean.
     -- Martin Pitt <email address hidden>   Mon, 18 Mar 2013 13:14:20 +0100
  • aptdaemon (1.0-0ubuntu5) raring; urgency=low
    
      * Add pep8 build dependency as well, as tests are called during package
        build.
      * disable-broken-test.patch: Disable harder, as a mere rename doesn't work
        with test auto-discovery.
      * Add gir1.2-gtk-3.0 build and test dependencies so that gtk3widgets can
        import Gdk.
     -- Martin Pitt <email address hidden>   Mon, 18 Mar 2013 12:17:19 +0100
  • aptdaemon (1.0-0ubuntu4) raring; urgency=low
    
      * Add missing pep8 test dependency.
      * Add upstream-pep8-fixes.patch: Fix some PEP-8 issues, caught by test
        suite.
      * Add disable-broken-test.patch: Disable
        test/data/high-trust-repository-whitelist.d/ test, as this directory and
        its contents are not actually shipped in the released tarball. Fixes
        autopkgtest failure.
     -- Martin Pitt <email address hidden>   Mon, 18 Mar 2013 11:16:11 +0100
  • aptdaemon (1.0-0ubuntu3) raring; urgency=low
    
      * Make the DEP-8 tests depend on xvfb.
     -- Colin Watson <email address hidden>   Fri, 15 Mar 2013 13:12:30 +0000
  • aptdaemon (1.0-0ubuntu2) raring; urgency=low
    
      * Run DEP-8 tests under xvfb-run, to match tests run during the build.
     -- Colin Watson <email address hidden>   Fri, 15 Mar 2013 11:34:25 +0000
  • aptdaemon (1.0-0ubuntu1) raring; urgency=low
    
      * New stable bug fix release 1.0:
        - Add PEP8 compliance and a corresponding test
        - Fix PackageKit tests if an http proxy is set (LP: #1050799)
        - Fix crash for Python GTK2 clients (LP: #1108552)
        - Fix crash if configuration file changes are only one line long -
          thanks to Barry Warsaw and Robert Collins (LP: #1120322)
        - Fix crash if the removal of a package valid candidate is simulated
        - Allow repository release names to include dots
        - Convert aptdaemon exceptions to PackageKit ones in the compat
          layer (currently only invalid input ant failed authorization are
          supported)
        - Store the default values in the PackageKit transaction interface
          statically typed
        - Fix setting the speed property in the PackageKit interface
        - Several grammar and typo fixes in user interface messages and
          documentation (LP: #1112492)
      * debian/patches:
        - fix-high-trust-pkcompat.diff: updated
        - apt-dbus-text-api.patch: updated
        - fix-gobject-io-add-watch.patch: Added. Always include the priority
          in a GLib.io_add_watch() call to not cause problems with the backwards
          compatibility
    
      [ Barry Warsaw ]
      * debian/control:
        - Add Build-Depend on gir1.2-gnomedesktop-3.0, gir1.2-vte-2.90, pep8,
          and xvfb.
        - Bump Standards-Version to 3.9.4.
      * debian/rules: Run the tests under xvfb-run to avoid core dumps.
      * debian/patches/pep8-fixes.patch: Fix PEP 8 violations.
      * debian/patches/lp1153725-temporary-workaround.patch: Temporarily
        disable two tests which fail during the build.
      * debian/rules:
        - Add the missing test directory and symlinks before running tests.
        - Clean up symlink directory in override_dh_auto_clean.
        - Sleep before the xvfb-run with a different Python version.  Tear
          down of xvfb-run resources is apparently not immediate.
     -- Sebastian Heinlein <email address hidden>   Mon, 11 Mar 2013 07:02:07 +0100
  • aptdaemon (0.45+bzr883-0ubuntu1) raring; urgency=low
    
      * New upstream snapshot:
        - Don't change the automatic installed state when upgrading package
          (Thanks a lot to Daniel Hartwig, LP: #1078544)
        - Add a regression test for LP: #750958
        - Don't depend on dpkg-dev to select the correct lintian profile.
          (Fixes LP: #1066457)
        -  If the user cannot be autohrized (either missing privileges
           or a cancelled password dialog) the transaction will fail.
        - Don't fail if we want to remove a a package without a
          candidate during transaction simulation.
     -- Michael Vogt <email address hidden>   Mon, 17 Dec 2012 11:45:14 +0100
  • aptdaemon (0.45+bzr877-0ubuntu1) raring; urgency=low
    
      * New upstream snapshot:
        - ignore lintian "file-in-etc-not-marked-as-conffile" (LP: #1060505)
     -- Michael Vogt <email address hidden>   Fri, 30 Nov 2012 08:28:18 +0100
  • aptdaemon (0.45+bzr876-0ubuntu1) raring; urgency=low
    
      * New upstream snapshot:
        - fix signal handling with latest python-gi
        - support /* */ comments in apt.conf{,.d}
     -- Michael Vogt <email address hidden>   Wed, 28 Nov 2012 14:19:11 +0100
  • aptdaemon (0.45+bzr874-0ubuntu1) raring; urgency=low
    
      * New upstream snapshot:
        - Fix ClientTest.test_tid_caching without a system D-BUS.
     -- Martin Pitt <email address hidden>   Mon, 26 Nov 2012 12:42:15 +0100
  • aptdaemon (0.45+bzr873-0ubuntu1) raring; urgency=low
    
      * debian/control: Update Vcs-* for raring branch.
      * New upstream snapshot:
        - Open Apport crash report files in binary mode (LP #1054984)
        - Fix unicode decode error in py2 clients (LP #846044)
        - Fix tests for stricter GPG key requirements of current python3-apt
          (LP #1016643)
        - Reorganize transaction ID caching to avoid using pygobject internals and
          work with pygobject 3.7.x
        - Fix deprecated GObject API calls
      * Drop patches applied upstream:
        - binary-mode-report-writing.patch
        - test-long-keyids.patch
        - lp846044.patch
        - test-debconf-priority.patch
     -- Martin Pitt <email address hidden>   Mon, 26 Nov 2012 12:22:02 +0100
  • aptdaemon (0.45+bzr861-0ubuntu9.2) raring; urgency=low
    
      * Rebuild against python3.3.
     -- Dmitrijs Ledkovs <email address hidden>   Fri, 26 Oct 2012 18:56:02 +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