salt (2017.7.4+dfsg1-1) unstable; urgency=medium

  * New upstream bug-fix release
  * Use xz for repacked source tarball
  * Change salt master user from 'root' to 'salt' by default (Closes: #891303)
  * Fix Python 3 support for debconfmod (LP: #1752651)
  * Support dynamic pillar_root environment (fixes upstream bug #20581)
  * kubernetes: Fix ValueError for template in AppsV1beta1DeploymentSpec
    (see upstream bug #46329)

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Mon, 05 Mar 2018 15:36:11 +0100

salt (2017.7.3+dfsg1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * New upstream release
  * Break Python 3 not compatible salt-formulas (Closes: #889934)

  [ Benjamin Drung ]
  * Fix skipping Kubernetes tests if client is not installed
  * Build depend on python3-kubernetes (for test run)
  * Declare that override_dh_fixperms target requires root
  * Move source lintian overrides to debian/source
  * Use canonical URL for Vcs-Git
  * Support nocheck build option
  * Move certificate files to /var/lib/salt/pki (Closes: #698898)
  * Let salt master service handle the file permissions instead of using
    "chown -R" (which is vulnerable to hardlink attacks)
  * Replace Workaround-wrong-oscodename-grain.patch by proper solution

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Wed, 21 Feb 2018 20:28:41 +0100

salt (2017.7.2+dfsg1-2) unstable; urgency=medium

  * Fix Unicode tests when run with LC_ALL=POSIX
  * Replace work around for doc generation with proper fix
  * salt-master.postinst: Ensure that /etc/salt/pki exists

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Fri, 26 Jan 2018 19:36:22 +0100

salt (2017.7.2+dfsg1-1) unstable; urgency=medium

  [ Benjamin Drung ]
  * New upstream release.
  * Refresh patches and drop backported default-fingerprint-sha256.patch
  * Update Vcs URLs to point to salsa.debian.org
  * Switch to Python 3
  * Use libjs-twitter-bootstrap for bootstrap.js
  * Add python3-psutil dependency to salt-common
  * Recommend python3-pygit2 over python3-git
  * Fix unit.modules.test_cmdmod.CMDMODTestCase.test_run test case
  * Fix skipping test when boto is not installed
  * doc: Mock keyring module import
  * doc: Define fake version for msgpack and psutil
  * Update doc.conf.intersphinx_mapping patch for Python 3
  * Work around build failure with python3-sphinx (see upstream bug 45684)
  * Build documentation with python3-sphinx
  * Enable running unit tests
  * Use dbus-run-session instead of dbus-launch (Closes: #836297)
  * Run salt-master as 'salt' user instead of root (Closes: #801396)
  * Raise LimitNOFILE to default max open files (100,000 files)

  [ Ondřej Nový ]
  * Remove privacy breach in docs, replace YouTube iframes with links
  * Disable shorturls extension in docs

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Thu, 25 Jan 2018 16:31:30 +0100

salt (2016.11.8+dfsg1-2) unstable; urgency=medium

  * Recommends sfdisk for salt-minon (Closes: #872099)
  * Recommends e2fsprogs for salt-minion (Closes: #887245)
  * d/copyright: Bump my copyright year
  * Bump debhelper compat level to 11
  * Bump Standards-Version to 4.1.3 (no changes needed)

 -- Ondřej Nový <onovy@debian.org>  Mon, 15 Jan 2018 16:01:11 +0100

salt (2016.11.8+dfsg1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * New upstream release. Security fixies:
    - CVE-2017-12791: Directory traversal vulnerability on salt-master via
      crafted minion IDs (Closes: #872399)
    - CVE-2017-14695:  Directory traversal vulnerability in minion id
      validation in SaltStack (Closes: #879089)
    - CVE-2017-14696: Remote Denial of Service with a specially crafted
      authentication request (Closes: #879090)
  * Remove patches applied upstream and rebase others
  * Add myself to uploaders
  * Bump debhelper compat level to 10
    - Use dh_missing --fail-missing
    - New debhelper don't require to depend on dh-systemd
    - Don't pass --with-systemd to dh, it's default now
  * d/watch: Use https
  * Use Files-Excluded in d/copyright instead of own repack script
  * d/copyright:
    - Add myself for Debian part
    - Remove debian/repack
  * Deprecating priority extra as per policy 4.0.1
  * Remove deprecated upstart configuration

  [ Benjamin Drung ]
  * Add python-msgpack dependency to salt-common (Closes: #869659)

 -- Ondřej Nový <onovy@debian.org>  Mon, 11 Dec 2017 12:21:41 +0100

salt (2016.11.5+ds-1) unstable; urgency=medium

  * New upstream bug-fix release. Security fixes:
    - CVE-2017-8109: salt-ssh minion copied over configuration from the Salt
      Master without adjusting permissions (Closes: #861219)
  * Refresh patches and drop Fix-top_file_merging_strategy-warning.patch
  * Do not require sphinx-build for cleaning docs (Closes: #851559)
  * Install spm into salt-common
  * Install salt-unity into salt-master
  * Add documentation keys to systemd service files (PR 41401)
  * Move salt.7 from salt-common to salt-doc, since it uses 1.7 MiB (compressed)
  * Fix spelling mistakes (found by lintian) (PR 41404)
  * Document aptpkg architectures parameter
  * Fix pkgrepo.managed always return changes for test=true (PR 41456)
  * Update fingerprint hash type default from md5 to sha256. Note: upstream
    defers this change to the next major release (Nitrogen)
  * Fix bashism in bootstrap-salt.sh (Closes: #772406)

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Fri, 26 May 2017 17:54:23 +0200

salt (2016.11.2+ds-1) unstable; urgency=medium

  * New upstream bug-fix release. Security fixes:
    - CVE-2017-5192: local_batch client external authentication not respected
    - CVE-2017-5200: Salt-api allows arbitrary command execution on a
      salt-master via Salt's ssh_client
  * Refresh patches
  * Fix top_file_merging_strategy warning if env_order is set (fixes upstream
    bug #29104)

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Wed, 01 Feb 2017 17:09:07 +0100

salt (2016.11.1+ds-1) unstable; urgency=medium

  * New upstream release.
  * Drop 3 patches that are included upstream and refresh remaining patches.

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Fri, 23 Dec 2016 17:36:42 +0100

salt (2016.3.4+ds-2) unstable; urgency=medium

  * Workaround-wrong-oscodename-grain.patch: Fix salt-minion startup issue when
    VERSION_ID is not defined in /etc/os-release.

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Tue, 29 Nov 2016 10:47:07 +0100

salt (2016.3.4+ds-1) unstable; urgency=medium

  * New upstream release.
  * Drop four upstream-applied patches and refresh remaining patches
  * Support initializing OpenSSL 1.1 (patch accepted upstream) (Closes: #844503)
  * Fix/workaround wrong oscodename grain (when lsb-release is not installed)
  * Cherry-pick tempfile cleanup fix from pull request 37540

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Thu, 24 Nov 2016 15:35:04 +0100

salt (2016.3.3+ds-3) unstable; urgency=medium

  * Remove grains type deprecation warning from 2016.3

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Thu, 27 Oct 2016 17:03:26 +0200

salt (2016.3.3+ds-2) unstable; urgency=medium

  * Depend on python-systemd for all services (needed for startup notification)
    unless sysvinit is used as default init system
  * Cherry-pick upstream commit to fix error when profiling is turned on and
    minions don't return.
  * Preserve the merge order specified in env_order (fixes upstream bug #29104)

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Tue, 25 Oct 2016 11:46:19 +0200

salt (2016.3.3+ds-1) unstable; urgency=medium

  * New upstream release.
  * Replace doc build fix patch by final patch version from 2016.3 branch
  * Correct Vcs-Git URL
  * Make the Salt Proxy environment aware (patch taken from develop branch)
  * Depend on lsb-base (>= 3.0-6) for /lib/lsb/init-functions

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Tue, 18 Oct 2016 11:45:38 +0200

salt (2016.3.2+ds-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Fix documentation build (see upstream bug #35399).

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Thu, 25 Aug 2016 19:00:32 +0200

salt (2016.3.1+ds-1) unstable; urgency=medium

  * New upstream release
  * Drop backported maintenance process patch
  * Change doc-base index file to ToC

 -- Wolodja Wentland <debian@babilen5.org>  Wed, 13 Jul 2016 10:46:06 +0200

salt (2016.3.0+ds-1) unstable; urgency=medium

  [ Wolodja Wentland ]
  * New upstream release
  * Bump Standards-Version to 3.9.8
  * Use Build-Depends-Indep for arch independent build dependencies
    - Bump python-sphinx dependency to 1.3.5 as salt-doc FTBFS with earlier
      versions due to https://github.com/sphinx-doc/sphinx/issues/2247
    - Add python2.7-doc to correctly resolve intersphinx references to the
      Python documentation
  * Drop patches accepted upstream
  * Fix crashing maintenance process
    - See https://github.com/saltstack/salt/issues/33544 and the 2016.3.0
      release notes for details

  [ Robert James Hernandez ]
  * Moving daemon check to after loading default (Closes: #825578)

 -- Wolodja Wentland <debian@babilen5.org>  Mon, 30 May 2016 09:01:20 +0000

salt (2015.8.8+ds-1) unstable; urgency=high

  * New upstream release
    - CVE-2016-3176: Fix insecure configuration of PAM external
      authentication service (Closes: #819184)
  * Drop reproducible_builds.patch (accepted upstream)
  * Cherry-pick the four patches from 2015.8.8.2
  * Re-add shebang to ssh-id-wrapper shell script

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Mon, 04 Apr 2016 13:21:16 +0200

salt (2015.8.7+ds-1) unstable; urgency=medium

  * New upstream release.
  * Override lintian warning about long link in JavaScript comment.

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Mon, 22 Feb 2016 11:57:20 +0100

salt (2015.8.5+ds-1) unstable; urgency=high

  [ Benjamin Drung ]
  * Drop patches that were accepted upstream
  * Rewrite reproducible patch and sent it to upstream
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Ignore false positive source-is-missing lintian error (see #813013)

  [ Wolodja Wentland ]
  * New upstream release.
    - CVE-2016-1866: Improper handling of clear messages on the minion, which
      could result in executing commands not sent by the master.
  * Add Wolodja Wentland to Uploaders
  * Use secure URI for Vcs-Git

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Thu, 04 Feb 2016 10:44:45 +0100

salt (2015.8.3+ds-3) unstable; urgency=medium

  * Cherry-pick fix to silence warnings from (not installed) nova client

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Thu, 14 Jan 2016 15:48:02 +0100

salt (2015.8.3+ds-2) unstable; urgency=medium

  * salt-master: Depend on python-systemd for the startup notification
    unless sysvinit is used as default init system (Closes: #807741,
    LP: #1525184)

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Mon, 14 Dec 2015 12:17:44 +0100

salt (2015.8.3+ds-1) unstable; urgency=high

  * New upstream release.
    - CVE-2015-8034: Fix information leak from state.sls cache data stored as
      world-readable (Closes: #807356)
  * Drop Fix-OS-related-grains-on-Debian.patch (accepted upstream)
  * Use upstream systemd service files (Closes: #806786)
  * Extend description of salt-cloud

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Wed, 09 Dec 2015 12:14:33 +0100

salt (2015.8.1+ds-2) unstable; urgency=medium

  * Demote python-croniter to recommends (only needed for the schedule state)
  * Add missing dependency on python-tornado >= 4.2
  * Fix OS related grains on Debian (wrongly named "Debian GNU")

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Fri, 06 Nov 2015 17:40:11 +0100

salt (2015.8.1+ds-1) unstable; urgency=medium

  * New upstream release (Closes: #801289)
  * debian/repack: Create xz compressed source tarball
  * Refresh reproducible_builds patch and refresh remaining patches
  * Drop make-log-file-group-readable.patch (applied upstream)
  * Require python-crypto (>= 2.6)
  * Add a separate salt-proxy package
  * Drop patch to support sphinx < 1.3 (sphinx is recent enough in unstable)
  * Add myself to uploaders
  * Raise compat level to 9
  * Update debian/copyright

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Thu, 05 Nov 2015 10:13:16 +0100

salt (2015.5.3+ds-1) unstable; urgency=medium

  * [e481db1] Imported Upstream version 2015.5.3+ds
  * [16f6801] Added salt-minion dependency on bsdmainutils. Closes: 790758
  * [761f735] Added dependency on python-croniter. Closes: 771015
  * [5b957bb] Weakened dependency on python-mako to suggests.

 -- Joe Healy <joehealy@gmail.com>  Tue, 28 Jul 2015 22:37:05 +1000

salt (2015.5.2+ds-1) unstable; urgency=medium

  * [e6d32ad] Updated repack script to remove new sphinx theme
  * [48bdace] Imported Upstream version 2015.5.2+ds
  * [9e98c1c] Updated patches for 2015.5.2 and set doc theme to saltstack

 -- Joe Healy <joehealy@gmail.com>  Wed, 01 Jul 2015 00:13:37 +1000

salt (2015.5.0+ds-1) unstable; urgency=medium

  * [52d8863] Imported Upstream version 2015.5.0+ds. Closes: 783300
  * [bd5ad46] Updated patches for 2015.5. Closes: 777664

 -- Joe Healy <joehealy@gmail.com>  Mon, 11 May 2015 21:53:01 +1000

salt (2014.7.5+ds-1) unstable; urgency=medium

  * [f41091a] Imported Upstream version 2014.7.5+ds

 -- Joe Healy <joehealy@gmail.com>  Tue, 21 Apr 2015 11:46:27 +1000

salt (2014.7.4+ds-1) UNRELEASED; urgency=medium

  [ Benjamin Drung ]
  * [c1f16f3] debian/changelog: Use capital UNRELEASED
  * [48334b4] Point Vcs-Browser to cgit instead of gitweb.
  * [b9e3de4] Remove unused ${shlibs:Depends} dependencies

  [ Joe Healy ]
  * [510c0d1] Imported Upstream version 2014.7.4+ds
  * [8489807] Updated doc patches

 -- Joe Healy <joehealy@gmail.com>  Wed, 15 Apr 2015 23:08:49 +1000

salt (2014.7.2+ds-1) experimental; urgency=medium

  * [dc3a14e] Added python-debian as dependency for package version tracking
  * [9de90f3] Updated changelog to relabel versions that were not uploaded
  * [984a676] Updated watch file to use pypi redirector
  * [4e082fd] Imported Upstream version 2014.7.2+ds
  * [7930d76] Added dh_python as a build dep
  * [1e2ddb6] Refreshed patches for 2014.7.2
  * [ca0f3e9] "Fixed" timestamps in generated files for reproducible builds.
  * [9ef435b] Make log file readable by adm user. Closes: 777664
  * [1feadd6] Refreshed lintian overrides and added comments as to their need

 -- Joe Healy <joehealy@gmail.com>  Tue, 17 Mar 2015 20:07:43 +1100

salt (2014.7.1+ds-3) UNRELEASED; urgency=medium

  * [70d659a] Fixed salt-api upstart script

 -- Joe Healy <joehealy@gmail.com>  Tue, 10 Feb 2015 11:20:12 +1100

salt (2014.7.1+ds-2) UNRELEASED; urgency=medium

  * [87971d4] Added dependency on python-dateutil
  * [cb9b2e2] Added init.d, systemd and upstart files for salt-api

 -- Joe Healy <joehealy@gmail.com>  Thu, 05 Feb 2015 17:22:45 +1100

salt (2014.7.1+ds-1) UNRELEASED; urgency=medium

  * [77a2f91] Imported Upstream version 2014.7.1+ds
  * [7525339] Refreshed patches for 2014.7.1
  * [314362b] Added salt-api packaging

 -- Joe Healy <joehealy@gmail.com>  Thu, 29 Jan 2015 10:12:26 +1100

salt (2014.7.0+ds-2) experimental; urgency=medium

  * [9954f59] Added python-requests as a dependency

 -- Joe Healy <joehealy@gmail.com>  Wed, 12 Nov 2014 15:26:00 +1100

salt (2014.7.0+ds-1) experimental; urgency=medium

  * [8e2c682] Imported Upstream version 2014.7.0+ds
  * [2ad9738] Updated patches for 2014.7 release
  * [0ac1a0c] Updated dependencies for initial 2014.7 release

 -- Joe Healy <joehealy@gmail.com>  Wed, 12 Nov 2014 10:36:31 +1100

salt (2014.1.13+ds-1) unstable; urgency=medium

  * [448ac5b] Imported Upstream version 2014.1.13+ds
  * [9b5d860] Added python-apt as a dependency
  * [c068fad] Removed patch for 2014.1.11 release notes as upstream added notes
  * [4a22a13] Updated to standards version 3.9.6, no change needed

 -- Joe Healy <joehealy@gmail.com>  Tue, 21 Oct 2014 00:30:37 +1100

salt (2014.1.11+ds-2) unstable; urgency=medium

  * [fa6cb29] Added 2014.1.11 release notes

 -- Joe Healy <joehealy@gmail.com>  Fri, 26 Sep 2014 13:58:18 +1000

salt (2014.1.11+ds-1) unstable; urgency=medium

  * [d0fbbd5] Imported Upstream version 2014.1.11+ds
  * [edd6667] Fixed minor copyright issues picked up by lintian

 -- Joe Healy <joehealy@gmail.com>  Fri, 26 Sep 2014 13:31:11 +1000

salt (2014.1.10+ds-1) unstable; urgency=medium

  * [ff6185d] Imported Upstream version 2014.1.10+ds

 -- Joe Healy <joehealy@gmail.com>  Tue, 05 Aug 2014 23:20:17 +1000

salt (2014.1.7+ds-2) unstable; urgency=medium

  * [f04fd3a] Load intersphinx data from filesystem. Closes: 755026

 -- Joe Healy <joehealy@gmail.com>  Tue, 22 Jul 2014 10:49:40 +1000

salt (2014.1.7+ds-1) unstable; urgency=medium

  * [00e814e] Imported Upstream version 2014.1.7+ds

 -- Joe Healy <joehealy@gmail.com>  Thu, 10 Jul 2014 09:41:31 +1000

salt (2014.1.6+ds-1) unstable; urgency=medium

  * [a0fe230] Moved python-git recommendation to salt-master
  * [25d5ac9] Imported Upstream version 2014.1.6+ds
  * [3ad8e3a] Removed and updated patches for 2014.1.6

 -- Joe Healy <joehealy@gmail.com>  Wed, 09 Jul 2014 09:48:28 +1000

salt (2014.1.5+ds-5) unstable; urgency=medium

  * [14ee714] Added stub for ext_nodes to re-enable comms with older minions

 -- Joe Healy <joehealy@gmail.com>  Sun, 22 Jun 2014 20:45:41 +1000

salt (2014.1.5+ds-4) unstable; urgency=medium

  * [39e8303] Patch to remove spurious iptables --help output

 -- Joe Healy <joehealy@gmail.com>  Sun, 22 Jun 2014 10:09:18 +1000

salt (2014.1.5+ds-3) unstable; urgency=medium

  * [12bbc7b] Fix for grain detection on xen and openvz (Upstream issue 11877)

 -- Joe Healy <joehealy@gmail.com>  Thu, 19 Jun 2014 04:21:24 +1000

salt (2014.1.5+ds-2) unstable; urgency=medium

  * [55dac69] Added version requirement for salt-cloud
  * [7a00f9e] Clean up of build depends

 -- Joe Healy <joehealy@gmail.com>  Wed, 18 Jun 2014 06:48:40 +1000

salt (2014.1.5+ds-1) unstable; urgency=medium

  * [17cddb2] Imported Upstream version 2014.1.5+ds
  * [6fbecdc] Removed patch for 748092 as upstream have fixed issue.
  * [a23be88] Minor doc patch fixed

 -- Joe Healy <joehealy@gmail.com>  Sat, 14 Jun 2014 22:09:22 +1000

salt (2014.1.4+ds-2) unstable; urgency=medium

  * [8716b5d] Fix to salt-ssh to not require python-zmq. Closes: 748092

 -- Joe Healy <joehealy@gmail.com>  Thu, 15 May 2014 16:28:11 +1000

salt (2014.1.4+ds-1) unstable; urgency=medium

  * [a9b0074] Imported Upstream version 2014.1.4+ds
  * [fd38419] Removed patch for removing externalip grain

 -- Joe Healy <joehealy@gmail.com>  Tue, 06 May 2014 21:03:13 +1000

salt (2014.1.3+ds-2) unstable; urgency=medium

  * [897f3b6] Removed external_ip grain due to privacy issues

 -- Joe Healy <joehealy@gmail.com>  Thu, 24 Apr 2014 16:50:27 +1000

salt (2014.1.3+ds-1) unstable; urgency=medium

  * [07ff82c] Imported Upstream version 2014.1.3+ds
  * [20cbcd6] Kill off all salt-master processes when stopping/restarting

 -- Joe Healy <joehealy@gmail.com>  Fri, 18 Apr 2014 14:30:42 +1000

salt (2014.1.1+ds-1) unstable; urgency=medium

  * [1b25dba] Removed renaming of js file in repack script as upstream fixed
  * [a5ee734] Imported Upstream version 2014.1.1+ds

 -- Joe Healy <joehealy@gmail.com>  Thu, 20 Mar 2014 23:11:07 +1100

salt (2014.1.0+ds-1) unstable; urgency=medium

  * [d5adf7f] Removed windows binary
  * [7c0cc71] Imported Upstream version 2014.1.0+ds
  * [12c1810] Updated debian/copyright for new files
  * [fee767d] Updated patches for 2014.1
  * [409559a] Added salt-cloud

 -- Joe Healy <joehealy@gmail.com>  Fri, 28 Feb 2014 16:02:44 +1100

salt (0.17.5+ds-1) unstable; urgency=medium

  * [af8c595] Added repack script to fix source issue. Closes: 736783
  * [20ce79b] Imported Upstream version 0.17.5+ds
  * [a536794] Send environment info with state (upstream commit #113adcd)
  * [838f341] Added release notes from upstream
  * [f741d6d] Updated copyright to reflect repacking
  * [d747742] Added lintian override for minified js files with source

 -- Joe Healy <joehealy@gmail.com>  Fri, 07 Feb 2014 10:07:55 +1100

salt (0.17.5-1) unstable; urgency=medium

  * [68d201f] Imported Upstream version 0.17.5
  * [f48d855] Minor update of doc patches to reflect upstream changes

 -- Joe Healy <joehealy@gmail.com>  Sun, 26 Jan 2014 23:20:05 +1100

salt (0.17.4-2) unstable; urgency=medium

  * [178932c] Removed documentation tracking code (google analytics)

 -- Joe Healy <joehealy@gmail.com>  Wed, 22 Jan 2014 11:09:50 +1100

salt (0.17.4-1) unstable; urgency=low

  * Imported Upstream version 0.17.4
  * removed patches no longer needed
   * doc-conf_py-changes.diff
   * pkgrepo-salt-bug-8560
   * release-notes.diff
  * Added patch (yaml.scanner) for doc build error

 -- Joe Healy <joehealy@gmail.com>  Mon, 16 Dec 2013 20:35:13 +1100

salt (0.17.2-3) unstable; urgency=low

  * [a4f9a88] Suggest documentation when installing. Closes: 730842
  * [7eb7969] Depend on python-msgpack rather than msgpack-python.
              Closes: 730875
  * [38deac5] Bump standards version - No changes needed.

 -- Joe Healy <joehealy@gmail.com>  Sun, 01 Dec 2013 13:26:05 +1100

salt (0.17.2-2) unstable; urgency=low

  * [d5d4256] Removed test symbolic link
  * [aba0f43] Addition of patch for upstream bug 8560

 -- Joe Healy <joehealy@gmail.com>  Tue, 19 Nov 2013 17:35:29 +1100

salt (0.17.2-1) unstable; urgency=low

  * [51557a0] Added debconf-utils as a recommended package for salt-minion
  * [3e6db19] Added dependency on msgpack-python to salt-ssh. Closes: 729181
  * [37b3fbc] Removed gbp dfsg filtering
  * [8562ec2] Updated upstart files to reflect latest ubuntu versions
  * [00398b1] Imported Upstream version 0.17.2
  * [43c3a3d] Added files previously removed in repacking to copyright file
  * [37d2781] Added links so that packaged versions of js and css files are used
  * [3dcf641] Added doc dependencies on js libraries
  * [58980a0] Updated documentation version to 0.17.2
  * [94b12c9] Added 0.17.2 release notes from upstream

 -- Joe Healy <joehealy@gmail.com>  Sun, 17 Nov 2013 00:01:06 +1100

salt (0.17.1+dfsg-1) unstable; urgency=medium

  * [ebd0329] Updated gbp.conf to remove saltstack theme
  * [ba2cb77] Updated debian/watch to deal with dfsg versions
  * [091a74a] Imported Upstream version 0.17.1+dfsg
   * Various security fixes, Closes: 726480
    * Insufficent Argument Validation CVE-2013-4435
    * MITM ssh attack in salt-ssh CVE-2013-4436
    * Insecure Usage of /tmp in salt-ssh CVE-2013-4438
    * YAML Calling Unsafe Loading Routine CVE-2013-4438
    * Failure to Validate Minions Posting Data CVE-2013-4439
  * [47ce833] Removed patches for issues fixed by upstream
  * [fddc7b5] Added patches for doc theme change and minor fixes
  * [b146f77] Build man pages
  * [cd33d3a] Copyright and licence audit, Closes: 725999

 -- Joe Healy <joehealy@gmail.com>  Wed, 23 Oct 2013 00:19:26 +1100

salt (0.17.0-2) unstable; urgency=low

  * [d952c6f] Fix upstream regression: prefer getfqdn call over /etc/hostname

 -- Andriy Senkovych <jolly_roger@itblog.org.ua>  Tue, 08 Oct 2013 14:37:02 +0300

salt (0.17.0-1) unstable; urgency=low

  * [9d6c0ae] Updated watch file to deal with upstream rc file naming
  * [6861b2f] Imported Upstream version 0.17.0
  * [19e5529] Addition of salt-ssh and dependency refactor to suit
  * [0b7af23] Dereference symbolic links for salt-ssh - upstream issue #7480

 -- Joe Healy <joehealy@gmail.com>  Tue, 01 Oct 2013 09:01:10 +1000

salt (0.16.4-2) unstable; urgency=low

  [ Joe Healy ]
  * Team upload.
  * [9862171] Reduced priority due to dependency on lower priority packages
  * [0fab0f8] Revert 70573cb: "Ensure minions procs killed..." Closes: 722446

 -- Joe Healy <joehealy@gmail.com>  Wed, 11 Sep 2013 15:15:52 +1000

salt (0.16.4-1) unstable; urgency=low

  [ Joe Healy ]
  * Team upload.
  * [fa55b16] Imported Upstream version 0.16.4

 -- Joe Healy <joehealy@gmail.com>  Sun, 08 Sep 2013 10:47:07 +1000

salt (0.16.3-1) unstable; urgency=low

  [ Joe Healy ]
  * Team upload.
  * [911d75a] Overhaul of init.d scripts. Fixes lintian issue and closes: 692066
  * [77ec715] Imported Upstream version 0.16.3
  * [ee76ab8] Undo packaging fix upstream issue #6502
  * [ed508f0] Added lintian override for awkward spacing in man page table
  * [70573cb] Ensure all minion processes are killed when stopping/restarting

 -- Joe Healy <joehealy@gmail.com>  Thu, 15 Aug 2013 23:06:02 +1000

salt (0.16.2-2) unstable; urgency=low

  [ Joe Healy ]
  * Team upload.
  * [5fb2336] Fix upstream issue #6502 "Fix traceback in salt-call --local"

 -- Joe Healy <joehealy@gmail.com>  Sat, 03 Aug 2013 21:29:18 +1000

salt (0.16.2-1) unstable; urgency=low

  [ Joe Healy ]
  * Team upload.
  * [526271e] Updated debian/copyright to reflect minor upstream changes
  * [1f38e01] updated debian/rules to use dh-systemd. Closes: #715249
  * [21abc2e] Imported Upstream version 0.16.2
  * [50da5a7] Updated *.service files to get rid of lintian warning.

 -- Joe Healy <joehealy@gmail.com>  Fri, 02 Aug 2013 15:46:10 +1000

salt (0.16.0-1) unstable; urgency=low

  [ Joe Healy ]
  * Team upload.
  * [a7fdace] Imported Upstream version 0.16.0. Closes: #712819

 -- Joe Healy <joehealy@gmail.com>  Thu, 04 Jul 2013 10:48:59 +1000

salt (0.15.3-1) unstable; urgency=low

  [ Joe Healy ]
  * Team upload.
  * [ad0a089] Imported Upstream version 0.15.3
  * [99d70ab] Updated to depend on zeromq 3. Closes: #690525
  * [0aefc36] Added python-git as a recommended package. Closes: #700174

 -- Joe Healy <joehealy@gmail.com>  Mon, 03 Jun 2013 23:47:24 +1000

salt (0.15.1-1) unstable; urgency=high

  [ Joe Healy ]
  * team upload
  * [3f2928c] Imported Upstream version 0.15.1
  * [5d46d17] Imported Upstream version 0.15.0 Closes: #703600
  * [ee734d5] Added dctrl-tools as a recommendation
  * [0c3a6e6] Removed unnecessary cleanup step in build process
  * [552cb80] Updated changelog and NEWS file for 0.15.1
  * [1d878ca] removed files that should not have been checked in

  [ Ulrich Dangel ]
  * [e30e35a] Move security notice from salt-common.NEWS to NEWS

 -- Ulrich Dangel <uli@debian.org>  Sun, 19 May 2013 22:46:03 +0100

salt (0.14.1-1) unstable; urgency=low

  [ Joe Healy ]
  * Imported Upstream version 0.14.1

 -- Joe Healy <joehealy@gmail.com>  Sun, 14 Apr 2013 03:31:37 +0000

salt (0.14.0-1) unstable; urgency=low

  [ Joe Healy ]
  * team upload
  * [4234664] Updated debian branch
  * [a623ed7] Added gitignore file
  * [f97485a] Imported Upstream version 0.14.0 Closes: #701155
  * [ee4a462] Updated maintainer and uploaders Closes: #698772

  [ Andriy Senkovych ]
  * [5752009] Update Vcs-* fields to point to pkg-salt alioth repository.
  * [6d3bea7] debian/copyright: set versioned copyright format uri
  * [a282c5f] Remove unnecessary dh_quilt invocations
  * [64fe85c] Add Andriy Senkovych <jolly_roger@itblog.org.ua> to Uploaders

  [ Ulrich Dangel ]
  * [aa8f816] Change conflict to breaks and adjust python-mako comparison

 -- Ulrich Dangel <uli@debian.org>  Mon, 08 Apr 2013 21:08:03 +0100

salt (0.12.1-1~bpo60+1~madduck.2) squeeze-backports; urgency=low

  * Add recommendation to python-mako, but conflict with versions before
    0.7.0, since Salt won't work with the version in squeeze, but needs the
    backport instead.

 -- martin f. krafft <madduck@debian.org>  Thu, 24 Jan 2013 20:17:21 +1300

salt (0.12.1-1~bpo60+1~madduck.1) squeeze-backports; urgency=low

  * RebuilD for squeeze-backports.

 -- martin f. krafft <madduck@debian.org>  Thu, 24 Jan 2013 16:45:13 +1300

salt (0.12.1-1) unstable; urgency=low

  * [2f34fe9] New upstream version 0.12.1
  * [f25519b] Refresh version fix

 -- Ulrich Dangel <uli@debian.org>  Tue, 22 Jan 2013 22:05:26 +0000

salt (0.12.0-1) unstable; urgency=low

  * [b6c675e] New upstream version 0.12.0
  * [bd89271] Import patch to fix version.py

 -- Ulrich Dangel <uli@debian.org>  Sat, 19 Jan 2013 11:26:17 +0000

salt (0.11.1+ds-1) unstable; urgency=low

  * Team upload.
  * Re-roll a new orig.tar.gz for 0.11.1 that includes all the files with
    "debian" in their name. Closes: #697747
  * Update debian/watch to drop the (temporary) +ds suffix

 -- Raphaël Hertzog <hertzog@debian.org>  Wed, 09 Jan 2013 10:41:47 +0100

salt (0.11.1-1) unstable; urgency=low

  * [9dfcb21] Update watch uri as github no longer offers download page
  * [2aedacf] Don't filter pyc files
  * [3adc2cf] New upstream version 0.11.1
  * [281093f] Use default config file from conf directory
  * [88e0f24] Mention new default file locations
  * [7ddd3fc] Add bash completion

 -- Ulrich Dangel <uli@debian.org>  Fri, 04 Jan 2013 04:35:59 +0000

salt (0.10.5-1) unstable; urgency=low

  * [f735ab9] Filter pyc files
  * [62462dd] New upstream version 0.10.5 (Closes: #690481)
  * [9726d8b] Install empty include dirs for salt-master and salt-minion.
  * [8705c6e] Build-depend on msgpack-python
  * [6832d36] Update config file templates

 -- Ulrich Dangel <uli@debian.org>  Mon, 19 Nov 2012 08:34:09 +0000

salt (0.10.4-1) unstable; urgency=low

  * [5431ef2] Imported Upstream version 0.10.4
  * [bcd48a0] Remove patch 'add_hacking_rst', applied upstream.
  * [3135d52] Fix salt-master restart (Patch by martin f. krafft)
    (Closes: #692064)
  * [15abbbb] Recommend lsb-release. With new upstream code this
    provides lsb* grains. (Closes: #690700)

 -- Christian Hofstaedtler <christian@hofstaedtler.name>  Sat, 10 Nov 2012 17:57:52 +0100

salt (0.10.2-1~experimental+1) experimental; urgency=low

  * [cf57587] Import upstream version 0.10.2
  * [1ff7a9f] Add patch to create HACKING.rst

 -- Ulrich Dangel <uli@debian.org>  Sat, 04 Aug 2012 02:57:52 +0200

salt (0.10.1-3) unstable; urgency=low

  * [efbd4a8] Change uploaders email address for Ulrich Dangel
  * [442ead1] Recommends dmidecode instead of Depend to support non-x86 systems.

 -- Ulrich Dangel <uli@debian.org>  Mon, 30 Jul 2012 12:40:53 +0200

salt (0.10.1-2) unstable; urgency=low

  * [bda6011] Add dmidecode to depends for salt-minion. (Closes: #680410)
  * [ad4786e] Depend on the same salt version
  * [671c2c3] Depend on debhelper version fixing #577040

 -- Ulrich Dangel <uli@debian.org>  Mon, 09 Jul 2012 23:15:27 +0200

salt (0.10.1-1) unstable; urgency=low

  [ Ulrich Dangel ]
  * [f1d627c] Always recreate orig.tar.gz with git-buildpackage

  [ Michael Prokop ]
  * Merge new upstream release
  * [ee1806a] Add python-augeas to suggests of salt-minion

 -- Michael Prokop <mika@debian.org>  Fri, 22 Jun 2012 18:56:02 +0200

salt (0.10.0-1) unstable; urgency=low

  [ Ulrich Dangel ]
  * Merge new upstream release
  * [bd10385] Change debian/source/format to quilt
  * [ba60137] Add ignore options
  * [54e70de] Copy service files from rpm package
  * [1d21548] Update install files
  * [c2737c9] Update pyversions file to use 2.6
  * [573b27a] Update salt-common.install to install complete python
    package
  * [9b739f5] Update debian/rules to use python support and update
    build dependencies
  * [bf51e1c] Provide pydists-overrides for msgpack-python
  * [4bbd2bf] Add dependency to python-pkg-resources for
    salt-{minion,master,syndic}
  * [ad8f712] Update config files to latest version

  [ Jeroen Dekkers ]
  * [9ae1aa5] Unapply patches from source
  * [933c1ee] Add debian/gbp.conf
  * [be9529b] Add >= 1.0 to python-sphinx build-depend

 -- Michael Prokop <mika@debian.org>  Wed, 20 Jun 2012 22:39:40 +0200

salt (0.9.9-1) unstable; urgency=low

  * Initial release. [Closes: #643789]

 -- Michael Prokop <mika@debian.org>  Thu, 14 Jun 2012 18:39:17 +0200
