Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A2C4BA0E for ; Sat, 14 Jan 2012 15:05:27 +0000 (UTC) Received: (qmail 40243 invoked by uid 500); 14 Jan 2012 15:05:25 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 40172 invoked by uid 500); 14 Jan 2012 15:05:24 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 40164 invoked by uid 99); 14 Jan 2012 15:05:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jan 2012 15:05:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of info@netsend.nl designates 46.19.33.36 as permitted sender) Received: from [46.19.33.36] (HELO lock.netsend.nl) (46.19.33.36) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jan 2012 15:05:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by lock.netsend.nl (Postfix) with ESMTP id 4AAA62125C for ; Sat, 14 Jan 2012 16:04:58 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at netsend.nl Received: from lock.netsend.nl ([127.0.0.1]) by localhost (lock.netsend.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aEGyRZCMfdH4 for ; Sat, 14 Jan 2012 16:04:56 +0100 (CET) Received: from trinity.fritz.box (unknown [IPv6:2001:980:5ba7:1:4067:647c:bf36:bff3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lock.netsend.nl (Postfix) with ESMTPSA id E05D520FB9 for ; Sat, 14 Jan 2012 16:04:55 +0100 (CET) Message-ID: <4F119999.3000603@netsend.nl> Date: Sat, 14 Jan 2012 16:04:57 +0100 From: Tim Kuijsten Organization: Netsend User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: [ANN] Debian Packaging and PPA for Ubuntu References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Very nice, just wanted to install on a new server but I see you don't support the latest LTS. Are you planning to build packages for 10.04? Op 13-01-12 21:54, Randall Leeds schreef: > I've uploaded a version of CouchDB 1.1.1 to my personal package archive [1]. > > I would appreciate for anyone to take some time to test this. > I plan to provide the same for 1.2 and other future releases. > > Relax. Using it is as simple as: > $ apt add-repository ppa:randall-leeds/couchdb > $ apt-get update > $ apt-get install couchdb > > I've combined previous packaging efforts from Debian and Ubuntu and > attempted to bring them into harmony[2] on my GitHub account using > git-dpm[3]. I would like to facilitate sharing packaging and keeping > CouchDB up to date on these and other .deb distributions and would > appreciate feedback from the downstream packagers on whether or not > I'm doing it right. > > Differences inherited from Debian: > - Permissions on installed files are slightly more strict, being > entirely unreadable outside the couchdb user/group. > > Differences inherited from Ubuntu: > - couchdb and couchdb-bin are split packages. The former is > architecture neutral. > > -Randall > > [1] https://launchpad.net/~randall-leeds/+archive/couchdb * > [2] https://github.com/tilgovi/couchdb/tree/debian and > https://github.com/tilgovi/couchdb/tree/ubuntu > [3] http://git-dpm.alioth.debian.org/ > > * It is my full intention to faithfully produce a packaging of > original release tarballs. The paranoid may check that the original > source matches that of the official release. No changes outside > packaging will ever be included in this archive and I will only ever > upload packages for released versions of CouchDB. In short, help me > make sure this is a great way to keep an up-to-date CouchDB.