~statik/ubuntu/karmic/couchdb/fix-bug427036

1 by Noah Slater
Import upstream version 0.7.3~svn684
1
dnl Copyright (C) 2007, 2008 Noah Slater <nslater@bytesexual.org>.
2
3
dnl Licensed under the Apache License, Version 2.0 (the "License"); you may not
4
dnl use this file except in compliance with the License.  dnl You may obtain a
5
dnl copy of the License at
6
dnl
7
dnl   http://www.apache.org/licenses/LICENSE-2.0
8
dnl
9
dnl Unless required by applicable law or agreed to in writing, software
10
dnl distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11
dnl WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12
dnl License for the specific language governing permissions and limitations
13
dnl under the License.
14
15
m4_define([LOCAL_PACKAGE_AUTHOR_NAME], [Damien Katz])
16
m4_define([LOCAL_PACKAGE_AUTHOR_ADDRESS], [damien_katz@yahoo.com])
17
m4_define([LOCAL_PACKAGE_IDENTIFIER], [couchdb])
18
m4_define([LOCAL_PACKAGE_NAME], [CouchDB])
19
20
m4_define([LOCAL_VERSION_MAJOR], [0])
21
m4_define([LOCAL_VERSION_MINOR], [7])
22
m4_define([LOCAL_VERSION_REVISION], [3])
23
m4_define([LOCAL_VERSION_STAGE], [a])
24
m4_define([LOCAL_VERSION_RELEASE], [%release%])
25
m4_define([LOCAL_VERSION_PRIMARY],
26
    [LOCAL_VERSION_MAJOR.LOCAL_VERSION_MINOR.LOCAL_VERSION_REVISION])
27
m4_define([LOCAL_VERSION_SECONDARY],
28
    [LOCAL_VERSION_STAGE[]LOCAL_VERSION_RELEASE])
29
m4_define([LOCAL_VERSION],
30
    [LOCAL_VERSION_PRIMARY[]LOCAL_VERSION_SECONDARY])
31
32
m4_define([LOCAL_LIST_ADDRESS], [couchdb@googlegroups.com])
33
m4_define([LOCAL_LIST_URI], [http://groups.google.com/group/couchdb])