see if adding a Replaces helps dpkg do the right thing
[debian/git-daemon] / debian / control
1 Source: git-daemon
2 Section: unknown
3 Priority: extra
4 Maintainer: Bdale Garbee <bdale@gag.com>
5 Build-Depends: debhelper (>= 7.0.50~)
6 Standards-Version: 3.9.1
7 Homepage: <insert the upstream URL, if relevant>
8 #Vcs-Git: git://git.debian.org/collab-maint/git-daemon.git
9 #Vcs-Browser: http://git.debian.org/?p=collab-maint/git-daemon.git;a=summary
10
11 Package: git-daemon
12 Architecture: all
13 Depends: ${shlibs:Depends}, ${misc:Depends}, git, adduser
14 Conflicts: git-daemon-run
15 Replaces: git-daemon-run
16 Description: fast, scalable, distributed revision control system (git-daemon service)
17  Git is popular version control system designed to handle very large
18  projects with speed and efficiency; it is used for many high profile
19  open source projects, most notably the Linux kernel.
20  .
21  Git falls in the category of distributed source code management tools.
22  Every Git working directory is a full-fledged repository with full
23  revision tracking capabilities, not dependent on network access or a
24  central server.
25  .
26  The git-daemon binary provided by the git package is a simple server for git
27  repositories, ideally suited for read-only updates, i.e. pulling from git
28  repositories through the network.  This package provides a sysvinit service
29  for running git-daemon permanently.
30