File: control

package info (click to toggle)
mercurial-buildpackage 0.10.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 244 kB
  • sloc: makefile: 94
file content (30 lines) | stat: -rw-r--r-- 1,117 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: mercurial-buildpackage
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: dpkg (>= 1.15.5.6), debhelper (>= 7), haxe (>= 3)
Standards-Version: 3.9.6

Package: mercurial-buildpackage
Architecture: any
Depends: mercurial, devscripts, pristine-tar (>= 1.18), neko, ${shlibs:Depends}, ${misc:Depends}
Recommends: sudo, pbuilder
Suggests: quilt
Description: Suite to maintain Debian packages in Mercurial repository
 This package helps to automate the task of maintaining Debian
 packages by using the distributed version-control system Mercurial.
 The programs included are:
 .
 mercurial-importdsc: Import an existing Debian source package into a
 Mercurial repository.
 .
 mercurial-importorig: Import new upstream tarballs.
 .
 mercurial-pristinetar: Recreate source tarballs from the Mercurial
 repository so they are identical to original upstream tarballs.
 .
 mercurial-buildpackage: Build a Debian package from the Mercurial
 repository, either in-place or using pbuilder.
 .
 mercurial-tagversion: Mark an uploaded Debian package for future
 reference.