# HG changeset patch # User Paul Crowley # Date 1257866574 0 # Node ID 8835c2786eca4f7a483edcfa0ec0a030caaf5661 # Parent f28f33a8efd4065132a3d80fb1ea1112e0471b5a# Parent b1ddf7ced7e79aae480b2f4bd2c912e2b6f6b06c HTML docs now have their own directory diff -r b1ddf7ced7e7 -r 8835c2786eca .hgignore --- a/.hgignore Tue Nov 10 15:21:58 2009 +0000 +++ b/.hgignore Tue Nov 10 15:22:54 2009 +0000 @@ -1,7 +1,14 @@ ^build/ +^build-stamp$ +^configure-stamp$ +^debian/files$ +^debian/mercurial-server/ +^debian/mercurial-server. + syntax: glob *~ *.pyc *.orig *.rej + diff -r b1ddf7ced7e7 -r 8835c2786eca .hgtags --- a/.hgtags Tue Nov 10 15:21:58 2009 +0000 +++ b/.hgtags Tue Nov 10 15:22:54 2009 +0000 @@ -1,3 +1,4 @@ 535502c18eaad098437e49adea1e26a68e4b6d75 release_0.5 975fb921c3f3ffe7ccde5877f2954a5d1141bb14 release_0.6 243dd21d0dbc140957afbe7c9e2afb9caaffee37 release_0.7 +95c9ab8e4bfc6fea6460b3147c3097373eba5d42 debian_0.7 diff -r b1ddf7ced7e7 -r 8835c2786eca debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/changelog Tue Nov 10 15:22:54 2009 +0000 @@ -0,0 +1,12 @@ +mercurial-server (0.7) stable; urgency=low + + * First official Debian release + + -- Paul Crowley Mon, 09 Nov 2009 17:30:00 +0000 + +mercurial-server (0.6.1) stable; urgency=low + + * Packaged for Debian + + -- Paul Crowley Mon, 13 Oct 2009 18:11:00 +0100 + diff -r b1ddf7ced7e7 -r 8835c2786eca debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/compat Tue Nov 10 15:22:54 2009 +0000 @@ -0,0 +1,1 @@ +7 diff -r b1ddf7ced7e7 -r 8835c2786eca debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Tue Nov 10 15:22:54 2009 +0000 @@ -0,0 +1,16 @@ +Source: mercurial-server +Section: devel +Priority: extra +Maintainer: Paul Crowley +Build-Depends: debhelper (>= 7.0.50~), python-support +Standards-Version: 3.8.3 +Homepage: http://www.lshift.net/mercurial-server.html + +Package: mercurial-server +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, python, mercurial, openssh-server | ssh-server +Description: provide and manage a shared Mercurial repository + mercurial-server makes a group of repositories available to the developers + you choose, identified by ssh keys, with easy key and access management + based on mercurial. + diff -r b1ddf7ced7e7 -r 8835c2786eca debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/copyright Tue Nov 10 15:22:54 2009 +0000 @@ -0,0 +1,27 @@ +This package was debianized by the upstream author Paul Crowley + on Sat, 07 Mar 2009 10:12:02 +0000. Both the package and +the Debian packaging carry this copyright and license: + +Copyright 2008-2009 Paul Crowley +Copyright 2008-2009 LShift Ltd. + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + diff -r b1ddf7ced7e7 -r 8835c2786eca debian/dirs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/dirs Tue Nov 10 15:22:54 2009 +0000 @@ -0,0 +1,8 @@ +usr/share/mercurial-server +usr/share/mercurial-server/init +usr/share/mercurial-server/mercurialserver +usr/share/doc/mercurial-server +etc/mercurial-server +etc/mercurial-server/keys +etc/mercurial-server/keys/root +etc/mercurial-server/keys/users diff -r b1ddf7ced7e7 -r 8835c2786eca debian/doc-base --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/doc-base Tue Nov 10 15:22:54 2009 +0000 @@ -0,0 +1,7 @@ +Document: mercurial-server +Title: mercurial-server manual +Section: Programming + +Format: HTML +Index: /usr/share/doc/mercurial-server/html/index.html +Files: /usr/share/doc/mercurial-server/html/*.html diff -r b1ddf7ced7e7 -r 8835c2786eca debian/postinst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/postinst Tue Nov 10 15:22:54 2009 +0000 @@ -0,0 +1,48 @@ +#!/bin/sh +# postinst script for mercurial-server +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-remove' +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + configure) + if ! getent passwd hg >/dev/null; then + adduser --disabled-password --quiet --system \ + --shell /bin/sh --group \ + --home /var/lib/mercurial-server \ + --gecos "Mercurial repositories" hg + su -c "/usr/share/mercurial-server/init/hginit /usr/share/mercurial-server" hg + fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + diff -r b1ddf7ced7e7 -r 8835c2786eca debian/postrm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/postrm Tue Nov 10 15:22:54 2009 +0000 @@ -0,0 +1,44 @@ +#!/bin/sh +# postrm script for mercurial-server +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + purge) + deluser --quiet --system hg > /dev/null || true + delgroup --quiet --system hg > /dev/null || true + ;; + + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + diff -r b1ddf7ced7e7 -r 8835c2786eca debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/rules Tue Nov 10 15:22:54 2009 +0000 @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_auto_install: + $(MAKE) installfiles \ + TOPDIR=debian/mercurial-server \ + PREFIX=debian/mercurial-server/usr/share + +override_dh_pysupport: + dh_pysupport /usr/share/mercurial-server/mercurialserver +