[ubuntu/jaunty] consolekit 0.3.0-2ubuntu1 (Accepted)

Martin Pitt mpitt at debian.org
Mon Mar 16 11:00:18 GMT 2009


consolekit (0.3.0-2ubuntu1) jaunty; urgency=low

  * Merge with Debian unstable:
    - Some packaging fixes.
    - Fix current FTBFS due to invalid documentation XML. (LP: #338001)
  * Remaining Ubuntu changes:
    - debian/consolekit.preinst: Remove obsolete conffile on upgrade. This
      needs to be kept until after next LTS.
    - PolicyKit support:
      + debian/control: Build-depend on libpolkit-dev.
      + debian/consolekit.install: Install PolicyKit policy.

consolekit (0.3.0-2) unstable; urgency=low

  * debian/consolekit.prerm
    - Stop console-kit-daemon upon package removal (using start-stop-daemon).
      (Closes: #518346)

consolekit (0.3.0-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/01-dbus_policy.patch
    - Removed, the access to the restart and stop actions is now properly
      restricted by checks in the source code.
  * debian/patches/02-exit_with_dbus.patch
    - Removed, merged upstream.
  * debian/patches/05-dbus_policy.patch
    - Updated by pulling latest patch from upstream Git.
  * debian/patches/06-xmlto_skip_validation.patch
    - Skip XML validation when generating the documentation. (Closes: #516253)
      A proper fix will be, to make ConsoleKit.xml actually valid XML.
  * debian/consolekit.docs
    - Update path to spec html file.
  * Merge patches from Ubuntu
    - debian/patches/04-consolekit_park.patch (Closes: #489032)
    - debian/patches/05-pam-add-nox11.patch
    - debian/patches/08-fix-double-close.patch
    - debian/patches/09-directory-handle-leak.patch (Closes: #516532)
    - debian/patches/10-file_monitor_remove_watch_crash.patch
    - debian/patches/11-unref-dbus-proxy.patch
    - debian/patches/12-allow-get-sessions.patch
  * debian/control
    - Wrap Build-Depends.
    - Bump Build-Depends on debhelper to (>= 7).
  * debian/compat
    - Bump debhelper compat level to 7.
  * Fix FTBFS on GNU/kFreeBSD. (Closes: #511270)
    - debian/patches/80-gnukfreebsd_support_configure.ac.patch
      debian/patches/81-gnukfreebsd_support_pseudo_run_autoconf.patch
      + Add kfreebsd target to configure(.ac) script
    - debian/control
      + Add libkvm-dev to Build-Depends on kfreebsd ports.
    Patch by Luca Favatella, thanks.
  * debian/libpam-ck-connector.{pam-auth-update,install,postinst,prerm},
    debian/rules: enable pam_ck_connector by default using the new
    pam-auth-update support.
  * debian/control: depend on libpam-runtime (>= 1.0.1-6) for the above.

Date: Mon, 16 Mar 2009 11:24:40 +0100
Changed-By: Martin Pitt <mpitt at debian.org>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/jaunty/+source/consolekit/0.3.0-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 16 Mar 2009 11:24:40 +0100
Source: consolekit
Binary: consolekit libck-connector0 libck-connector-dev libpam-ck-connector
Architecture: source
Version: 0.3.0-2ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <mpitt at debian.org>
Description: 
 consolekit - framework for defining and tracking users, sessions and seats
 libck-connector-dev - ConsoleKit development files
 libck-connector0 - ConsoleKit libraries
 libpam-ck-connector - ConsoleKit PAM module
Closes: 489032 511270 516253 516532 518346
Launchpad-Bugs-Fixed: 338001
Changes: 
 consolekit (0.3.0-2ubuntu1) jaunty; urgency=low
 .
   * Merge with Debian unstable:
     - Some packaging fixes.
     - Fix current FTBFS due to invalid documentation XML. (LP: #338001)
   * Remaining Ubuntu changes:
     - debian/consolekit.preinst: Remove obsolete conffile on upgrade. This
       needs to be kept until after next LTS.
     - PolicyKit support:
       + debian/control: Build-depend on libpolkit-dev.
       + debian/consolekit.install: Install PolicyKit policy.
 .
 consolekit (0.3.0-2) unstable; urgency=low
 .
   * debian/consolekit.prerm
     - Stop console-kit-daemon upon package removal (using start-stop-daemon).
       (Closes: #518346)
 .
 consolekit (0.3.0-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches/01-dbus_policy.patch
     - Removed, the access to the restart and stop actions is now properly
       restricted by checks in the source code.
   * debian/patches/02-exit_with_dbus.patch
     - Removed, merged upstream.
   * debian/patches/05-dbus_policy.patch
     - Updated by pulling latest patch from upstream Git.
   * debian/patches/06-xmlto_skip_validation.patch
     - Skip XML validation when generating the documentation. (Closes: #516253)
       A proper fix will be, to make ConsoleKit.xml actually valid XML.
   * debian/consolekit.docs
     - Update path to spec html file.
   * Merge patches from Ubuntu
     - debian/patches/04-consolekit_park.patch (Closes: #489032)
     - debian/patches/05-pam-add-nox11.patch
     - debian/patches/08-fix-double-close.patch
     - debian/patches/09-directory-handle-leak.patch (Closes: #516532)
     - debian/patches/10-file_monitor_remove_watch_crash.patch
     - debian/patches/11-unref-dbus-proxy.patch
     - debian/patches/12-allow-get-sessions.patch
   * debian/control
     - Wrap Build-Depends.
     - Bump Build-Depends on debhelper to (>= 7).
   * debian/compat
     - Bump debhelper compat level to 7.
   * Fix FTBFS on GNU/kFreeBSD. (Closes: #511270)
     - debian/patches/80-gnukfreebsd_support_configure.ac.patch
       debian/patches/81-gnukfreebsd_support_pseudo_run_autoconf.patch
       + Add kfreebsd target to configure(.ac) script
     - debian/control
       + Add libkvm-dev to Build-Depends on kfreebsd ports.
     Patch by Luca Favatella, thanks.
   * debian/libpam-ck-connector.{pam-auth-update,install,postinst,prerm},
     debian/rules: enable pam_ck_connector by default using the new
     pam-auth-update support.
   * debian/control: depend on libpam-runtime (>= 1.0.1-6) for the above.
Checksums-Sha1: 
 90567d29c2c1220ccb7241b2c8a3b2b32a6d264e 1659 consolekit_0.3.0-2ubuntu1.dsc
 e78229c04ce3cf5e2c93f74e4d3dcaca3c15e07b 544749 consolekit_0.3.0.orig.tar.gz
 c6ce069beb81404b580c10e0731a260c21904d11 14606 consolekit_0.3.0-2ubuntu1.diff.gz
Checksums-Sha256: 
 7d93ab9fae9da1953ec4596234acd9924fa5378f7c01c523145e58cfa074900a 1659 consolekit_0.3.0-2ubuntu1.dsc
 0070be2c9915391f3d6fb1b44b322e7238c8e76f78d26a043086ee238905cbf4 544749 consolekit_0.3.0.orig.tar.gz
 434d847da3904b3b0090ed9f92431e07ef8ddc61ac94f2b8980ab11c78d196aa 14606 consolekit_0.3.0-2ubuntu1.diff.gz
Files: 
 7c02b7e369bad87f2f77446cfef23147 1659 admin optional consolekit_0.3.0-2ubuntu1.dsc
 7bfd109f67be0c975f686200085e1c18 544749 admin optional consolekit_0.3.0.orig.tar.gz
 91d71944ca9de4af0c96127d9b9ac3ff 14606 admin optional consolekit_0.3.0-2ubuntu1.diff.gz
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkm+L/sACgkQDecnbV4Fd/LIQQCfSONQdiGrbxGj7Rk21mpN36yY
R50AoP715yhxeOvVlwjh4pA1gI0GBVW4
=NOSQ
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list