~ubuntu-branches/ubuntu/jaunty/couchdb/jaunty

« back to all changes in this revision

Viewing changes to acinclude.m4.in

  • Committer: Bazaar Package Importer
  • Author(s): Noah Slater
  • Date: 2008-05-24 16:30:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080524163021-bpkh6s1090i37xy1
Tags: 0.7.3~svn650270-2
* Added release partitioning to database and log directories.
* Corrected postrm maintainer script to not remove logs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl Copyright (C) 2007, 2008 Noah Slater <nslater@bytesexual.org>.
2
 
 
3
1
dnl Licensed under the Apache License, Version 2.0 (the "License"); you may not
4
2
dnl use this file except in compliance with the License.  dnl You may obtain a
5
3
dnl copy of the License at
13
11
dnl under the License.
14
12
 
15
13
m4_define([LOCAL_PACKAGE_AUTHOR_NAME], [Damien Katz])
16
 
m4_define([LOCAL_PACKAGE_AUTHOR_ADDRESS], [damien_katz@yahoo.com])
 
14
m4_define([LOCAL_PACKAGE_AUTHOR_ADDRESS], [damien@apache.org])
17
15
m4_define([LOCAL_PACKAGE_IDENTIFIER], [couchdb])
18
 
m4_define([LOCAL_PACKAGE_NAME], [CouchDB])
 
16
m4_define([LOCAL_PACKAGE_NAME], [Apache CouchDB])
19
17
 
20
18
m4_define([LOCAL_VERSION_MAJOR], [0])
21
19
m4_define([LOCAL_VERSION_MINOR], [7])
29
27
m4_define([LOCAL_VERSION],
30
28
    [LOCAL_VERSION_PRIMARY[]LOCAL_VERSION_SECONDARY])
31
29
 
32
 
m4_define([LOCAL_LIST_ADDRESS], [couchdb@googlegroups.com])
33
 
m4_define([LOCAL_LIST_URI], [http://groups.google.com/group/couchdb])
 
30
m4_define([LOCAL_BUG_URI], [https://issues.apache.org/jira/browse/COUCHDB])