Change logs for nodm source package in Stretch

  • nodm (0.13-1.3) unstable; urgency=medium
    
      * Non-maintainer upload
      * d/p/nodm.service-Don-t-respawn-or-fail-if-disabled-in-et.patch:
        Don't mark nodm as failed, or restart it, if it was disabled via
        /etc/default/nodm. Thanks to Ansgar Burchardt for suggesting
        the solution used here. (Closes: #861771)
      * d/nodm.postinst: Write a message to stderr, not stdout.
        Writing to stdout could be misinterpreted by debconf.
        Thanks to Ilias Tsitsimpis. (Closes: #861899)
      * d/nodm.init: Don't require xinit. nodm no longer uses the NODM_XINIT
        variable, except for the obsolete check in this script.
        (Closes: #861717 and maybe #770219)
    
     -- Simon McVittie <email address hidden>  Mon, 08 May 2017 22:40:40 +0100
  • nodm (0.13-1.2) unstable; urgency=medium
    
      * Non-maintainer upload
      * nodm.init: Do not fail to start if plymouth has already been
        stopped
    
     -- Simon McVittie <email address hidden>  Tue, 02 May 2017 21:57:24 +0100
  • nodm (0.13-1) unstable; urgency=medium
    
      * New upstream release.
      * Properly separate nodm upstream from nodm Debian downstream.
        Upstream Git stays on Github (spanezz/nodm), downstream Git
        "stays" on Alioth (pkg-fso/nodm). (Closes: #830150).
    
      [ Mike Gabriel ]
      * debian/changelog:
        + Add post-upload closure for #638601. Bug has been closed manually
          meanwhile (on Thu 24th Mar 2016).
        + Add 0.12-1.1 post-upload closures for #703336, #694018 and #579215.
          (Closes: #703336, #694018, #579215). The nodm package now supports
          x-display-manager based choosing of default display manager on
          package installation.
      * debian/po:
        + Explain about how the NODM_X_OPTIONS env var has to be populated.
        + Update .po files and template.pot.
        + Update Danish debconf translation. (Closes: #830631). Thanks to Joe
          Dalton.
        + Update Dutch debconf translation file. (Closes: #821444). Thanks to
          Frans Spiesschaert.
        + Update Japanese debconf translation. (Closes: #819602). Thanks to
          Takuma Yamada.
        + Run debconf-updatepo.
      * debian/nodm.templates:
        + White-spaces fixes. (Closes: #819400).
      * debian/control:
        + Add Homepage: field.
        + Switch over from D xserver-xorg (meta-package) to xserver-xorg-core.
          (Closes: #841450).
        + Bump Standards-Version: to 3.9.8. No changes needed.
        + Add D (nodm): lsb-base.
        + Add Simon McVittie to Uploaders: field, due to his recent patch
          provisioning activities.
      * debian/watch:
        + Add watch file.
      * debian/nodm.{config,templates}:
        + Enable nodm by default and set debconf nodm/enabled template's priority
          to 'high'. (Closes: #592032).
      * debian/nodm.init:
        + Also check presence of system-wide Xsession and xinit executable.
      * debian/rules:
        + Add get-orig-source target.
      * debian/source/format:
        + Switch to 3.0 (quilt).
      * debian/copyright:
        + Update auto-generated copyright.in file.
        + Update copyright attributions.
      * debian/README.Debian:
        + Update file, inform about nodm being enable by default.
    
      [ Simon McVittie ]
      * debian/nodm.pam:
        + Don't log warnings if ConsoleKit isn't installed. (Closes: #830252,
          #835261).
    
     -- Mike Gabriel <email address hidden>  Mon, 23 Jan 2017 13:37:54 +0100
  • nodm (0.12-1) unstable; urgency=low
    
      [ Enrico Zini ]
      * Upstream code:
        - Reformat README as markdown.
      * debian/control:
        + Provides x-display-manager.
    
      [ Mike Gabriel ]
      * Acknowledge previous NMUs and work-in their changes (0.11-1.1, 0.11-1.2
        and 0.11-1.3). Also work through all open bugs with patches and apply them
        if appropriate; see below for details. (Closes: #747077).
      * Upstream code:
        - Bump upstream version to 0.12. Become new co-maintainer of nodm in Debian.
          (Closes: #813210).
        - xsession-child.c: Set PAM_XDISPLAY pam item. (Closes: #713960). Thanks to
          Sjoerd Simons for providing the patch.
        - Makefile.*: Place libraries in LIBS, not LDFLAGS. (LP:#771123). Thanks to
          Ilya Barygin <email address hidden> for providing the fix in Ubuntu.
        - README.md: Fix miscounting of amount of environment variables. (Closes:
          #746700, #633089). Thanks to Dan Jacobson for pointing this out.
        - Drop .gitignore file. Let's rather provide a working make (dist)clean.
        - Makefile.am: line-wrap variable assignments with file lists.
        - Makefile.am: Add various build cruft files to DISTCLEANFILES.
        - xserver.c: Don't FTBFS when built with -Werror=unused-result. (Closes:
          #638600).
        - Whitespace clean-up at EOL.
        - Add EOL chars for help output of the --nested cmdline option.
          (Closes: #766123).
      * debian/control:
        + Process with wrap-and-sort.
        + Bump Standards: to 3.9.7. Required change: DEP-5 compliant copyright file.
        + Add B-D: autoreconf.
        + Add B-D: automake.
        + Update versioned B-D for debhelper: (>= 9).
        + Add versioned B-D: dpkg-dev (>= 1.16.1.1). Helps us with hardening the
          build of nodm.
        + Use encrypted URLs for Vcs-*: fields.
      * debian/compat:
        + Bump to dh version 9.
      * debian/source/format:
        + Add this file and set it to "1.0" for now.
      * debian/po:
        + Reword debconf question "Start nodm at boot" to "Enable nodm". (Closes:
          #633498).
        + Add Japanese DebConf translation file. Thanks to "victory" for providing
          it. (Closes: #718920).
        + Update debconf translations files after we have added a new configuration
          item.
      * debian/copyright{,.in}:
        + Provide auto-generated draft of a DEP-5 compliant copyright file.
        + Make copyright file DEP-5 compliant.
      * debian/nodm.docs:
        + README is now README.md.
      * debian/nodm.init:
        + Provide LSB description header.
        + Make NODM_OPTIONS configurable via /etc/default/nodm. (Closes: #766124).
      * debian/rules:
        + Correctly evoke ./autogen.sh script at build time.
        + Harden the build of nodm using dpkg's buildflags.mk include.
    
      [ Sjoerd Simons ]
      * debian/<debconf>:
        + Add support for NOXM_X_TIMEOUT via debconf. (Closes: #704128). Based on
          work by Hector Oron.
    
      [ Simon McVittie ]
      * debian/control:
        + Add D (nodm): xserver-xorg. (Closes: #689703).
      * debian/rules:
        + Rely on LSB headers for dependency/sequence info. (Closes: #584179).
    
      [ Emanuele Aina ]
      * debian/control:
        + Drop x11-xserver-utils dependency. (Closes: #680269).
      * debian/nodm.pam:
        + Fix PAM based consolekit integration of sessions. (Closes: #680264).
    
      [ Niklas Fiekas ]
      * debian/nodm.init:
        + Support "status" argument in nodm init script. (Closes: #753304).
    
      [ Chris Lamb ]
      * debian/nodm.init:
        + Wait for nodm to exit. (Closes: #638290).
        + Make initscript less chatty. (Closes: #638293).
    
     -- Mike Gabriel <email address hidden>  Wed, 23 Mar 2016 16:13:22 +0100
  • nodm (0.11-1.3) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Fix "subprocess installed post-installation script returned error exit
        status 10": nodm.config: don't fail if the nodm/xinit debconf value was
        already unregistered. (Closes: #642903)
    
     -- gregor herrmann <email address hidden>  Sat, 15 Sep 2012 16:47:18 +0200