[Pkg-puppet-devel] [SCM] Puppet packaging for Debian annotated tag, debian/0.24.6-1, created. debian/0.24.6-1
Micah Anderson
micah at riseup.net
Sun Nov 30 01:29:50 UTC 2008
The annotated tag, debian/0.24.6-1 has been created
at 241ad63c704356fe8bd6e015beb4232678c60198 (tag)
tagging b649e2c987b58f1ac7e289f64463e4297fa4c17d (commit)
replaces debian/0.24.5-2
tagged by Micah Anderson
on Sat Nov 29 20:28:01 2008 -0500
- Shortlog ------------------------------------------------------------
Format: 1.8
Date: Sat, 29 Nov 2008 13:59:25 -0500
Source: puppet
Binary: puppet puppetmaster
Architecture: source all
Version: 0.24.6-1
Distribution: experimental
Urgency: low
Maintainer: Puppet Package Maintainers <pkg-puppet-devel at lists.alioth.debian.org>
Changed-By: Micah Anderson <micah at debian.org>
Description:
puppet - centralised configuration management for networks
puppetmaster - centralised configuration management control daemon
Closes: 498284 499999 500848 500852 502163 502163 504624 506129
Changes:
puppet (0.24.6-1) experimental; urgency=low
.
* New upstream release (Closes: #506129, #504624, #502163)
* Distribute filebucket binary (Closes: #499999)
* Fix missing check for START variable in defaults files (Closes: #498284)
* Fix maintainer scripts so that they do not ignore errors (set -e)
* Fix maintainer scripts so they don't have prepended paths (thanks lintian)
* Cherry-pick fixes from upstream:
- comparison of String with 0 failed (Closes: #500848)
- filename cannot handle ++ (Closes: #502163)
- tidy must specify size, age or both (Closes: #500852)
Checksums-Sha1:
70cba86017ca67b25643be2e19f346374cfc017d 1025 puppet_0.24.6-1.dsc
2deaf43934c149430dec46d97af17aa4afc41442 894124 puppet_0.24.6.orig.tar.gz
e8cb43a5eb34db3c2026b0ef2630328cbba0b7b7 12485 puppet_0.24.6-1.diff.gz
7b543097bc38384bcb32c8103e4a8e68e94cf63e 478206 puppet_0.24.6-1_all.deb
935f960f7be796659a587a96c4211435a7425af2 40560 puppetmaster_0.24.6-1_all.deb
Checksums-Sha256:
926a692530fbd3f83dbe850f05ca07c587244a3125a54061765cdc86f0e5dac0 1025 puppet_0.24.6-1.dsc
1cf0f7914b6ed13314bff2f517a42fd224ef24bd99b46e323d2bc793fe58b936 894124 puppet_0.24.6.orig.tar.gz
0ef2306a73ac647523f2d0a45e40efa077ea797e8cddaa10e7789f6e06ccebd0 12485 puppet_0.24.6-1.diff.gz
f82ff0224ce2d4a99ef385bfc3ee98a9c3e91a19338810cc41291721d3ba5f03 478206 puppet_0.24.6-1_all.deb
d7aa9ab85c7715638adaf9a1494d188074668d924ca79889c280760a84b5f6ec 40560 puppetmaster_0.24.6-1_all.deb
Files:
047cca83e2a6a60edc46681a07406336 1025 admin optional puppet_0.24.6-1.dsc
dcc84cd9bc5c411536ab88589079459b 894124 admin optional puppet_0.24.6.orig.tar.gz
c066bf934bdc0ca0d18f9481b021edf1 12485 admin optional puppet_0.24.6-1.diff.gz
1ad9afbdcd1bbf9e958fade302729908 478206 admin optional puppet_0.24.6-1_all.deb
540a2d4a02b8096c18f5472c4134cfe6 40560 admin optional puppetmaster_0.24.6-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEABECAAYFAkkx7CEACgkQxOALs3NV+v8UVQCeJTRnXkv3RhTX5PcklWZKNNfy
cuQAoJOBptQFkXW+tPepiMzpYSRGPdQF
=Sd9/
-----END PGP SIGNATURE-----
Adam Jacob (1):
Adding has_variable? support, fixing ticket #1177
Francois Deppierraz (3):
New native ssh_authorized_key type
Removed "none" as a valid type attribute value, it was useless anyway
Cosmetic fix
James Turnbull (27):
I think this will include the man pages in the build but overall the Rakefile needs a rewrite
Added updated fix for #1020
Revert "Added updated fix for #1020"
Better fix for #1020
Pushed patch to fix #1174
Committed patch from #1160
Fixes debian service enabled/disable issue as detailed in #1161.
Changed some non-standard Ruby locations to env ruby shebangs
Additional fix to emacs for ticket #1160
Revert "Additional fix to emacs for ticket #1160"
Additional fix for emacs syntax for ticket #1160
Added puppetlast script to ext directory
Applied patch for ticket #1271
Fix for ticket #1209
Update to man pages, fix to ralsh help text and fix for #1211
Add values for dump parameter for the mount type closing #1212
Fix for ticket #1218 - changed to appropriate variable name
Fix for #1219
Crontab provider: fix a parse error when a line begins with a space character
Fix for latest method in rpm provider (fixes #1224)
Updated puppetd documentation which fixes ticket #1227
Pushed patch fixing #1235
Added cron random function fixing ticket #311
Reverted function - "Added cron random function fixing ticket #311"
Put function in ticket #311 in correct location
Fixed Rakefile to install non-.rb files to fix #1266
Fixed #1661 - Type reference: tidy should specify manditory parameters
Luke Kanies (10):
Adding validation to the user type to confirm that the
Fixing an error message to be more clear
Applying patch by martin to fix #1207.
Modified the 'factpath' setting to automatically configure
Removing an unused file. Closes #1229.
Fixing transaction support for prefetching generated resources.
Fixing #1247 -- no more clear_cache failures.
Fixing #1660 - Adding specifically supported values for tidy recursion.
Cleaning up the tidy type a bit
Completely refactoring the tidy type.
Micah Anderson (57):
Merged in upstream proposed 0.24.3
Add patch for LSB headers from Petter (Closes: #462915)
add upstream man pages by splitting them out for each binary
Install a new puppet-mode.el which has various updates and enhancements. This hasn't been
Add puppet.conf settings and fileserver.conf settings to enable
Merge branch 'master' of git://git.debian.org/git/pkg-puppet/puppet
merge updates from 0.24.x, getting us up to 0.24.3rc1
Merge branch 'master' of git://git.debian.org/git/pkg-puppet/puppet
* Updated outdated debian/control substrvar for puppet to ${source:Version}
update to the released 0.24.3
Merge branch 'master' of git://git.debian.org/git/pkg-puppet/puppet
prepare for a release
merge in upstream 0.24.4 tag
add in upstream man pages that are not included in the release
fix pieces missing from previous merge
prepare for actual release
fix debian revision number
fix duplicate man page install
remove bin/pi #472850
Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.
Added patch from ticket #1176 to make configtimeout option work correctly as a command-line
Create /etc/default/puppet and /etc/default/puppetmaster
Adjusted LSB headers in initscripts to be more useful
add ralsh executable, closes: 476629
Go back to having Required- headers for LSB as it seems like netbase should be installed to do anything useful with puppet
fix up initscript for puppetmaster to handle mongrel better
add missing trailing newlines
Remove bashisms in puppetmaster.init
Add puppetlast to /usr/bin
fix incorrect location of puppetlast in debian/rules
Update emacs-mode
Fix Bug#480019: typo in puppetmaster.init
Fix variable name in /etc/default/puppetmaster comments
* Add puppetmaster.postrm to remove /var/log/puppet on purge
Changed default port to be consistent with the client default
Note in changelog cherry-picked commits
added debian/changelog entry to go along with previous commit
Merge branch 'master' into new
Imported Upstream version 0.24.6
Merge branch 'upstream/0.24.6' into master
Revert "Imported Upstream version 0.24.6"
Merge commit 'debian/0.24.5-2' into upstream/0.24.6
Merge branch 'master' into merge-temp2
Distribute the filebucket program (Closes: #499999)
Fix the missing START variable from /etc/default/puppet* test in the initscripts
Fixing #1660 - Adding specifically supported values for tidy recursion.
add changelog entries for feature-branch cherry-picks
Merge branches 'debian', '500852' and '500848'
fix changelog format
add newline to the end of the file
Finish the fix for distributing the filebucket binary
Fix up the initscript START variable tests
Fix maintainer scripts so that they do not ignore errors
Fix maintainer scripts so that they do not prepend paths to binaries
Merge branch 'debian'
fix pendantic spelling error, thanks lintian
Merge branch 'debian'
Russ Allbery (5):
Use our own count-matches for Emacs 21 compatibility
Enhancements to syntax highlighting and indentation for Emacs
Further improvements to Emacs mode indentation
Fix Emacs mode indentation of multiple nested blocks
Further Emacs puppet-mode fixes
Thom May (11):
Imported upstream version 0.24.1
Imported Debian patch 0.24.1-1
Correct location of packaging revision control.
* New upstream release (Closes: #445626)
Update puppet vim syntax installation
* Set maintainer to pkg-puppet-devel
Fix alioth list address
* Set rundir correctly (Closes: #460203, #459579)
* Apply patch for puppet#1003 to enable collection of tagged resources
releasing version 0.24.1-2
* If puppet can't start, continue with package install
martin f. krafft (1):
Improved logcheck file installation
-----------------------------------------------------------------------
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list