~ubuntu-branches/ubuntu/intrepid/cvsd/intrepid

« back to all changes in this revision

Viewing changes to cvsd.spec

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2008-06-13 16:30:00 UTC
  • mfrom: (3.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080613163000-79t36wjqivc6zwst
Tags: 1.0.15
* fix init script to return proper exit code when stopping non-running cvsd
  or starting already-started cvsd
* take a shot at making debian/copyright machine parseable
* cvsd-buildroot now removes tls directories in the chroot jail if the
  environment outside it does not contain them (any more) (closes: #456111)
* upgrade to standards-version 3.8.0 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%define cvsd_homedir /var/lib/cvsd
2
2
 
3
3
Name: cvsd
4
 
Summary: Chroot wrapper to run `cvs pserver' more securely
5
 
Version: 1.0.13
 
4
Summary: Chroot wrapper to run 'cvs pserver' more securely
 
5
Version: 1.0.15
6
6
Release: 1
7
7
URL: http://ch.tudelft.nl/~arthur/cvsd/
8
8
Source: http://ch.tudelft.nl/~arthur/cvsd/cvsd-%{version}.tar.gz
9
9
License: GPL
10
10
Group: Network/Daemons
11
 
Requires: cvs chkconfig
 
11
Requires: cvs
12
12
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
13
13
 
14
14
%description