cdist (4.10.6-1) unstable; urgency=medium * New upstream release * Use secure URI in Homepage field. -- Dmitry Bogatov Sat, 16 Feb 2019 21:12:00 +0000 cdist (4.10.5-1) unstable; urgency=medium * New upstream release * Update debian/copyright * Add Built-Using field to binary package `cdist-doc' * Refresh patches -- Dmitry Bogatov Mon, 24 Dec 2018 16:23:13 +0000 cdist (4.10.4-1) unstable; urgency=medium * New upstream release * Update debian/copyright * Build-depend on `debhelper-compat' (obsoletes `debian/compat') * Update Vcs-* fields in debian/control (package moved into debian/ group) -- Dmitry Bogatov Mon, 05 Nov 2018 23:31:45 +0000 cdist (4.10.3-1) unstable; urgency=medium * New upstream release * Update debian/copyright * Adjust code, removing redundant REAME to multiple Python version * Replace duplicate files with symlinks using jdupes(1) -- Dmitry Bogatov Wed, 26 Sep 2018 15:09:52 +0300 cdist (4.10.2-1) unstable; urgency=medium * New upstream release * Update debian/copyright * Bump standards version to 4.2.1 (no changes needed) * Remove installation instruction from binary package * Add GitLab CI configuration file * Add autopkgtest, checking that installation is correct -- Dmitry Bogatov Sun, 09 Sep 2018 13:01:03 +0300 cdist (4.10.0-1) unstable; urgency=medium * New upstream release -- Dmitry Bogatov Tue, 19 Jun 2018 10:50:33 +0300 cdist (4.9.1-1) unstable; urgency=medium * New upstream release -- Dmitry Bogatov Sun, 03 Jun 2018 13:20:43 +0300 cdist (4.9.0-1) unstable; urgency=medium * New upstream release * Update debian/copyright -- Dmitry Bogatov Thu, 17 May 2018 23:54:24 +0300 cdist (4.8.4-1) unstable; urgency=medium * New upstream release * Drop patch-fix-spelling-errors-in-manpages.patch (applied upstream) * Update standards version to 4.1.4 (no changes needed) * Explicitly add /sbin:/usr/sbin to PATH when executing remote code. Without this change some types fail when ssh server is dropbear, not openssh. -- Dmitry Bogatov Sat, 21 Apr 2018 01:07:22 +0300 cdist (4.8.3-1) unstable; urgency=medium * New upstream release * Refresh 'do-not-assume-git-checkout.patch' * Update debian/copyright * Use secure protocol when referring to copyright format uri. * Update standards version to 4.1.3 (no changes needed) * Update debhelper version to 11 (no changes needed) * Install examples of alternative scp/ssh commands * Update Vcs-* fields in debian/control. * Ensure that code in debian/rules, that sets executable bit on scripts associated with types, does not process manpages. Otherwise, some manpages could become executable. * Fix build from Git working tree by recreating empty docs/src/man7 directory. -- Dmitry Bogatov Thu, 05 Apr 2018 20:34:51 +0300 cdist (4.4.1-1) unstable; urgency=medium * New upstream release -- Dmitry Bogatov Sun, 18 Dec 2016 12:54:12 +0300 cdist (4.4.0-1) unstable; urgency=medium * New upstream release * Update debian/copyright * Make dh-linktree generate weak dependency on sphinx, not strong. + This change simplifies upgrades of sphinx at expense of increased risk of dangling symbolic links in cdist generated documentation. + Requested by: Dmitry Shachnev -- Dmitry Bogatov Mon, 12 Dec 2016 12:58:21 +0300 cdist (4.3.2-1) unstable; urgency=medium * New upstream release -- Dmitry Bogatov Fri, 14 Oct 2016 09:45:05 +0300 cdist (4.3.1-2) unstable; urgency=medium * Rebuild for unstable to get latest sphinx dependency (Closes: #837312) * Force `sphinx-build' use Python3 (Closes: #837311) -- Dmitry Bogatov Sat, 10 Sep 2016 16:33:38 +0300 cdist (4.3.1-1) unstable; urgency=medium * New upstream release * Update `debian/copyright' -- GPLv3-only issue is almost solved. -- Dmitry Bogatov Sun, 21 Aug 2016 23:36:29 +0300 cdist (4.2.2-2) unstable; urgency=medium * Take advantage of 'dh_sphinxdoc'. It reduce number of paths to mention in cdist-doc.linktrees * Fix `dpkg-buildpackage -A' build * Install bash completion -- Dmitry Bogatov Sun, 31 Jul 2016 11:53:18 +0300 cdist (4.2.2-1) unstable; urgency=medium * New upstream release -- Dmitry Bogatov Tue, 26 Jul 2016 13:39:13 +0300 cdist (4.2.1-1) unstable; urgency=medium * New upstream release * Refresh patch 'do-not-assume-git-checkout.patch' * Removed patches: - fix-more-spelling-errors.patch: applied upstream - disable-building-html.patch: no longer needed, since now upstream generates html via sphinx - ensure-reproducible-build.patch: applied upstream * New patch: fix-docs-man-Makefile.patch * Update debian/watch, check GPG signature * Update debian/rules: + take advantage of /usr/shake/dpkg/default.mk instead of manual invocation of 'dpkg-parsechangelog' + .gitignore file no longer installed, drop fix + remove no longer generated files from clean target * Use pybuild debhelper build system * Introduce new binary package 'cdist-doc', which contain html documentation. * Make 'debian/changelog' more accurate, mentioning GPLv3-only manpages. * Install doc-base control file. -- Dmitry Bogatov Sun, 19 Jun 2016 19:34:34 +0300 cdist (4.0.0-2) unstable; urgency=medium * patches/ensure-reproducible-build.patch: ensure deterministic file processing order. Thanks to Chris Lamb . (Closes: #825406) * Call dh_fixperms after calling 'chmod +x' on files with shebang, since seems it is overzealos and causes executable manpage. -- Dmitry Bogatov Sat, 28 May 2016 01:25:09 +0300 cdist (4.0.0-1) unstable; urgency=medium * New upstream release * Refresh spelling patches * Improve machine-readability of debian/copyright * Disable building html documentation * Bump standards version to 3.9.8 (no changes needed) -- Dmitry Bogatov Sun, 15 May 2016 17:44:25 +0300 cdist (4.0.0~pre3-2) unstable; urgency=medium * Bump standards version to 3.9.7 (no changes needed) * Do not hardcode python version dependency (Closes: #802784) * Replace insecure git:// uri in Vcs-Git field with secure https:// * Fix spelling errors in manpages -- Dmitry Bogatov Wed, 06 Apr 2016 16:36:05 +0300 cdist (4.0.0~pre3-1) unstable; urgency=low * Initial release (Closes: #785334) * Add patch to enable build without git checkout * Add patch to fix manpages spelling errors -- Dmitry Bogatov Thu, 14 May 2015 05:08:03 +0300