debian/control
author Cédric Krier <ced@b2ck.com>
Mon, 11 Sep 2017 21:38:10 +0200
changeset 375 a41e4382ea6e
parent 362 9d8a97550d07
permissions -rw-r--r--
Use repo vfs to join the server log The method join on repo has been removed in changeset edb7f628ef8b of mercurial.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
97
7953788881a4 Start work on Debianization
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     1
Source: mercurial-server
99
e99262dfa950 Don't know if I'm making progress here
Paul Crowley <paul@lshift.net>
parents: 97
diff changeset
     2
Section: devel
97
7953788881a4 Start work on Debianization
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     3
Priority: extra
7953788881a4 Start work on Debianization
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     4
Maintainer: Paul Crowley <paul@lshift.net>
362
9d8a97550d07 Add python to Build-depends
Paul Crowley <paul@lshift.net>
parents: 360
diff changeset
     5
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), xsltproc, docbook-xsl
354
70d9be61232d No changes needed to comply with Standards-Version 3.9.3
Paul Crowley <paul@lshift.net>
parents: 321
diff changeset
     6
Standards-Version: 3.9.3
182
95c9ab8e4bfc Bump version number, fix control
Paul Crowley <paul@lshift.net>
parents: 116
diff changeset
     7
Homepage: http://www.lshift.net/mercurial-server.html
206
b97cd2f964c6 Add new Vcs-* fields
Paul Crowley <paul@lshift.net>
parents: 201
diff changeset
     8
Vcs-Browser: http://hg.opensource.lshift.net/mercurial-server/
b97cd2f964c6 Add new Vcs-* fields
Paul Crowley <paul@lshift.net>
parents: 201
diff changeset
     9
Vcs-Hg: http://hg.opensource.lshift.net/mercurial-server/
97
7953788881a4 Start work on Debianization
Paul Crowley <paul@lshift.net>
parents:
diff changeset
    10
7953788881a4 Start work on Debianization
Paul Crowley <paul@lshift.net>
parents:
diff changeset
    11
Package: mercurial-server
182
95c9ab8e4bfc Bump version number, fix control
Paul Crowley <paul@lshift.net>
parents: 116
diff changeset
    12
Architecture: all
360
3b4e568ded2c Use dh_python2 as per http://wiki.debian.org/Python/TransitionToDHPython2
Paul Crowley <paul@lshift.net>
parents: 354
diff changeset
    13
Depends: ${misc:Depends}, ${python:Depends}, adduser, python (>= 2.6.6-3~), mercurial, openssh-server | ssh-server
223
eb8ec32583b0 Avoid suggestion that package is inert at install time
Paul Crowley <paul@lshift.net>
parents: 222
diff changeset
    14
Description: shared Mercurial repository service
97
7953788881a4 Start work on Debianization
Paul Crowley <paul@lshift.net>
parents:
diff changeset
    15
 mercurial-server makes a group of repositories available to the developers
222
9b0ac43d9e19 Bug 558387: ensure synopsis is a noun phrase
Justin B Rye <jbr@edlug.org.uk>
parents: 206
diff changeset
    16
 you choose, identified by SSH keys, with easy key and access management
9b0ac43d9e19 Bug 558387: ensure synopsis is a noun phrase
Justin B Rye <jbr@edlug.org.uk>
parents: 206
diff changeset
    17
 based on Mercurial.