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

Stig Sandbeck Mathisen ssm at debian.org
Tue Jul 20 09:11:29 UTC 2010


The annotated tag, debian/2.6.0-1 has been created
        at  f51b4d6fe7f644bd53a76b628886f8cc5515ecc2 (tag)
   tagging  a92008be7627f548cab210fc7a73ae2b5255095b (commit)
  replaces  2.6.0
 tagged by  Stig Sandbeck Mathisen
        on  Tue Jul 20 11:06:26 2010 +0200

- Shortlog ------------------------------------------------------------
Debian release 2.6.0-1

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 (2):
      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

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

James Turnbull (28):
      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

Jesse Wolfe (4):
      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

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 (12):
      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)

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

Mathias Gug (2):
      Add /etc/puppet/templates and /etc/puppet/modules to the puppet-common package
      Add binary package "puppet-testsuite"

Micah Anderson (32):
      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

Nigel Kersten (27):
      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

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 (5):
      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

Stig Sandbeck Mathisen (86):
      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.

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

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

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list