[Pkg-puppet-devel] [SCM] Puppet packaging for Debian annotated tag, debian/2.6.5-1, created. debian/2.6.5-1

Stig Sandbeck Mathisen ssm at debian.org
Thu Mar 3 09:56:02 UTC 2011


The annotated tag, debian/2.6.5-1 has been created
        at  032914cb895543feae55dbb8b4f3ecf014ae14b6 (tag)
   tagging  19eaa8ce890533789fe697bcb241544f3bab18da (commit)
  replaces  2.6.5rc1
 tagged by  Stig Sandbeck Mathisen
        on  Thu Mar 3 10:53:02 2011 +0100

- Shortlog ------------------------------------------------------------
Debian release 2.6.5-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAk1vZP4ACgkQQONU2fom4u5OJwCgmSRKJN1FTizDytIeSlc/wyTy
3mUAn1Qns66qbE5iRkoqHS3+bMld1aYE
=11Df
-----END PGP SIGNATURE-----

Andrew Forgue (1):
      Modify SuSE spec file for 0.25.x and correct shebang lines for

Andrew Pollock (11):
      Added the closes part to the changelog for #554624
      Adjust the location of the pid files for Debian bug #561231
      Version the build dependecy on facter for Debian bug #551055
      Merge branch 'master' of ssh://apollock@git.debian.org/git/pkg-puppet/puppet
      Added the closes part to the changelog for #554624
      Adjust the location of the pid files for Debian bug #561231
      Version the build dependecy on facter for Debian bug #551055
      Update debian/watch for the new upstream location
      Fix for #571130
      Don't install config.ru as owned by the puppet user
      Fix invocation of start-stop-daemon for bug #578066

Brice Figureau (6):
      Fix #3150 - require function doesn't like ::class syntax
      Fix #3186 - require function set relationship only on the last class
      Fix #2929 - Allow checksum to be "none"
      Fix #3229 - use original value in case/selector regex matching
      Fix inefficient SimpleGraph#matching_edge
      Fix #3155 - prevent error when using two matching regex in cascade

Bryan Kearney (4):
      Fixed the return types were valid, and removed the copy paste error with the exception logic
      Fixes #3387 - Handle path elements with ticks and spaces
      Bug 3731. Applied Fix suggested by Doug Warner to always flatten out the array
      Use the name in the search path for looking for metadata

Dan Bode (1):
      (5977) Puppet::Applications can be loaded from multiple paths.

Daniel Pittman (4):
      (#5977) fix spec test failure when new applications are introduced.
      (#6126) Puppet inspect now reports status after run completes.
      Merge branch 'bug/2.6.x/6126-puppet-inspect-has-no-status-messages' into 2.6.x
      (#6337) Fix Ruby warning on 1.8.6 about "future compatibility"

Gábor Vészi (1):
      Fail gracefully on packages that don't have the HOMEPAGE variable set (e.g. dev-lang/php).

Jacob Helwig (8):
      Updated CHANGELOG for 2.6.5rc2
      Updated CHANGELOG for 2.6.5rc3
      (#3646) Fix the documentation fix for `puppet apply --apply`
      Merge branch 'tickets/2.6.x/3646-fix-documentation-fix-fix' into 2.6.x
      Updated CHANGELOG for 2.6.5rc4
      (#6364) Adjust mis-translated regex in mount provider for AIX
      Merge branch 'tickets/2.6.x/6364-fix-mount-provider-on-aix' into 2.6.x
      Updated CHANGELOG for 2.6.5rc5

James Turnbull (36):
      Cherry-pick from upstream: Updated version and CHANGELOG for 0.25.3
      Updated CHANGELOG for 0.25.4
      Fixed #3128 - Updated man pages and moved puppet.conf.8 to puppet.conf.5
      Added time module to tagmail report
      Fixes #3113 - When importing a manifest puppet needs to chill
      Fixed puppetlast typo
      Fixed changelog Rake task
      Fixes #3135 - darwin doesn't support 'mount -o remount'
      Fixed #3443 - Typo in mount type
      Fixes #3460 - Makes Puppet FHS compliant by moving /var/puppet to /var/lib/puppet
      Updated version and CHANGELOG to 0.25.5rc1
      Fix #3496 - suppress transaction debug message
      Fixed #3532 - Typo in lib/puppet/ssl/host.rb
      Update man pages and partial doc fix to #3491
      Added YARD task
      Updated Rake tasks to no longer load puppet.rb
      Renamed all references to Reductive Labs to Puppet Labs
      Partial fix to #2837 - changed warning message to debug
      Fixes #3653 - Changed default factpath value to better reflect plugins in modules
      Fixed stored configuration documentation
      Fixed #3672 - Error message on duplicate fileserver mounts incorrect
      Fixed #3655  - Puppet doesn't find installed packages with portage provider
      Updated CHANGELOG for 0.25.5rc2
      Updated Template documentation link
      Updated CHANGELOG for 0.25.5rc3
      Fixed documentation issues exposed in #3772
      Fixes incorrect line in partial CRL fix
      Updated CHANGELOG for 0.25.5
      Fixes #3663 - It should be possible to list signed hosts only
      Documentation fixes
      Fixed mcx documentation error
      Fixed require warning documentation
      Updated config.ru example for 2.6.1
      Fixed #4527 correctly for 2.6.1
      Updated Man page generation since move to Markdown
      Updated fix for #3646 - apply / compile documentation

Jesse Wolfe (19):
      Fixing #2789 puppetrun fails without --tag
      Fixing #3185 Rakefile is loading puppet.rb twice
      Supressing warnings (not really failures) in test/unit
      Bug #3451: Don't leak the terminus class setting from Puppet::Resource::Catalog's spec
      Merge branch '0.25.x' into next
      Merge branch 'master' into next
      Merge branch 'master' into next
      Merge commit 'tags/2.6.0' into next
      Merge commit '2.6.1rc1' into next
      Merge branch 'next'
      Merge commit '2.6.1rc2' into next
      Merge branch 'next'
      Merge commit '2.6.1rc3'
      Merge commit '2.6.1rc4'
      Merge commit '2.6.1'
      Merge commit '2.6.2rc1'
      (#6257) Speed up PUT and POST requests under rack
      Merge branch 'ticket/2.6.next/6257' into 2.6.next
      Merge remote branch 'dan/ticket/2.6.4/5977' into 2.6.next

Ken Barber (1):
      Fix for environments in startup script.

Luke Kanies (7):
      Fixing #3148 Settings#without_noop when run with no noop setting
      Refactoring Configurer to enable the next feature
      Adding support for only using cached catalogs
      fixing obsolete comment in puppetd
      Adding :catalog_terminus setting
      Fixing #3533 - Removing all transaction cleanup
      WIP - trying to fix #3460

Marc Fournier (2):
      Follow up for #2604, debug msg left behind.
      Another trivial follow-up fix for #2604: invalid path to zaml.rb

Markus Roberts (14):
      Fix for #2604 Pure Ruby yaml generation
      Fix for #3424 and tests to prove it.
      Fix for #3366 - --tags '' treated as boolean 'true'
      Revert the guts of #2890
      Fix for #3101 (bug in MRI 1.8.7)
      Fix for #3577 -- to_yaml parameter in 0.25.5rc1
      Fix for #3556 Plussignment value melding
      Fix for #3558 -- source file reading speedup
      Write ssh_authorized_keys as user
      Fix to the fix for #3295
      Fix for #2910 -- Tidy/matches is too tricky to use
      Minimal footprint fix for #3751 (serialization 0.25.5 <-> 0.24.8)
      Fix for #3107 Changing users on AIX
      Fixing #3651 failing to pop comment stack for some constructs

Martin Englund (1):
      Fix for #3412 install.rb should not put "." first in the tmp_dirs

Mathias Gug (48):
      Add /etc/puppet/templates and /etc/puppet/modules to the puppet-common package
      Add binary package "puppet-testsuite"
      New upstream version:
      Fix init service provider to correctly check the status of services using upstart jobs (LP: #551544).
      Fix test suite to use puppet system library.
      Etckeeper integration (Closes: #571127)
      Move etckeeper-commit-{pre,post} to debian/.
      Disable gem library in spec_helper since it doesn't work on Debian.
      Update changelog.
      Add references to debian bugs.
      Create puppetmaster-{common,passenger} packages
      Enable ssl master options to run under passenger
      Move puppetqd init to puppetmaster-common package
      Move common master files to puppetmaster-common.
      Update apache2 site example for passenger
      Manage apache2 configuration from maintainer scripts
      Mention puppetmaster-passenger package in the puppetmaster README file.
      Install config.ru and apache2 site template
      Merge branch '2.6.x' of git://github.com/reductivelabs/puppet into passenger
      Restart apache2 rather than reload
      Update changelog to mention puppetmaster-passenger
      Support non-CA puppetmaster setup in puppetmaster-passenger
      Set correct permissions and ownership of log directory
      Update changelog
      Move puppetmaster's Recommends to Suggests.
      Merge commit '2.6.1rc4' into upstream
      Merge new upstream version 2.6.1~rc4.
      Update changelog
      Fix puppettest to use puppet system library.
      Update changelog.
      Update changelog.
      debian/puppetmaster-passenger.postinst: Use cacrl instead of hostcrl to set the location of the CRL in apache2 configuration. Fix apache2  configuration on upgrade as well (LP: #641001).
      Update sed regex to catch all occurence of SSLCARevocationFile.
      Clean up puppet dependencies.
      Merge commit '2.6.3rc1' into upstream
      Merge branch 'upstream'
      Update changelog entry
      Merge commit '2.6.3rc2'
      Bump upstream revision to 2.6.3rc2.
      Merge commit '2.6.3rc2' into upstream
      Merge branch 'upstream'
      Merge commit '2.6.3rc3' into upstream
      Merge branch 'upstream'
      Update upstream version to 2.6.3rc3.
      Merge commit '2.6.3' into upstream
      Merge branch 'upstream'
      Update upstream version for 2.6.3.
      New upstream version.

Matt Robinson (4):
      maint: Have 'rake spec' output in color
      [#3866] Rename the method metaclass to singleton_class to avoid the deprecation warnings from Rails ActiveSupport
      [#4006] Fix test failures caused by reverting ticket 2890
      [#4026] When --use_cached_catalog is specified on a puppetd run actully use the cache

Micah Anderson (42):
      Fix debian/rules install of puppet-mode-init.el
      part of the emacs pieces were being installed in the puppet package, instead of puppet-el. this fixes that by adjusting the rules file
      fix typo
      fix up the emacsen startup/installation
      fix puppet-el.install location of the puppet-mode.el
      fix comment in emacsen-install file
      Merge branch 'master' of ssh://git.debian.org/git/pkg-puppet/puppet
      add suggests for the emacs/vim modes in the binaries
      disable pluginsync=true by default in puppet.conf
      install the config.ru necessary for easy rack setup. provide a puppetmaster.README, suggest librack-ruby and libapache2-mod-passenger and provide an example apache2.conf
      fix missing line continuation for the README.rack
      add missing -d flag for install creation of rack directories
      fix for 574677- init stop action failing if puppetmaster is already stopped
      fix debian version number
      Add pieces needed to run puppetqd:
      fix typo in puppetmaster.default
      fix odd extra spaces that crept into the header
      setup an initscript for puppetqd and the associated defaults values
      prepare for release
      switch to dpkg-source 3.0 format (quilt)
      suggests on libselinux-ruby1.8 which puppet supports, if the library is present. You tend to see warnings in debug mode about it without the library available:  Failed to load library 'selinux' for feature 'selinux'
      Fixed #2568 - Add database option 'dbconnections'
      fix puppetqd initscript status option
      install the config.ru as the puppet user to close #577366
      complete the fix for the incorrect --oknodo that andrew
      add --oknodo to the puppet.init stop function
      add changelog entries for previous commits
      use dpkg-statoverride for confg.ru mode settings
      in order to use passenger, you need to have a version of librack-ruby installed that is at least version 1.0.0, so we set that version here in debian/control
      add a patch to modify the ext/rack/files/apache2.conf example passenger configuration to have the values needed for debian, plus some standard configuration tunings
      err the .pc directory should not have been checked into git
      clarify how the default/puppetmaster should be configured for passenger setups
      add ext/puppetstoredconfigclean.rb script as /usr/sbin/puppetstoredconfigclean in the puppetmaster package
      minor fix to spacing in control fields
      add patch to fix puppet-master logcheck rule, fixes part of #602336
      fix puppetqd pid location in initscript
      update documentation to match new section headings
      Merge remote branch 'debian/master'
      fix #605512 by removing the PID file in the initscript during stop
      fix up the failed conflict resolution I did in e62a7007637d758ff2387c9c5d03651f75edffe4
      make puppetqd honor PUPPETQD_OPTS from /etc/default/puppetqd (Closes: #605510)
      update Should-Start header for the puppet initscript

Nick Lewis (3):
      [#3804] Fixed one failing spec for RackREST
      [#3835] Fixed recursively absent directories improperly managing their files
      [#4001] Added explicit check and error message when creating a file if parent doesn't exist

Nigel Kersten (28):
      merge debian subdir into 0.25.0 tree
      bump changelog, deal with sbindir change upstream
      Merge commit 'origin/upstream'
      changelog update for release of 0.25.1 from upstream
      Correct nigel's email address in changelog
      Explicit shebang for ext/puppetlast, update standards-version and debhelper version
      Add puppetqd executable to puppetmaster deb
      cherry pick upstream fix for puppetrun with tags (closes: #559092)
      cherry pick upstream fix for supplementary groups not being reset. (CVE-2009-3564) (closes: #551073)
      Require modification of /etc/default/puppet to start puppet client daemon. (closes: #518831)
      Create NEWS file, call out defaults change and warn about version incompatibility
      Merge branch 'master' of ssh://nigelk-guest@git.debian.org/git/pkg-puppet/puppet
      Remove NEWS file, move contents to puppet.NEWS
      merge debian subdir into 0.25.0 tree
      bump changelog, deal with sbindir change upstream
      changelog update for release of 0.25.1 from upstream
      Correct nigel's email address in changelog
      Explicit shebang for ext/puppetlast, update standards-version and debhelper version
      Add puppetqd executable to puppetmaster deb
      cherry pick upstream fix for puppetrun with tags (closes: #559092)
      cherry pick upstream fix for supplementary groups not being reset. (CVE-2009-3564) (closes: #551073)
      Require modification of /etc/default/puppet to start puppet client daemon. (closes: #518831)
      Create NEWS file, call out defaults change and warn about version incompatibility
      Remove NEWS file, move contents to puppet.NEWS
      Updated debian/changelog for 0.25.4 upstream release
      Merge commit 'upstream/0.25.4'
      Fixes #3419. OS X 10.6 Ruby doesn't set supplementary groups
      Update CHANGELOG for 2.6.5

Paul Berry (3):
      (#6353) Restore the ability to store paths in the filebucket
      Merge branch 'ticket/2.6.x/6353' into 2.6.x
      Merge branch 'ticket/2.6.x/6337' into 2.6.x

Paul Lathrop (1):
      Fixes #3295 - generate() now sets the working directory to the directory containing the specified command.

Peter Meier (2):
      Fix #3540 - name methods correctly
      Fix #3555 - fix state of purged lists

Rein Henrichs (8):
      Replace test/unit file write test with spec
      Removing old test for service/debian provider
      Removing resources generate tests
      Mock user in SUIDManager tests
      Fix test using wrong Puppet util filesetting group
      [#3921] Add facts_terminus setting to Puppet settings
      [#4063] Add confine to describe block that depends on ActiveRecord
      [#4064]  Modify confine to also allow a message and a block containing the test.

Steven Jenkins (1):
      Redmine: 2474 - Fix for mount fstype documentation

Stig Sandbeck Mathisen (138):
      Add myself to uploaders list
      debian/{puppet,puppetmaster}.init: Add status argument, fix pid file locations (Closes: #545975)
      Add "status" to init script output if called with wrong arguments
      Relayout: Fix debian/rules vim and emacs support files, move to new package
      Refactor into multiple packages, add puppet-el, vim-puppet, puppet-common
      Add puppet.yaml
      Bump changelog
      Make puppet and puppetmaster depend on puppet-common
      Move logcheck file to puppet-common
      Move removals to "clean" target
      Add myself to uploaders list
      debian/{puppet,puppetmaster}.init: Add status argument, fix pid file locations (Closes: #545975)
      Add "status" to init script output if called with wrong arguments
      Relayout: Fix debian/rules vim and emacs support files, move to new package
      Refactor into multiple packages, add puppet-el, vim-puppet, puppet-common
      Add puppet.yaml
      Bump changelog
      Make puppet and puppetmaster depend on puppet-common
      Move logcheck file to puppet-common
      Move removals to "clean" target
      Merge branch 'master' of git+ssh://git.debian.org/git/pkg-puppet/puppet
      Lintian: add misc:Depends to all binary packag dependencies
      Add a README.Debian for vim-puppet
      Prepare changelog and news.DEBIAN for repease
      Typo in puppet.NEWS
      Prepare for more work...
      Update debian/copyright
      Update copyright information for debian/*
      Merge branch 'upstream'
      New upstream release 0.25.4~rc2
      Add past debian maintainers to debian/copyright
      Add first debian packager to debian/copyright
      Merge branch 'upstream'
      New upstream version 0.25.4rc3
      Update debian/changelog
      Collapse changelog entries from unreleased versions into next release
      Bump version in debian/puppet.NEWS to reflect changelog
      Bump standards-version
      Rewrite a paragraph in the NEWS file for clarity
      puppet: do not explicitly remove /var/lib/puppet on purge
      Update packaging information for man page fix
      Move the default location of templates from $vardir/templates to $confdir/templates
      explicitly remove directory created in postinst
      Move postinst and postrm handling of shared users and directories to puppet-common
      puppet-common.NEWS: Add information about changes in default settings
      debian/changelog update for #462551 and #484659 fixes
      Add closes tag on changelog entry for new bug on fixed problem
      debian/puppet-common.NEWS: syntax fix
      Release 0.25.4-2
      Fix "puppetmaster and puppet scripts always return 0" with patch from Mathias Gug, make sure return codes are actually used (Closes: #573473)
      Merge commit '0.25.5' into upstream
      Merge branch 'upstream'
      New upstream version: 0.25.5
      Adjust conflicts for puppet-common, to ensure upgrade goes well
      Update changelog
      Lintian suggested fixes
      puppet-testsuite: Depend on libmocha-ruby1.8, and recommend cron
      Update debian/changelog with bug ids for the Ubuntu supplied patches.
      Sprinkle with a liberal amount of lintian-overrides
      Release 0.25.5-1
      Fix "short package description doesn't differ from binary package puppet", update description of binary package. (Closes: #587364)
      Merge commit '2.6.0rc2' into test/upstream
      Merge branch 'test/upstream' into test/master
      New upstream version
      Move /usr/bin/puppet to the puppet-common package
      debian/control: bump policy version and update project homepage
      debian/control: Update dependencies/breakages
      debian/copyright: Remove reference to deprecated bsd license file, it is included already
      move manpage puppet(8) to package puppet-common
      Debian fix: set correct header in puppet.conf(5)
      Merge commit '2.6.0rc3' into test/upstream
      Merge branch 'upstream' into test/master
      Bump upstream version
      Update init scripts to handle name change
      Update init scripts, add $NAME after $DAEMON
      Merge remote branch 'puppetlabs/master' into test/upstream
      Merge branch 'test/upstream' into test/master
      Add puppetqd(8) to the puppetmaster package
      Add lintian override for lib/puppet/util/command_line/*
      Merge branch 'upstream' of git+ssh://git.debian.org/git/pkg-puppet/puppet into upstream
      Merge branch 'upstream' into experimental
      Bump upstream version to 2.6.0
      Fix path to pidfile for /etc/init.d/puppetqd
      Cut a release for experimental
      Update the package descriptions
      Move the documentation examples to the "puppet-common" package.
      Bump Standards-Version to 3.9.1
      Update package descriptions (after a lintian error)
      Release 2.6.0-2 for unstable
      Merge branch 'master' of git://github.com/reductivelabs/puppet into upstream
      Merge branch 'upstream'
      Recommend lsb-release (Closes: #593606)
      Recommend debconf-utils (Closes: #593780)
      Update debian/changelog
      Merge commit '2.6.1rc3' into upstream
      Merge branch 'upstream'
      ext/puppetlast: removed from upstream
      Update changelog after merge, bump version number of the unreleased (in Debian) version
      Update changelog for cherry-pick of 24cf5d27c0fabbe149414c6de57a2e6f996bfa8d
      puppetmaster-passenger postrm: Do not abort if the config file is missing
      Add a NEWS file for puppetmaster regarding changes in recommends/suggests
      debian/changelog: Fix typo
      Update changelog for: Cherry-pick updated man pages from upstream
      debian/control: wrap long line
      Release 2.6.1~rc3-1 for experimental
      Fix "require" path for puppet queue
      Make sure the "puppet-common" package can be purged even when not fully installed (Closes: #596163)
      Add dependency on "facter" for "puppet-common"
      Merge commit '2.6.1' into upstream
      Merge branch 'upstream'
      Merge 2.6.1 from upstream, update changelog
      Package "puppet" must depend on "ruby1.8", since it contains ruby scripts
      Release 2.6.1-1
      Merge branch 'master' of git://github.com/puppetlabs/puppet into upstream
      Merge branch 'upstream'
      New upstream version
      Add librrd-ruby1.8 to Suggests: for puppet-common
      Merge commit '2.6.2' into upstream
      debian/control: Adjust dependencies for puppet-testsuite, depend on puppet-common instead of puppet and puppetmaster
      Release 2.6.3 for experimental
      Move the logrotate script to the puppetmaster package
      Merge commit '2.6.4' into upstream
      Merge branch 'upstream'
      debian/puppetmaster.logrotate: send SIGUSR2 on log rotation (Closes: #602698)
      Update changelog
      remove empty section
      debian/patches: remove apache2 configuration patch
      Add versioned dependency on sysv-rc
      Update changelog
      Release for unstable
      Move puppetstoredconfigclean to puppetmaster-common, and set ruby1.8 as parser to match the rest of the puppet suite
      Update changelog
      Merge commit '2.6.5rc1' into upstream
      Merge commit '2.6.5' into upstream
      Merge branch 'upstream'
      New upstream version (Closes: #612894)
      Remove renamed configuration files now handled by other packages (Closes: #564947, #611615)
      Release 2.6.5-1

Thom May (1):
      Remove myself from Uploaders

Todd Zullinger (2):
      conf/redhat: Add notifempty to logrotate config
      Update Red Hat spec file for 0.25.5

martin f krafft (1):
      Use update-rc.d enable/disable in the "debian" provider in the "service" type (Closes: #573551)

-----------------------------------------------------------------------

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list