~ubuntu-branches/debian/wheezy/couchdb/wheezy

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Sam Bisbee, Elliot Murphy, Sam Bisbee
  • Date: 2010-03-09 21:55:59 UTC
  • Revision ID: james.westby@ubuntu.com-20100309215559-ozt95yun6pvjics1
Tags: 0.10.1-2
[ Elliot Murphy ]
* Updated debian/control, added Elliot to Uploaders
* Dropped $ENABLE_SERVER portion of debian/patches/init.patch

[ Sam Bisbee ]
* Updated debian/patches/init.patch, adding a grace period to the init
  script's stop task to allow couchdb's child processes (ie., heart) a chance
  to exit before deciding whether the task was successful or not. This adds a
  dependency on procps (`ps` command).
* Removed debian/preinst, undoing killall preinst patch from 0.10.0-1 that is
  no longer needed due to the grace period init patch in this release. This 
  also removes the dependency on psmisc. (closes: #562901) 
* Updated debian/control, bumping Debian standards version to 3.8.4.
* Updated debian/control, adding mawk as a dependency. The majority of
  systems will have it installed with the base system, but it's required and
  not essential. (closes: #569965)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
couchdb (0.10.1-2) unstable; urgency=low
 
2
 
 
3
  [ Elliot Murphy ]
 
4
  * Updated debian/control, added Elliot to Uploaders
 
5
  * Dropped $ENABLE_SERVER portion of debian/patches/init.patch
 
6
 
 
7
  [ Sam Bisbee ]
 
8
  * Updated debian/patches/init.patch, adding a grace period to the init
 
9
    script's stop task to allow couchdb's child processes (ie., heart) a chance
 
10
    to exit before deciding whether the task was successful or not. This adds a
 
11
    dependency on procps (`ps` command).
 
12
  * Removed debian/preinst, undoing killall preinst patch from 0.10.0-1 that is
 
13
    no longer needed due to the grace period init patch in this release. This 
 
14
    also removes the dependency on psmisc. (closes: #562901) 
 
15
  * Updated debian/control, bumping Debian standards version to 3.8.4.
 
16
  * Updated debian/control, adding mawk as a dependency. The majority of
 
17
    systems will have it installed with the base system, but it's required and
 
18
    not essential. (closes: #569965)
 
19
 
 
20
 -- Sam Bisbee <sbisbee@computervip.com>  Tue, 09 Mar 2010 21:55:59 +0300
 
21
 
1
22
couchdb (0.10.1-1) unstable; urgency=low
2
23
 
3
24
  * New upstream release (closes: #550782).